intlayer-cli 7.3.1 → 7.3.2-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 (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -24,8 +24,6 @@
24
24
  <a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="license"/></a>
25
25
  <a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="last commit"/>
26
26
  </a>
27
- <a href="https://bountyhub.dev/bounties?repo=intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/badge/Bounties-on%20BountyHub-yellow?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="Bounties on BountyHub"/>
28
- </a>
29
27
  </p>
30
28
 
31
29
  ![Watch the video](https://github.com/aymericzip/intlayer/blob/main/docs/assets/demo_video.gif)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-cli",
3
- "version": "7.3.1",
3
+ "version": "7.3.2-canary.0",
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": [
@@ -59,6 +59,7 @@
59
59
  "./package.json"
60
60
  ],
61
61
  "scripts": {
62
+ "_prepublish": "cp -f ../../README.md ./README.md",
62
63
  "build": "tsdown --config tsdown.config.ts",
63
64
  "build:ci": "tsdown --config tsdown.config.ts",
64
65
  "clean": "rimraf ./dist .turbo",
@@ -67,7 +68,7 @@
67
68
  "format:fix": "biome format --write .",
68
69
  "lint": "biome lint .",
69
70
  "lint:fix": "biome lint --write .",
70
- "prepublish": "cp -f ../../README.md ./README.md",
71
+ "prepublish": "echo prepublish temporally disabled to avoid rewrite readme",
71
72
  "publish": "bun publish || true",
72
73
  "publish:canary": "bun publish --access public --tag canary || true",
73
74
  "publish:latest": "bun publish --access public --tag latest || true",
@@ -79,7 +80,7 @@
79
80
  "watch": "webpack --config ./webpack.config.ts --watch"
80
81
  },
81
82
  "dependencies": {
82
- "@intlayer/cli": "7.3.1",
83
+ "@intlayer/cli": "7.3.2-canary.0",
83
84
  "webpack": "5.98.0"
84
85
  },
85
86
  "devDependencies": {