voltra 1.2.0-rc.6 → 1.2.1

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.
@@ -1,2 +1,2 @@
1
- #Wed Jan 28 15:59:43 CET 2026
2
- gradle.version=8.9
1
+ #Sun Feb 08 12:23:55 CET 2026
2
+ gradle.version=8.14.2
@@ -0,0 +1 @@
1
+ {"type": "module"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voltra",
3
- "version": "1.2.0-rc.6",
3
+ "version": "1.2.1",
4
4
  "description": "Build Live Activities with JSX in React Native",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -47,9 +47,6 @@
47
47
  "lint": "expo-module eslint",
48
48
  "lint:libOnly": "expo-module eslint ./src",
49
49
  "test": "expo-module test",
50
- "prepare": "expo-module prepare && rm .eslintrc.js",
51
- "postprepare": "echo '{\"type\": \"module\"}' > build/package.json",
52
- "prepublishOnly": "expo-module prepublishOnly",
53
50
  "expo-module": "expo-module",
54
51
  "open:ios": "xed example/ios",
55
52
  "generate": "ts-node generator/generate-types.ts",
File without changes