Compare commits
2 Commits
8ead1c47be
...
9e66471360
Author | SHA1 | Date | |
---|---|---|---|
9e66471360 | |||
c6063d5a6d |
@ -1,6 +1,10 @@
|
||||
<div>
|
||||
<a href="https://git.thegoober.xyz/TGP/tase-api-node">
|
||||
<img alt="Gitea Last Commit" src="https://img.shields.io/gitea/last-commit/TGP/tase-api-node?gitea_url=https%3A%2F%2Fgit.thegoober.xyz%2F">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/tase-api">
|
||||
<img alt="NPM Last Update" src="https://img.shields.io/npm/last-update/tase-api">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
## The All Seeing Eye API
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "npm",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "npm",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"tsup": "^8.5.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tase-api",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "The official NPM wrapper for The All Seeing Eye's API",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
|
Reference in New Issue
Block a user