@rock-js/plugin-metro 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/plugin-metro
2
2
 
3
- Metro bundler integration plugin for Rock (Rock). This package is part of the Rock ecosystem and provides integration with Metro, the default JavaScript bundler for React Native.
3
+ Metro bundler integration plugin for Rock. This package is part of the Rock ecosystem and provides integration with Metro, the default JavaScript bundler for React Native.
4
4
 
5
5
  ## Documentation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rock-js/plugin-metro",
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,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@react-native-community/cli-server-api": "^19.1.0",
22
22
  "@react-native/dev-middleware": "^0.80.1",
23
- "@rock-js/tools": "^0.8.13",
23
+ "@rock-js/tools": "^0.9.0",
24
24
  "metro": "^0.82.2",
25
25
  "metro-config": "^0.82.2",
26
26
  "metro-core": "^0.82.2",
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "@react-native/dev-middleware": "^0.80.1",
32
32
  "@react-native/community-cli-plugin": "0.80.1",
33
- "@rock-js/config": "^0.8.13"
33
+ "@rock-js/config": "^0.9.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@react-native/community-cli-plugin": "*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rock-plugin-metro-template",
3
3
  "devDependencies": {
4
- "@rock-js/plugin-metro": "^0.8.13",
4
+ "@rock-js/plugin-metro": "^0.9.0",
5
5
  "@react-native/metro-config": "0.80.1"
6
6
  }
7
7
  }