@adobe/uix-core 0.8.4-nightly.20230825 → 0.8.4-nightly.20230827
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -473,7 +473,7 @@ function makeNamespaceProxy(invoke, path = []) {
|
|
|
473
473
|
|
|
474
474
|
// src/constants.ts
|
|
475
475
|
var NS_ROOT = "_$pg";
|
|
476
|
-
var VERSION = "0.8.4-nightly.
|
|
476
|
+
var VERSION = "0.8.4-nightly.20230827";
|
|
477
477
|
var INIT_CALLBACK = `${NS_ROOT}_init_cb`;
|
|
478
478
|
|
|
479
479
|
// src/value-assertions.ts
|