@intlayer/webpack 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/webpack",
3
- "version": "7.0.9-canary.2",
3
+ "version": "7.0.9-canary.3",
4
4
  "private": false,
5
5
  "description": "Webpack plugin for seamless integration with Intlayer, enhancing JavaScript apps built with React, Next.js and more.",
6
6
  "keywords": [
@@ -66,9 +66,9 @@
66
66
  "lint": "biome lint .",
67
67
  "lint:fix": "biome lint --write .",
68
68
  "prepublish": "cp -f ../../../README.md ./README.md",
69
- "publish": "bun publish --access public || true",
70
- "publish:canary": "bun publish --tag canary --access public || true",
71
- "publish:latest": "bun publish --tag latest --access public || true",
69
+ "publish": "bun publish || true",
70
+ "publish:canary": "bun publish --tag canary || true",
71
+ "publish:latest": "bun publish --tag latest || true",
72
72
  "serve": "webpack serve --config ./webpack.config.ts",
73
73
  "test": "vitest run",
74
74
  "test:watch": "vitest",