intlayer-cli 7.5.0-canary.1 → 7.5.1

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.
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
- let __intlayer_cli = require("@intlayer/cli");
2
+ let _intlayer_cli = require("@intlayer/cli");
3
3
 
4
4
  //#region src/index.ts
5
- (0, __intlayer_cli.setAPI)();
5
+ (0, _intlayer_cli.setAPI)();
6
6
 
7
7
  //#endregion
8
8
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","names":[],"sources":["../../src/index.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { setAPI } from '@intlayer/cli';\n\n// Log the compiler options\nsetAPI();\n"],"mappings":";;;;4BAKQ"}
1
+ {"version":3,"file":"index.cjs","names":[],"sources":["../../src/index.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { setAPI } from '@intlayer/cli';\n\n// Log the compiler options\nsetAPI();\n"],"mappings":";;;;2BAKQ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-cli",
3
- "version": "7.5.0-canary.1",
3
+ "version": "7.5.1",
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": [
@@ -80,16 +80,16 @@
80
80
  "watch": "webpack --config ./webpack.config.ts --watch"
81
81
  },
82
82
  "dependencies": {
83
- "@intlayer/cli": "7.5.0-canary.1",
83
+ "@intlayer/cli": "7.5.1",
84
84
  "webpack": "5.98.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@types/node": "25.0.2",
87
+ "@types/node": "25.0.3",
88
88
  "@utils/ts-config": "1.0.4",
89
89
  "@utils/ts-config-types": "1.0.4",
90
90
  "@utils/tsdown-config": "1.0.4",
91
91
  "rimraf": "6.1.2",
92
- "tsdown": "0.18.0",
92
+ "tsdown": "0.18.1",
93
93
  "typescript": "5.9.3",
94
94
  "vitest": "4.0.16"
95
95
  },