@react-native-oh/react-native-harmony 0.72.23-1 → 0.72.23-3
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.
package/metro.config.js
CHANGED
|
@@ -31,8 +31,7 @@ function createHarmonyMetroConfig(options) {
|
|
|
31
31
|
}),
|
|
32
32
|
},
|
|
33
33
|
resolver: {
|
|
34
|
-
|
|
35
|
-
blockList: [/\\harmony\/.*/],
|
|
34
|
+
blockList: [/third-party(\\\\|\\|\/)hermes/],
|
|
36
35
|
resolveRequest: (ctx, moduleName, platform) => {
|
|
37
36
|
if (platform === 'harmony') {
|
|
38
37
|
if (shouldPrintInfoAboutRNRedirection) {
|
package/package.json
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-oh/react-native-harmony",
|
|
3
|
-
"version": "0.72.23-
|
|
3
|
+
"version": "0.72.23-3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
|
-
"install:local-cli": "cd ../react-native-harmony-cli && npm pack && cd ../react-native-harmony && npm i ../react-native-harmony-cli/rnoh-react-native-harmony-cli-0.0.
|
|
11
|
-
"
|
|
12
|
-
"pack:prod": "npm run pack:harmony && npm pack",
|
|
13
|
-
"prepublishOnly": "npm run test && npm run pack:harmony",
|
|
10
|
+
"install:local-cli": "cd ../react-native-harmony-cli && npm pack && cd ../react-native-harmony && npm i ../react-native-harmony-cli/rnoh-react-native-harmony-cli-0.0.25.tgz && cd ../react-native-harmony",
|
|
11
|
+
"prepublishOnly": "npm run verify",
|
|
14
12
|
"hermes:build": "sh ./scripts/build-hermes.sh",
|
|
13
|
+
"update_version": "node ./scripts/update-version.js",
|
|
14
|
+
"gen:changelog": "node ./scripts/generate-changelog.js",
|
|
15
|
+
"deploy": "node ./scripts/deploy.js",
|
|
16
|
+
"verify": "react-native verify-package-harmony --package-path . --skip-checks oh_package_name_is_derived_from_npm_package_name",
|
|
15
17
|
"test": "jest"
|
|
16
18
|
},
|
|
17
19
|
"author": "",
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"@types/react": "^18.2.24",
|
|
32
34
|
"@types/tmp": "^0.2.6",
|
|
33
35
|
"jest": "^29.5.0",
|
|
36
|
+
"json5": "^2.2.3",
|
|
34
37
|
"rimraf": "^5.0.0",
|
|
35
38
|
"tmp": "^0.2.1",
|
|
36
39
|
"ts-jest": "^29.1.2",
|
|
@@ -38,18 +41,18 @@
|
|
|
38
41
|
"typescript": "^5.0.4"
|
|
39
42
|
},
|
|
40
43
|
"files": [
|
|
41
|
-
"./harmony.tar.gz",
|
|
42
44
|
"./Libraries/**/*",
|
|
43
45
|
"./types/**/*",
|
|
44
46
|
"./*.js",
|
|
45
47
|
"./*.json",
|
|
48
|
+
"./harmony/*",
|
|
46
49
|
"./*.har"
|
|
47
50
|
],
|
|
48
51
|
"dependencies": {
|
|
49
|
-
"@react-native-oh/react-native-harmony-cli": "^0.0.
|
|
52
|
+
"@react-native-oh/react-native-harmony-cli": "^0.0.25",
|
|
50
53
|
"colors": "^1.4.0",
|
|
51
54
|
"fs-extra": "^11.1.1",
|
|
52
55
|
"metro": "^0.76.3",
|
|
53
56
|
"metro-config": "^0.76.3"
|
|
54
57
|
}
|
|
55
|
-
}
|
|
58
|
+
}
|
|
index 80bda25..876ae4d 100644
|
|
|
Binary file
|