diff --git a/.gitignore b/.gitignore index ec6578a..13d1c8e 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,6 @@ public/r .pnpm-store -storage/ \ No newline at end of file +storage/ + +pack-dist \ No newline at end of file diff --git a/package.json b/package.json index bc337f8..eb2f5f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/hot-api", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "mod.ts", "basename": "/root/hot-api", @@ -32,7 +32,7 @@ "type": "module", "dependencies": { "@kevisual/ai": "^0.0.16", - "@kevisual/query": "^0.0.30", + "@kevisual/query": "^0.0.31", "@kevisual/router": "0.0.33", "@kevisual/use-config": "^1.0.21", "@nut-tree-fork/nut-js": "^4.2.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c46658..ab66377 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^0.0.16 version: 0.0.16 '@kevisual/query': - specifier: ^0.0.30 - version: 0.0.30 + specifier: ^0.0.31 + version: 0.0.31 '@kevisual/router': specifier: 0.0.33 version: 0.0.33 @@ -235,6 +235,9 @@ packages: '@kevisual/query@0.0.30': resolution: {integrity: sha512-mDPEaLX9LdTRgi9anmWQ4EJ491umsASu/gs6K85J5nJqtUN/kfnZ3x5IouUr6aNbgAhrNLv/vTqpQTBsQhEYHQ==} + '@kevisual/query@0.0.31': + resolution: {integrity: sha512-bBdepjmMICLpcj/a9fnn82/0CGGYUZiCV+usWsJZKAwVlZcnj+WtKmbgKT09KpP6g3jjYzYOaXHiNFB8N0bQAQ==} + '@kevisual/router@0.0.33': resolution: {integrity: sha512-9z7TkSzCIGbXn9SuHPBdZpGwHlAuwA8iN5jNAZBUvbEvBRkBxlrbdCSe9fBYiAHueLm2AceFNrW74uulOiAkqA==} @@ -1196,6 +1199,8 @@ snapshots: '@kevisual/query@0.0.30': {} + '@kevisual/query@0.0.31': {} + '@kevisual/router@0.0.33': dependencies: path-to-regexp: 8.3.0 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..77fd2e5 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# hot-api + +## 热门的 API 接口集合 \ No newline at end of file