@intlayer/editor 7.0.9-canary.1 → 7.0.9-canary.2

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/editor",
3
- "version": "7.0.9-canary.1",
3
+ "version": "7.0.9-canary.2",
4
4
  "private": false,
5
5
  "description": "Provides the utilities to interface the application with the Intlayer editor and manipulate dictionaries",
6
6
  "keywords": [
@@ -62,9 +62,9 @@
62
62
  "lint:fix": "biome lint --write .",
63
63
  "process-files": "ts-node src/transpiler/processFilesCLI.ts --dir $npm_config_dir --extension $npm_config_extension --no-node-snapshot",
64
64
  "prepublish": "cp -f ../../../README.md ./README.md",
65
- "publish": "bun publish --access public",
66
- "publish:canary": "bun publish --tag canary --access public",
67
- "publish:latest": "bun publish --tag latest --access public",
65
+ "publish": "bun publish --access public || true",
66
+ "publish:canary": "bun publish --tag canary --access public || true",
67
+ "publish:latest": "bun publish --tag latest --access public || true",
68
68
  "test": "vitest run",
69
69
  "test:watch": "vitest",
70
70
  "typecheck": "tsc --noEmit --project tsconfig.types.json"