needle-cloud 0.4.0-alpha.10 → 0.4.0-alpha.11

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.
Files changed (2) hide show
  1. package/dist/cli.esm.js +1 -1
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "needle-cloud",
3
- "version": "0.4.0-alpha.10",
3
+ "version": "0.4.0-alpha.11",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "needle-cloud": "./bin/cli.js"
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "scripts": {
35
35
  "test": "vitest",
36
- "deploy": "npm run dist -- --compress & npm publish --access public && npm dist-tag add dev",
36
+ "deploy": "npm run dist -- --compress & npm publish --access public",
37
37
  "deploy:dry": "npm run deploy -- --dry-run",
38
38
  "bump:tag:main": "npm dist-tag add needle-cloud@<version> main",
39
39
  "dev": "concurrently --kill-others \"npm run dev:web\" \"npm run dev:node\"",