@instantdb/admin 0.22.79 → 0.22.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantdb/admin",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.80",
|
|
4
4
|
"description": "Admin SDK for Instant DB",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://github.com/instantdb/instant/tree/main/client/packages/admin",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"eventsource": "^4.0.0",
|
|
51
|
-
"@instantdb/core": "0.22.
|
|
52
|
-
"@instantdb/version": "0.22.
|
|
51
|
+
"@instantdb/core": "0.22.80",
|
|
52
|
+
"@instantdb/version": "0.22.80"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"test": "vitest",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"check-exports": "attw --pack .",
|
|
61
61
|
"build:tshy": "tshy",
|
|
62
62
|
"build": "rm -rf dist; npm run build:tshy && npm run check-exports",
|
|
63
|
-
"publish-package": "pnpm publish --access public
|
|
63
|
+
"publish-package": "pnpm pack && npm publish *.tgz --access public"
|
|
64
64
|
}
|
|
65
65
|
}
|