gst-common 1.7.6 → 1.7.7
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -585,7 +585,7 @@ var OBJECT_PROGRAM_METHOD = {
|
|
|
585
585
|
},
|
|
586
586
|
["Online/Offline" /* ONLINE_OFFLINE */]: {
|
|
587
587
|
value: "Online/Offline" /* ONLINE_OFFLINE */,
|
|
588
|
-
label: "
|
|
588
|
+
label: "Online ho\u1EB7c offline"
|
|
589
589
|
}
|
|
590
590
|
};
|
|
591
591
|
var OBJECT_REGISTERED_PROGRAM_STATUS = {
|
package/dist/index.mjs
CHANGED
|
@@ -469,7 +469,7 @@ var OBJECT_PROGRAM_METHOD = {
|
|
|
469
469
|
},
|
|
470
470
|
["Online/Offline" /* ONLINE_OFFLINE */]: {
|
|
471
471
|
value: "Online/Offline" /* ONLINE_OFFLINE */,
|
|
472
|
-
label: "
|
|
472
|
+
label: "Online ho\u1EB7c offline"
|
|
473
473
|
}
|
|
474
474
|
};
|
|
475
475
|
var OBJECT_REGISTERED_PROGRAM_STATUS = {
|