@adobe/uix-core 0.10.3 → 0.10.5

Sign up to get free protection for your applications and to get access to all the features.
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.10.3";
476
+ var VERSION = "0.10.5";
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.10.3",
3
+ "version": "0.10.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },