@ones-open/cli 1.0.1-23321.1934 → 1.0.1-24501.1930
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.cjs
CHANGED
|
@@ -24,7 +24,7 @@ const getPort = require("get-port");
|
|
|
24
24
|
const uuid = require("uuid");
|
|
25
25
|
var _documentCurrentScript = typeof document !== "undefined" ? document.currentScript : null;
|
|
26
26
|
const en = {
|
|
27
|
-
"desc.ones": "
|
|
27
|
+
"desc.ones": "ONES CLI/{version}",
|
|
28
28
|
"desc.build": "build the application",
|
|
29
29
|
"desc.build.output": "specify the output file path",
|
|
30
30
|
"desc.dev": "develop the application",
|
package/dist/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import open from "open";
|
|
|
21
21
|
import getPort from "get-port";
|
|
22
22
|
import { v4 } from "uuid";
|
|
23
23
|
const en = {
|
|
24
|
-
"desc.ones": "
|
|
24
|
+
"desc.ones": "ONES CLI/{version}",
|
|
25
25
|
"desc.build": "build the application",
|
|
26
26
|
"desc.build.output": "specify the output file path",
|
|
27
27
|
"desc.dev": "develop the application",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
readonly 'desc.ones': "
|
|
2
|
+
readonly 'desc.ones': "ONES CLI/{version}";
|
|
3
3
|
readonly 'desc.build': "build the application";
|
|
4
4
|
readonly 'desc.build.output': "specify the output file path";
|
|
5
5
|
readonly 'desc.dev': "develop the application";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ones-open/cli",
|
|
3
|
-
"version": "1.0.1-
|
|
3
|
+
"version": "1.0.1-24501.1930+9f3ba698",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"chalk": "^5.0.1",
|
|
63
63
|
"commander": "~9.4.0",
|
|
64
64
|
"cosmiconfig": "^8.3.6",
|
|
65
|
-
"create-ones-app": "1.0.1-
|
|
65
|
+
"create-ones-app": "1.0.1-24501.1930+9f3ba698",
|
|
66
66
|
"env-paths": "3.0.0",
|
|
67
67
|
"execa": "^6.1.0",
|
|
68
68
|
"fs-extra": "^11.3.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"ws": "^8.18.3",
|
|
76
76
|
"zod": "^3.22.2"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "9f3ba698c126880fd39166dab9797fcd3a523fd7"
|
|
79
79
|
}
|