@rock-js/platform-android 0.11.0 → 0.11.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rock-js/platform-android",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
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": "^20.0.0",
23
- "@rock-js/tools": "^0.11.0",
23
+ "@rock-js/tools": "^0.11.2",
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": "^20.0.0",
29
- "@rock-js/config": "^0.11.0",
29
+ "@rock-js/config": "^0.11.2",
30
30
  "@types/adm-zip": "^0.5.7"
31
31
  },
32
32
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/callstack/rock.git",
37
+ "url": "git+https://github.com/callstack/rock.git",
38
38
  "directory": "packages/platform-android"
39
39
  },
40
40
  "homepage": "https://rockjs.dev",
@@ -30,7 +30,7 @@ jobs:
30
30
  run: npm install
31
31
 
32
32
  - name: Rock Remote Build - Android device
33
- uses: callstackincubator/android@v2
33
+ uses: callstackincubator/android@v3
34
34
  with:
35
35
  sign: true
36
36
  variant: release
@@ -58,7 +58,7 @@ jobs:
58
58
  run: npm install
59
59
 
60
60
  - name: Rock Remote Build - Android
61
- uses: callstackincubator/android@v2
61
+ uses: callstackincubator/android@v3
62
62
  with:
63
63
  variant: debug
64
64
  github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -4,6 +4,6 @@
4
4
  "android": "rock run:android"
5
5
  },
6
6
  "devDependencies": {
7
- "@rock-js/platform-android": "^0.11.0"
7
+ "@rock-js/platform-android": "^0.11.2"
8
8
  }
9
9
  }