@adobe/uix-core 0.8.4-nightly.20230831 → 0.8.4-nightly.20230901

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.20230831";
476
+ var VERSION = "0.8.4-nightly.20230901";
477
477
  var INIT_CALLBACK = `${NS_ROOT}_init_cb`;
478
478
 
479
479
  // src/value-assertions.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/uix-core",
3
- "version": "0.8.4-nightly.20230831",
3
+ "version": "0.8.4-nightly.20230901",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },