@react-native-ohos/react-native-svg 15.0.2-rc.4 → 15.0.2-rc.6
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/harmony/svg.har +0 -0
- package/package.json +4 -3
package/harmony/svg.har
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-ohos/react-native-svg",
|
|
3
|
-
"version": "15.0.2-rc.
|
|
3
|
+
"version": "15.0.2-rc.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"react-native": "src/index",
|
|
6
6
|
"main": "lib/commonjs/index",
|
|
7
7
|
"module": "lib/module/index",
|
|
8
8
|
"types": "lib/typescript/index.d.ts",
|
|
9
9
|
"scripts": {
|
|
10
|
-
|
|
10
|
+
"prepack": "bob build",
|
|
11
11
|
"prepublishOnly": "npm run prepack && react-native verify-package-harmony --package-path . --skip-checks oh_package_name_is_derived_from_npm_package_name",
|
|
12
12
|
"update_version": "node ./scripts/update-version.js",
|
|
13
13
|
"deploy": "node ./scripts/deploy.js",
|
|
@@ -51,7 +51,8 @@
|
|
|
51
51
|
"output": "lib",
|
|
52
52
|
"targets": [
|
|
53
53
|
"commonjs",
|
|
54
|
-
"module"
|
|
54
|
+
"module",
|
|
55
|
+
"typescript"
|
|
55
56
|
]
|
|
56
57
|
}
|
|
57
58
|
}
|