@capgo/capacitor-stripe-identity 8.0.3 → 8.0.5

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 (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stripe-identity",
3
- "version": "8.0.3",
3
+ "version": "8.0.5",
4
4
  "engines": {
5
5
  "node": ">=22.0.0"
6
6
  },
@@ -50,8 +50,10 @@
50
50
  "watch": "tsc --watch",
51
51
  "prepublishOnly": "bun run build",
52
52
  "check:wiring": "node scripts/check-capacitor-plugin-wiring.mjs",
53
+ "check:cap9-deprecated": "node scripts/check-cap9-deprecated.mjs",
53
54
  "example:install": "cd example-app && bun install --frozen-lockfile",
54
- "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build"
55
+ "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build",
56
+ "changelog:ai": "node scripts/generate-ai-changelog.mjs"
55
57
  },
56
58
  "devDependencies": {
57
59
  "@capacitor/android": "^8.0.0",