@rock-js/platform-android 0.8.13 → 0.9.0

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rock-js/platform-android
2
2
 
3
- Android platform integration for Rock (Rock). This package is part of the Rock ecosystem and provides Android-specific build and development tools.
3
+ Android platform integration for Rock. This package is part of the Rock ecosystem and provides Android-specific build and development tools.
4
4
 
5
5
  ## Documentation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rock-js/platform-android",
3
- "version": "0.8.13",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "exports": {
@@ -20,13 +20,13 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@react-native-community/cli-config-android": "^19.1.0",
23
- "@rock-js/tools": "^0.8.13",
23
+ "@rock-js/tools": "^0.9.0",
24
24
  "adm-zip": "^0.5.16",
25
25
  "tslib": "^2.3.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@react-native-community/cli-types": "^19.1.0",
29
- "@rock-js/config": "^0.8.13",
29
+ "@rock-js/config": "^0.9.0",
30
30
  "@types/adm-zip": "^0.5.7"
31
31
  },
32
32
  "publishConfig": {
@@ -4,6 +4,6 @@
4
4
  "android": "rock run:android"
5
5
  },
6
6
  "devDependencies": {
7
- "@rock-js/platform-android": "^0.8.13"
7
+ "@rock-js/platform-android": "^0.9.0"
8
8
  }
9
9
  }