react-native-nitro-ark 0.0.2 → 0.0.4

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.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-ark",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Pure C++ Nitro Modules for Ark client",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -122,7 +122,11 @@
122
122
  "publish": true
123
123
  },
124
124
  "github": {
125
- "release": true
125
+ "release": true,
126
+ "assets": [
127
+ "../release_assets/libbark_cpp.a",
128
+ "../release_assets/Ark.xcframework.zip"
129
+ ]
126
130
  },
127
131
  "plugins": {
128
132
  "@release-it/conventional-changelog": {