@adobe/uix-core 0.8.4-nightly.20230913 → 0.8.4-nightly.20230915
Sign up to get free protection for your applications and to get access to all the features.
- 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.20230915";
|
477
477
|
var INIT_CALLBACK = `${NS_ROOT}_init_cb`;
|
478
478
|
|
479
479
|
// src/value-assertions.ts
|