@jxsuite/studio 0.31.0 → 0.31.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/studio.js +2 -2
- package/dist/studio.js.map +1 -1
- package/package.json +4 -4
package/dist/studio.js
CHANGED
|
@@ -218565,7 +218565,7 @@ var init_ensure_deps = __esm(() => {
|
|
|
218565
218565
|
});
|
|
218566
218566
|
|
|
218567
218567
|
// src/version.ts
|
|
218568
|
-
var APP_NAME = "Jx Studio", VERSION = "0.31.
|
|
218568
|
+
var APP_NAME = "Jx Studio", VERSION = "0.31.1", BUILD_DATE = "2026-06-24T17:37:59.421Z", GIT_COMMIT = "54f99a1", LINKS;
|
|
218569
218569
|
var init_version = __esm(() => {
|
|
218570
218570
|
LINKS = {
|
|
218571
218571
|
github: "https://github.com/jxsuite/jx",
|
|
@@ -295787,5 +295787,5 @@ effect(() => {
|
|
|
295787
295787
|
}
|
|
295788
295788
|
});
|
|
295789
295789
|
|
|
295790
|
-
//# debugId=
|
|
295790
|
+
//# debugId=09F97332C94AC00E64756E2164756E21
|
|
295791
295791
|
//# sourceMappingURL=studio.js.map
|