@novadxhq/sveltekit-inngest 0.0.2 → 0.0.3
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novadxhq/sveltekit-inngest",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "bunx vite dev",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"check": "bunx svelte-kit sync && bunx svelte-check --tsconfig ./tsconfig.json",
|
|
12
12
|
"check:watch": "bunx svelte-kit sync && bunx svelte-check --tsconfig ./tsconfig.json --watch",
|
|
13
13
|
"release:verify": "bun run check && bun run build && npm pack --dry-run --cache /tmp/novadx-npm-cache",
|
|
14
|
-
"publish:npm": "npm publish --access public
|
|
14
|
+
"publish:npm": "npm publish --access public",
|
|
15
15
|
"publish:gpr": "npm publish --registry https://npm.pkg.github.com/ --cache /tmp/novadx-npm-cache",
|
|
16
16
|
"publish:both": "bun run release:verify && bun run publish:npm && bun run publish:gpr"
|
|
17
17
|
},
|
|
@@ -80,4 +80,4 @@
|
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"zod": "^4.3.6"
|
|
82
82
|
}
|
|
83
|
-
}
|
|
83
|
+
}
|