react-native-cache-build-gitlab 1.1.0-beta.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -141,6 +141,8 @@ When you run `bun rock:run-ios` or `bun rock:run-android`:
141
141
  ```yaml
142
142
  build_android_cache:
143
143
  stage: build
144
+ variables:
145
+ NAME_PREFIX: "rock-android-devDebug"
144
146
  script:
145
147
  - |
146
148
  bun run rock:build-android
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-cache-build-gitlab",
3
- "version": "1.1.0-beta.0",
3
+ "version": "1.1.0",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",
@@ -13,7 +13,10 @@
13
13
  "build": "bun tsc -p tsconfig.json",
14
14
  "publish-package": "npm publish"
15
15
  },
16
- "author": "Nguyễn Công Tuấn",
16
+ "author": {
17
+ "name": "Nguyễn Công Tuấn",
18
+ "email": "nguyencongtuan.devmobile@gmail.com"
19
+ },
17
20
  "homepage": "https://github.com/congtuandevmobile",
18
21
  "repository": {
19
22
  "url": "https://github.com/congtuandevmobile/react-native-cache-build-gitlab"