@rock-js/plugin-brownfield-android 0.8.13 → 0.9.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.
- package/README.md +1 -1
- package/package.json +4 -4
- package/template/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @rock-js/plugin-brownfield-android
|
|
2
2
|
|
|
3
|
-
Android brownfield integration plugin for Rock
|
|
3
|
+
Android brownfield integration plugin for Rock. This package is part of the Rock ecosystem and provides tools for integrating React Native into existing Android applications.
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rock-js/plugin-brownfield-android",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/src/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@rock-js/tools": "^0.
|
|
23
|
-
"@rock-js/platform-android": "^0.
|
|
22
|
+
"@rock-js/tools": "^0.9.1",
|
|
23
|
+
"@rock-js/platform-android": "^0.9.1",
|
|
24
24
|
"@react-native-community/cli-config-android": "^19.1.0",
|
|
25
25
|
"tslib": "^2.3.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@rock-js/config": "^0.
|
|
28
|
+
"@rock-js/config": "^0.9.1",
|
|
29
29
|
"@react-native-community/cli-types": "^19.1.0"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|