rock 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,7 +20,7 @@ Rock leverages this insight by providing intelligent caching in your cloud infra
20
20
  ## Features
21
21
 
22
22
  **🖥️ Brand New CLI**
23
- A familiar CLI experience with end-to-end development and build workflows. Migrate in just 10 minutes.
23
+ A familiar CLI experience with end-to-end development and build workflows. Migrate in seconds with `npm create rock`.
24
24
 
25
25
  **☁️ Reusable Cloud Builds**
26
26
  Reliable caching of native artifacts (APK, IPA) that you can store wherever you prefer, or use our out-of-the-box integrations with GitHub, S3, and R2.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rock",
3
- "version": "0.8.13",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "exports": {
@@ -25,8 +25,8 @@
25
25
  "dependencies": {
26
26
  "adm-zip": "^0.5.16",
27
27
  "@react-native-community/cli-config": "^19.1.0",
28
- "@rock-js/config": "^0.8.13",
29
- "@rock-js/tools": "^0.8.13",
28
+ "@rock-js/config": "^0.9.1",
29
+ "@rock-js/tools": "^0.9.1",
30
30
  "commander": "^12.1.0",
31
31
  "tar": "^7.4.3",
32
32
  "tslib": "^2.3.0"