next-intlayer 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": "next-intlayer",
3
- "version": "7.0.9-canary.2",
3
+ "version": "7.0.9-canary.3",
4
4
  "private": false,
5
5
  "description": "Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.",
6
6
  "keywords": [
@@ -109,9 +109,9 @@
109
109
  "lint": "biome lint .",
110
110
  "lint:fix": "biome lint --write .",
111
111
  "prepublish": "cp -f ../../README.md ./README.md",
112
- "publish": "bun publish --access public || true",
113
- "publish:canary": "bun publish --tag canary --access public || true",
114
- "publish:latest": "bun publish --tag latest --access public || true",
112
+ "publish": "bun publish || true",
113
+ "publish:canary": "bun publish --tag canary || true",
114
+ "publish:latest": "bun publish --tag latest || true",
115
115
  "test": "vitest run",
116
116
  "test:watch": "vitest",
117
117
  "typecheck": "tsc --noEmit --project tsconfig.types.json"