@nexical/cli 0.1.5 → 0.1.6
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import { fileURLToPath } from "url";
|
|
|
8
8
|
// package.json
|
|
9
9
|
var package_default = {
|
|
10
10
|
name: "@nexical/cli",
|
|
11
|
-
version: "0.1.
|
|
11
|
+
version: "0.1.6",
|
|
12
12
|
type: "module",
|
|
13
13
|
bin: {
|
|
14
14
|
nexical: "./dist/index.js"
|
|
@@ -24,7 +24,7 @@ var package_default = {
|
|
|
24
24
|
"test:watch": "vitest"
|
|
25
25
|
},
|
|
26
26
|
dependencies: {
|
|
27
|
-
"@nexical/cli-core": "^0.1.
|
|
27
|
+
"@nexical/cli-core": "^0.1.10",
|
|
28
28
|
"@nexical/sdk": "^0.4.2"
|
|
29
29
|
},
|
|
30
30
|
devDependencies: {
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts","../package.json"],"sourcesContent":["#!/usr/bin/env node\nimport { CLI } from \"@nexical/cli-core\";\nimport { fileURLToPath } from \"node:url\";\nimport pkg from './package.json';\nimport path from 'node:path';\n\nconst __dirname = path.dirname(fileURLToPath(import.meta.url));\n\nconst app = new CLI({\n version: pkg.version,\n commandName: \"nexical\",\n searchDirectories: [path.resolve(__dirname, \"./src/commands\")],\n});\napp.start();\n","{\n \"name\": \"@nexical/cli\",\n \"version\": \"0.1.
|
|
1
|
+
{"version":3,"sources":["../index.ts","../package.json"],"sourcesContent":["#!/usr/bin/env node\nimport { CLI } from \"@nexical/cli-core\";\nimport { fileURLToPath } from \"node:url\";\nimport pkg from './package.json';\nimport path from 'node:path';\n\nconst __dirname = path.dirname(fileURLToPath(import.meta.url));\n\nconst app = new CLI({\n version: pkg.version,\n commandName: \"nexical\",\n searchDirectories: [path.resolve(__dirname, \"./src/commands\")],\n});\napp.start();\n","{\n \"name\": \"@nexical/cli\",\n \"version\": \"0.1.6\",\n \"type\": \"module\",\n \"bin\": {\n \"nexical\": \"./dist/index.js\"\n },\n \"scripts\": {\n \"build\": \"tsup\",\n \"dev\": \"tsup --watch\",\n \"start\": \"node dist/index.js\",\n \"test\": \"npm run test:unit && npm run test:integration && npm run test:e2e\",\n \"test:unit\": \"vitest run --config vitest.config.ts --coverage\",\n \"test:integration\": \"vitest run --config vitest.integration.config.ts\",\n \"test:e2e\": \"npm run build && vitest run --config vitest.e2e.config.ts\",\n \"test:watch\": \"vitest\"\n },\n \"dependencies\": {\n \"@nexical/cli-core\": \"^0.1.10\",\n \"@nexical/sdk\": \"^0.4.2\"\n },\n \"devDependencies\": {\n \"@types/fs-extra\": \"^11.0.4\",\n \"@types/node\": \"^20.10.0\",\n \"@vitest/coverage-v8\": \"^4.0.15\",\n \"execa\": \"^9.6.1\",\n \"fs-extra\": \"^11.3.2\",\n \"tsup\": \"^8.0.1\",\n \"typescript\": \"^5.3.3\",\n \"vitest\": \"^4.0.15\"\n }\n}"],"mappings":";;;;AACA,SAAS,WAAW;AACpB,SAAS,qBAAqB;;;ACF9B;AAAA,EACE,MAAQ;AAAA,EACR,SAAW;AAAA,EACX,MAAQ;AAAA,EACR,KAAO;AAAA,IACL,SAAW;AAAA,EACb;AAAA,EACA,SAAW;AAAA,IACT,OAAS;AAAA,IACT,KAAO;AAAA,IACP,OAAS;AAAA,IACT,MAAQ;AAAA,IACR,aAAa;AAAA,IACb,oBAAoB;AAAA,IACpB,YAAY;AAAA,IACZ,cAAc;AAAA,EAChB;AAAA,EACA,cAAgB;AAAA,IACd,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,EAClB;AAAA,EACA,iBAAmB;AAAA,IACjB,mBAAmB;AAAA,IACnB,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,OAAS;AAAA,IACT,YAAY;AAAA,IACZ,MAAQ;AAAA,IACR,YAAc;AAAA,IACd,QAAU;AAAA,EACZ;AACF;;;AD3BA,OAAO,UAAU;AAEjB,IAAM,YAAY,KAAK,QAAQ,cAAc,YAAY,GAAG,CAAC;AAE7D,IAAM,MAAM,IAAI,IAAI;AAAA,EAClB,SAAS,gBAAI;AAAA,EACb,aAAa;AAAA,EACb,mBAAmB,CAAC,KAAK,QAAQ,WAAW,gBAAgB,CAAC;AAC/D,CAAC;AACD,IAAI,MAAM;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexical/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"nexical": "./dist/index.js"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"test:watch": "vitest"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@nexical/cli-core": "^0.1.
|
|
19
|
+
"@nexical/cli-core": "^0.1.10",
|
|
20
20
|
"@nexical/sdk": "^0.4.2"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
@@ -29,4 +29,4 @@
|
|
|
29
29
|
"typescript": "^5.3.3",
|
|
30
30
|
"vitest": "^4.0.15"
|
|
31
31
|
}
|
|
32
|
-
}
|
|
32
|
+
}
|