intlayer-cli 3.5.0 → 3.5.2

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.
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env node
2
+ "use strict";
3
+ var import_cli = require("@intlayer/cli");
4
+ (0, import_cli.setAPI)();
5
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { setAPI } from '@intlayer/cli';\n\n// Log the compiler options\nsetAPI();\n"],"mappings":";;AAEA,iBAAuB;AAAA,IAGvB,mBAAO;","names":[]}
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ import { setAPI } from "@intlayer/cli";
3
+ setAPI();
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { setAPI } from '@intlayer/cli';\n\n// Log the compiler options\nsetAPI();\n"],"mappings":";AAEA,SAAS,cAAc;AAGvB,OAAO;","names":[]}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-cli",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
4
4
  "private": false,
5
5
  "description": "IntLayer is a layer of abstraction between the business logic and the data access layer. Manage internationalization in a simple way, through TypeScript, JavaScript or JSON declaration file.",
6
6
  "keywords": [
@@ -59,7 +59,7 @@
59
59
  ],
60
60
  "dependencies": {
61
61
  "webpack": "^5.96.1",
62
- "@intlayer/cli": "^3.5.0"
62
+ "@intlayer/cli": "^3.5.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@changesets/changelog-github": "0.5.0",
@@ -72,8 +72,8 @@
72
72
  "tsc-alias": "^1.8.10",
73
73
  "tsup": "^8.3.5",
74
74
  "typescript": "^5.7.2",
75
- "@utils/eslint-config": "^1.0.4",
76
75
  "@utils/tsup-config": "^1.0.4",
76
+ "@utils/eslint-config": "^1.0.4",
77
77
  "@utils/ts-config": "^1.0.4",
78
78
  "@utils/ts-config-types": "^1.0.4"
79
79
  },