@rock-js/platform-ios 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 +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/platform-ios
|
|
2
2
|
|
|
3
|
-
iOS platform integration for Rock
|
|
3
|
+
iOS platform integration for Rock. This package is part of the Rock ecosystem and provides iOS-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-ios",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/src/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@react-native-community/cli-config-apple": "^19.1.0",
|
|
23
23
|
"@react-native-community/cli-types": "^19.1.0",
|
|
24
|
-
"@rock-js/platform-apple-helpers": "^0.
|
|
25
|
-
"@rock-js/tools": "^0.
|
|
24
|
+
"@rock-js/platform-apple-helpers": "^0.9.0",
|
|
25
|
+
"@rock-js/tools": "^0.9.0",
|
|
26
26
|
"tslib": "^2.3.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@rock-js/config": "^0.
|
|
29
|
+
"@rock-js/config": "^0.9.0"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|