@intlayer/remote-dictionaries-entry 7.0.9-canary.2 → 7.1.0-canary.0

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/remote-dictionaries-entry",
3
- "version": "7.0.9-canary.2",
3
+ "version": "7.1.0-canary.0",
4
4
  "private": false,
5
5
  "description": "Provides the entry path for Intlayer remote dictionaries, solving filesystem retrieval issues for bundlers like Webpack and Rollup.",
6
6
  "keywords": [
@@ -68,15 +68,15 @@
68
68
  "lint:fix": "biome lint --write .",
69
69
  "process-files": "ts-node src/transpiler/processFilesCLI.ts --dir $npm_config_dir --extension $npm_config_extension --no-node-snapshot",
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
  "test": "vitest run",
75
75
  "test:watch": "vitest",
76
76
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
77
77
  },
78
78
  "dependencies": {
79
- "@intlayer/config": "7.0.9-canary.2"
79
+ "@intlayer/config": "7.1.0-canary.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/node": "24.10.1",
@@ -89,9 +89,9 @@
89
89
  "vitest": "4.0.8"
90
90
  },
91
91
  "peerDependencies": {
92
- "@intlayer/config": "7.0.9-canary.2",
93
- "@intlayer/core": "7.0.9-canary.2",
94
- "@intlayer/types": "7.0.9-canary.2"
92
+ "@intlayer/config": "7.1.0-canary.0",
93
+ "@intlayer/core": "7.1.0-canary.0",
94
+ "@intlayer/types": "7.1.0-canary.0"
95
95
  },
96
96
  "engines": {
97
97
  "node": ">=14.18"