intlayer-cli 7.0.9-canary.2 → 7.0.9-canary.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-cli",
3
- "version": "7.0.9-canary.2",
3
+ "version": "7.0.9-canary.3",
4
4
  "private": false,
5
5
  "description": "Lightweight CLI tool for Intlayer, enabling content audits, dictionary management, and CMS sync. Ideal for JavaScript developers using React or Express.",
6
6
  "keywords": [
@@ -68,9 +68,9 @@
68
68
  "lint": "biome lint .",
69
69
  "lint:fix": "biome lint --write .",
70
70
  "prepublish": "cp -f ../../README.md ./README.md",
71
- "publish": "bun publish --access public || true",
72
- "publish:canary": "bun publish --tag canary --access public || true",
73
- "publish:latest": "bun publish --tag latest --access public || true",
71
+ "publish": "bun publish || true",
72
+ "publish:canary": "bun publish --tag canary || true",
73
+ "publish:latest": "bun publish --tag latest || true",
74
74
  "serve": "webpack serve --config ./webpack.config.ts",
75
75
  "test": "vitest run",
76
76
  "test:watch": "vitest",