@pinwheel/react-native-pinwheel 2.3.12 → 2.3.14

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,6 +1,6 @@
1
1
  /**
2
2
  * Importing package.json here causes a problem with the folder structure when we npm pack and publish.
3
3
  */
4
- export declare const VERSION = "2.3.12";
4
+ export declare const VERSION = "2.3.14";
5
5
  export declare const LINK_PAGE_URL = "https://cdn.getpinwheel.com/link-v2.3.0.html";
6
6
  export declare const PINWHEEL_DOMAIN = "getpinwheel.com";
package/lib/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Importing package.json here causes a problem with the folder structure when we npm pack and publish.
3
3
  */
4
- export const VERSION = '2.3.12';
4
+ export const VERSION = '2.3.14';
5
5
  export const LINK_PAGE_URL = 'https://cdn.getpinwheel.com/link-v2.3.0.html';
6
6
  export const PINWHEEL_DOMAIN = 'getpinwheel.com';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinwheel/react-native-pinwheel",
3
- "version": "2.3.12",
3
+ "version": "2.3.14",
4
4
  "type": "module",
5
5
  "description": "Pinwheel React Native SDK",
6
6
  "main": "lib/index.js",
@@ -25,8 +25,12 @@
25
25
  "react-native-webview": "^11.0.0",
26
26
  "typescript": "^4.0.3"
27
27
  },
28
- "dependencies": {
29
- "hermes-engine": "^0.11.0",
30
- "shell-quote": "^1.7.4"
28
+ "overrides": {
29
+ "react-native": {
30
+ "hermes-engine": "0.11.0"
31
+ },
32
+ "@react-native-community/cli-tools": {
33
+ "shell-quote": "^1.7.4"
34
+ }
31
35
  }
32
36
  }