@intlayer/cli 3.5.8 → 3.5.10
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.
- package/dist/cjs/index.cjs +8 -8
- package/dist/cjs/index.cjs.map +1 -1
- package/package.json +20 -18
package/dist/cjs/index.cjs
CHANGED
|
@@ -13,14 +13,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
13
13
|
};
|
|
14
14
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
15
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
var
|
|
17
|
-
module.exports = __toCommonJS(
|
|
18
|
-
__reExport(
|
|
19
|
-
__reExport(
|
|
20
|
-
__reExport(
|
|
21
|
-
__reExport(
|
|
22
|
-
__reExport(
|
|
23
|
-
__reExport(
|
|
16
|
+
var index_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(index_exports);
|
|
18
|
+
__reExport(index_exports, require('./cli.cjs'), module.exports);
|
|
19
|
+
__reExport(index_exports, require('./build.cjs'), module.exports);
|
|
20
|
+
__reExport(index_exports, require('./pull.cjs'), module.exports);
|
|
21
|
+
__reExport(index_exports, require('./push.cjs'), module.exports);
|
|
22
|
+
__reExport(index_exports, require('./listContentDeclaration.cjs'), module.exports);
|
|
23
|
+
__reExport(index_exports, require('./audit.cjs'), module.exports);
|
|
24
24
|
// Annotate the CommonJS export names for ESM import in node:
|
|
25
25
|
0 && (module.exports = {
|
|
26
26
|
...require('./cli.cjs'),
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './cli';\nexport * from './build';\nexport * from './pull';\nexport * from './push';\nexport * from './listContentDeclaration';\nexport * from './audit';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './cli';\nexport * from './build';\nexport * from './pull';\nexport * from './push';\nexport * from './listContentDeclaration';\nexport * from './audit';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,kBAAd;AACA,0BAAc,oBADd;AAEA,0BAAc,mBAFd;AAGA,0BAAc,mBAHd;AAIA,0BAAc,qCAJd;AAKA,0BAAc,oBALd;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/cli",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Command Line Interface for IntLayer - CLI process to start the applications server.",
|
|
6
6
|
"keywords": [
|
|
@@ -48,35 +48,37 @@
|
|
|
48
48
|
"./package.json"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"commander": "^
|
|
52
|
-
"fast-glob": "^3.3.
|
|
51
|
+
"commander": "^13.0.0",
|
|
52
|
+
"fast-glob": "^3.3.3",
|
|
53
53
|
"lodash": "^4.17.21",
|
|
54
54
|
"p-limit": "^3.1.0",
|
|
55
|
-
"@intlayer/api": "3.5.
|
|
56
|
-
"@intlayer/
|
|
57
|
-
"@intlayer/
|
|
58
|
-
"@intlayer/dictionaries-entry": "3.5.
|
|
55
|
+
"@intlayer/api": "3.5.10",
|
|
56
|
+
"@intlayer/chokidar": "3.5.10",
|
|
57
|
+
"@intlayer/config": "3.5.10",
|
|
58
|
+
"@intlayer/dictionaries-entry": "3.5.10"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@types/lodash": "^4.17.
|
|
62
|
-
"@types/node": "^22.10.
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
61
|
+
"@types/lodash": "^4.17.14",
|
|
62
|
+
"@types/node": "^22.10.6",
|
|
63
|
+
"@typescript-eslint/parser": "^8.20.0",
|
|
64
|
+
"concurrently": "^9.1.2",
|
|
65
|
+
"eslint": "^9.18.0",
|
|
66
|
+
"prettier": "^3.4.2",
|
|
66
67
|
"rimraf": "^6.0.1",
|
|
67
68
|
"tsc-alias": "^1.8.10",
|
|
68
69
|
"tsup": "^8.3.5",
|
|
69
|
-
"typescript": "^5.7.
|
|
70
|
-
"@intlayer/core": "3.5.
|
|
70
|
+
"typescript": "^5.7.3",
|
|
71
|
+
"@intlayer/core": "3.5.10",
|
|
72
|
+
"@utils/eslint-config": "1.0.4",
|
|
71
73
|
"@utils/ts-config": "1.0.4",
|
|
72
74
|
"@utils/ts-config-types": "1.0.4",
|
|
73
75
|
"@utils/tsup-config": "1.0.4"
|
|
74
76
|
},
|
|
75
77
|
"peerDependencies": {
|
|
76
|
-
"@intlayer/api": "3.5.
|
|
77
|
-
"@intlayer/chokidar": "3.5.
|
|
78
|
-
"@intlayer/config": "3.5.
|
|
79
|
-
"@intlayer/dictionaries-entry": "^3.5.
|
|
78
|
+
"@intlayer/api": "3.5.10",
|
|
79
|
+
"@intlayer/chokidar": "3.5.10",
|
|
80
|
+
"@intlayer/config": "3.5.10",
|
|
81
|
+
"@intlayer/dictionaries-entry": "^3.5.10"
|
|
80
82
|
},
|
|
81
83
|
"bug": {
|
|
82
84
|
"url": "https://github.com/aymericzip/intlayer/issues"
|