@openfairygui/cli 0.2.0 → 0.3.0-alpha.1
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/cli.mjs +2 -2
- package/package.json +4 -4
package/dist/cli.mjs
CHANGED
|
@@ -864,7 +864,7 @@ var ExtensibleProperty = class extends Property {
|
|
|
864
864
|
};
|
|
865
865
|
//#endregion
|
|
866
866
|
//#region ../core/src/constants.ts
|
|
867
|
-
const VERSION = `v0.
|
|
867
|
+
const VERSION = `v0.3.0-alpha.1`;
|
|
868
868
|
/** Binary package file magic number: "FGUI" as uint32. */
|
|
869
869
|
const FGUI_MAGIC = 1179080009;
|
|
870
870
|
/** Null string index in the binary string table. */
|
|
@@ -29425,7 +29425,7 @@ function registerRestoreCommand(program) {
|
|
|
29425
29425
|
//#region src/utils/package-version.ts
|
|
29426
29426
|
const require$1 = createRequire(import.meta.url);
|
|
29427
29427
|
function getInjectedPackageVersion() {
|
|
29428
|
-
const version = "0.
|
|
29428
|
+
const version = "0.3.0-alpha.1";
|
|
29429
29429
|
return typeof version === "string" && true ? version : null;
|
|
29430
29430
|
}
|
|
29431
29431
|
function readPackageVersion() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfairygui/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-alpha.1",
|
|
4
4
|
"description": "FairyGUI Headless Authoring SDK — command-line interface.",
|
|
5
5
|
"author": "OpenFairyGUI Contributors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"restore"
|
|
34
34
|
],
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@openfairygui/
|
|
37
|
-
"@openfairygui/
|
|
36
|
+
"@openfairygui/functions": "0.3.0-alpha.1",
|
|
37
|
+
"@openfairygui/core": "0.3.0-alpha.1"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"commander": "^14.0.2",
|
|
41
41
|
"jiti": "^2.7.0",
|
|
42
|
-
"@openfairygui/backend": "0.
|
|
42
|
+
"@openfairygui/backend": "0.3.0-alpha.1"
|
|
43
43
|
},
|
|
44
44
|
"optionalDependencies": {
|
|
45
45
|
"sharp": ">=0.33.0"
|