chore: bump version to 0.0.36, update rollup to 4.55.3, and modify adapter URL handling
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"name": "@kevisual/query",
|
||||
"version": "0.0.35",
|
||||
"version": "0.0.36",
|
||||
"main": "dist/query-browser.js",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "npm run clean && rollup -c",
|
||||
"build:app": "npm run build && rsync dist/* ../deploy/dist",
|
||||
"dev:lib": "rollup -c -w",
|
||||
"clean": "rm -rf dist"
|
||||
},
|
||||
@@ -24,10 +23,10 @@
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
"@rollup/plugin-typescript": "^12.3.0",
|
||||
"rollup": "^4.54.0",
|
||||
"rollup": "^4.55.3",
|
||||
"rollup-plugin-dts": "^6.3.0",
|
||||
"typescript": "^5.9.3",
|
||||
"zustand": "^5.0.9"
|
||||
"zustand": "^5.0.10"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user