@granite-js/native 0.1.6 → 0.1.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @granite-js/native
2
2
 
3
+ ## 0.1.7
4
+
3
5
  ## 0.1.6
4
6
 
5
7
  ## 0.1.5
@@ -1,2 +1,2 @@
1
- declare const _default: "242b917b634fa25ce8d4378ce834a5f1";
1
+ declare const _default: "0fd6085a77f7cbe28d0b53325d877ca9";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granite-js/native",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "A native module hub package for Granite",
5
5
  "scripts": {
6
6
  "prepack": "yarn build",
@@ -90,7 +90,6 @@
90
90
  "dist"
91
91
  ],
92
92
  "dependencies": {
93
- "@babel/runtime": "^7",
94
93
  "@react-native-async-storage/async-storage": "1.18.2",
95
94
  "@react-native-community/blur": "4.3.2",
96
95
  "@react-navigation/elements": "1.3.9",
@@ -98,7 +97,6 @@
98
97
  "@react-navigation/native-stack": "6.9.0",
99
98
  "@shopify/flash-list": "1.6.2",
100
99
  "@types/react-native-video": "^5.0.20",
101
- "lottie-ios": "3.2.3",
102
100
  "lottie-react-native": "6.4.0",
103
101
  "react-native-fast-image": "8.6.3",
104
102
  "react-native-gesture-handler": "2.8.0",
@@ -113,6 +111,7 @@
113
111
  "@babel/core": "^7.24.9",
114
112
  "@babel/preset-env": "^7.24.8",
115
113
  "@babel/preset-typescript": "^7.24.7",
114
+ "@babel/runtime": "^7",
116
115
  "@types/babel__core": "^7",
117
116
  "@types/babel__preset-env": "^7",
118
117
  "@types/jest": "^29.5.12",
@@ -1,2 +1,2 @@
1
1
  // This file is auto-generated by the generate-fingerprint script.
2
- export default '242b917b634fa25ce8d4378ce834a5f1';
2
+ export default '0fd6085a77f7cbe28d0b53325d877ca9';