@plasmicapp/react-web 0.2.113 → 0.2.114

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.
@@ -1,3 +1,4 @@
1
+ import get from "dlv";
1
2
  import { $State } from ".";
2
3
  export declare function generateStateOnChangeProp($state: $State, stateName: string, dataReps: number[]): (val: any, path: (string | number)[]) => void;
3
4
  /**
@@ -12,3 +13,4 @@ export declare function generateStateValueProp($state: $State, path: (string | n
12
13
  * Changes: fixed setting a deep value to a proxy object
13
14
  */
14
15
  export declare function set(obj: any, keys: any, val: any): void;
16
+ export { get };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/react-web",
3
- "version": "0.2.113",
3
+ "version": "0.2.114",
4
4
  "description": "plasmic library for rendering in the presentational style",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -105,5 +105,5 @@
105
105
  "react": ">=16.8.0",
106
106
  "react-dom": ">=16.8.0"
107
107
  },
108
- "gitHead": "92cb8dde2fdc291b75824100af86031084024455"
108
+ "gitHead": "6d5c0abfccad50013e564f2d2d240668feba6c54"
109
109
  }
@@ -1,3 +1,4 @@
1
+ import get from "dlv";
1
2
  import { $State } from ".";
2
3
  export declare function generateStateOnChangeProp($state: $State, stateName: string, dataReps: number[]): (val: any, path: (string | number)[]) => void;
3
4
  /**
@@ -12,3 +13,4 @@ export declare function generateStateValueProp($state: $State, path: (string | n
12
13
  * Changes: fixed setting a deep value to a proxy object
13
14
  */
14
15
  export declare function set(obj: any, keys: any, val: any): void;
16
+ export { get };