@openfairygui/cli 0.2.3 → 0.2.4
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.2.
|
|
867
|
+
const VERSION = `v0.2.4`;
|
|
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. */
|
|
@@ -29550,7 +29550,7 @@ function registerRestoreCommand(program) {
|
|
|
29550
29550
|
//#region src/utils/package-version.ts
|
|
29551
29551
|
const require$1 = createRequire(import.meta.url);
|
|
29552
29552
|
function getInjectedPackageVersion() {
|
|
29553
|
-
const version = "0.2.
|
|
29553
|
+
const version = "0.2.4";
|
|
29554
29554
|
return typeof version === "string" && true ? version : null;
|
|
29555
29555
|
}
|
|
29556
29556
|
function readPackageVersion() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfairygui/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
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/core": "0.2.4",
|
|
37
|
+
"@openfairygui/functions": "0.2.4"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"commander": "^14.0.2",
|
|
41
41
|
"jiti": "^2.7.0",
|
|
42
|
-
"@openfairygui/backend": "0.2.
|
|
42
|
+
"@openfairygui/backend": "0.2.4"
|
|
43
43
|
},
|
|
44
44
|
"optionalDependencies": {
|
|
45
45
|
"sharp": ">=0.33.0"
|