intlayer-cli 7.0.7 → 7.0.8-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.
@@ -1,7 +1,5 @@
1
1
  #!/usr/bin/env node
2
- const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
3
2
  let __intlayer_cli = require("@intlayer/cli");
4
- __intlayer_cli = require_rolldown_runtime.__toESM(__intlayer_cli);
5
3
 
6
4
  //#region src/index.ts
7
5
  (0, __intlayer_cli.setAPI)();
@@ -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":";;;;4BAKQ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-cli",
3
- "version": "7.0.7",
3
+ "version": "7.0.8-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": [
@@ -76,18 +76,18 @@
76
76
  "watch": "webpack --config ./webpack.config.ts --watch"
77
77
  },
78
78
  "dependencies": {
79
- "@intlayer/cli": "7.0.7",
79
+ "@intlayer/cli": "7.0.8-canary.0",
80
80
  "webpack": "5.98.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@types/node": "24.9.2",
84
- "@utils/ts-config": "7.0.7",
85
- "@utils/ts-config-types": "7.0.7",
86
- "@utils/tsdown-config": "7.0.7",
87
- "rimraf": "6.0.1",
88
- "tsdown": "0.15.11",
83
+ "@types/node": "24.10.0",
84
+ "@utils/ts-config": "7.0.8-canary.0",
85
+ "@utils/ts-config-types": "7.0.8-canary.0",
86
+ "@utils/tsdown-config": "7.0.8-canary.0",
87
+ "rimraf": "6.1.0",
88
+ "tsdown": "0.16.0",
89
89
  "typescript": "5.9.3",
90
- "vitest": "4.0.5"
90
+ "vitest": "4.0.7"
91
91
  },
92
92
  "engines": {
93
93
  "node": ">=14.18"