@mappedin/react-native-sdk 6.0.0-alpha.11 → 6.0.0-alpha.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/react-native-sdk",
3
- "version": "6.0.0-alpha.11",
3
+ "version": "6.0.0-alpha.12",
4
4
  "homepage": "https://developer.mappedin.com/",
5
5
  "private": false,
6
6
  "main": "lib/index.js",
@@ -51,11 +51,11 @@
51
51
  "types": "tsc --emitDeclarationOnly --declaration --declarationMap",
52
52
  "start": "pnpm -w start:rn",
53
53
  "docs": "typedoc",
54
- "serve:docs": "npx serve ./docs",
54
+ "docs:serve": "npx serve ./docs",
55
55
  "test": "jest",
56
56
  "clean": "rm -rf lib/**",
57
- "version": "node scripts/version.mjs",
58
- "publish:internal": "node scripts/version.mjs publish-internal",
59
- "publish:npm": "node scripts/version.mjs mark-public && pnpm publish --tag alpha --registry=\"https://registry.npmjs.org/\" --no-git-checks"
57
+ "vs": "node scripts/version.mjs",
58
+ "publish:internal": "pnpm vs publish-internal",
59
+ "publish:npm": "pnpm vs mark-public && pnpm publish --tag alpha --registry=\"https://registry.npmjs.org/\" --no-git-checks"
60
60
  }
61
61
  }