Skip to content

Commit

Permalink
release: @react-native-oh-tpl/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-C7 committed Dec 11, 2024
1 parent 0c5222e commit e0ce2de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file modified react-native-harmony-svg/harmony/svg.har
Binary file not shown.
6 changes: 4 additions & 2 deletions react-native-harmony-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-svg",
"version": "15.0.0-0.5.9",
"version": "15.0.0-0.6.0",
"description": "",
"react-native": "src/index",
"main": "lib/commonjs/index",
Expand All @@ -10,7 +10,8 @@
"prepack": "bob build",
"prepublishOnly": "npm run prepack && react-native verify-package-harmony --package-path . --skip-checks oh_package_name_is_derived_from_npm_package_name",
"update_version": "node ./scripts/update-version.js",
"deploy": "node ./scripts/deploy.js"
"deploy": "node ./scripts/deploy.js",
"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-svg --cpp-output-path ./harmony/svg/src/main/cpp/generated --ets-output-path ./harmony/svg/src/main/ets/generated --cpp-components-spec-paths ./node_modules/react-native-svg/src/fabric"
},
"author": "",
"license": "ISC",
Expand All @@ -20,6 +21,7 @@
"react-native-svg": "15.0.0"
},
"devDependencies": {
"@rnoh/react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.2.0",
"@types/react-native": "^0.71.6",
Expand Down
2 changes: 1 addition & 1 deletion tester/harmony/svg/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: '@react-native-oh-tpl/react-native-svg',
type: 'module',
main: 'index.ets',
version: '15.0.0-0.5.9',
version: '15.0.0-0.6.0',
dependencies: {
"@rnoh/react-native-openharmony": "^0.72.32"
},
Expand Down
4 changes: 2 additions & 2 deletions tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"start": "hdc rport tcp:8081 tcp:8081 && react-native start",
"install:dev": "npm run pack:pkg && npm uninstall react-native-harmony-svg && npm i",
"pack:pkg": "cd ../react-native-harmony-svg && npm i && npm pack && cd ../tester",
"install:pkg": "npm run pack:pkg && npm i @react-native-oh-tpl/react-native-svg@file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.5.9.tgz",
"install:pkg": "npm run pack:pkg && npm i @react-native-oh-tpl/react-native-svg@file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.6.0.tgz",
"dev": "npm uninstall react-native-harmony-svg && npm run install:pkg && react-native bundle-harmony --dev --minify=false",
"postinstall": "node ./scripts/create-build-profile",
"android": "react-native run-android"
},
"dependencies": {
"@gorhom/portal": "^1.0.14",
"@react-native-oh-tpl/react-native-svg": "file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.5.9.tgz",
"@react-native-oh-tpl/react-native-svg": "file:../react-native-harmony-svg/react-native-oh-tpl-react-native-svg-15.0.0-0.6.0.tgz",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-harmony": "npm:@react-native-oh/[email protected]",
Expand Down

0 comments on commit e0ce2de

Please sign in to comment.