fix: types fix

feat: add publish workflow

feat: 添加queryclient

fix: 修改路径

feat: 添加手动执行workflows

fix: 修改package.json

fix: fix publish

fix: publish test

fix

temp
This commit is contained in:
2024-09-28 19:22:00 +08:00
parent ed178ee4c6
commit fe5b3ec15b
4 changed files with 90 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/query",
"version": "0.0.3",
"version": "0.0.5",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
@@ -14,8 +14,11 @@
"files": [
"dist"
],
"keywords": [],
"author": "",
"keywords": [
"kevisual",
"query"
],
"author": "abearxiong",
"license": "ISC",
"description": "",
"devDependencies": {
@@ -31,6 +34,10 @@
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/abearxiong/kevisual-query.git"
},
"exports": {
".": {
"import": "./dist/index.js",