@jxsuite/studio 0.37.0 → 0.37.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 +3 -3
package/dist/studio.js
CHANGED
|
@@ -207682,7 +207682,7 @@ var init_progress_modal = __esm(() => {
|
|
|
207682
207682
|
});
|
|
207683
207683
|
|
|
207684
207684
|
// src/version.ts
|
|
207685
|
-
var APP_NAME = "Jx Studio", VERSION = "0.37.
|
|
207685
|
+
var APP_NAME = "Jx Studio", VERSION = "0.37.1", BUILD_DATE = "2026-07-08T18:53:40.779Z", GIT_COMMIT = "d774b74", LINKS;
|
|
207686
207686
|
var init_version = __esm(() => {
|
|
207687
207687
|
LINKS = {
|
|
207688
207688
|
github: "https://github.com/jxsuite/jx",
|
|
@@ -328408,5 +328408,5 @@ effect(() => {
|
|
|
328408
328408
|
}
|
|
328409
328409
|
});
|
|
328410
328410
|
|
|
328411
|
-
//# debugId=
|
|
328411
|
+
//# debugId=35EF9CF4DDB19BC864756E2164756E21
|
|
328412
328412
|
//# sourceMappingURL=studio.js.map
|