@react-native-oh-tpl/react-native-gesture-handler 2.14.17-rc.1 → 2.14.17-rc.2

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.
Binary file
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "type": "git",
18
18
  "url": "https://github.com/react-native-oh-library/react-native-harmony-gesture-handler.git"
19
19
  },
20
- "version": "2.14.17-rc.1",
20
+ "version": "2.14.17-rc.2",
21
21
  "description": "",
22
22
  "react-native": "src/index.ts",
23
23
  "main": "lib/commonjs/index.js",
@@ -27,7 +27,7 @@
27
27
  "prepack": "bob build",
28
28
  "test": "jest",
29
29
  "pack:prod": "npm pack",
30
- "prepublishOnly": "npm run prepack",
30
+ "prepublishOnly": "npm run prepack && react-native verify-package-harmony --package-path . --skip-checks oh_package_name_is_derived_from_npm_package_name",
31
31
  "update_version": "node ./scripts/update-version.js",
32
32
  "deploy": "node ./scripts/deploy.js"
33
33
  },
@@ -53,7 +53,10 @@
53
53
  "react": "^18.2.0",
54
54
  "react-native": "^0.72.0",
55
55
  "react-native-builder-bob": "^0.21.3",
56
- "typescript": "4.5.5"
56
+ "typescript": "4.5.5",
57
+ "metro": "0.76.9",
58
+ "memfs": "4.17.2",
59
+ "@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
57
60
  },
58
61
  "files": [
59
62
  "./harmony/*",
@@ -75,5 +78,9 @@
75
78
  }
76
79
  ]
77
80
  ]
81
+ },
82
+ "publishConfig": {
83
+ "registry": "https://registry.npmjs.org/",
84
+ "access": "public"
78
85
  }
79
86
  }