@plaidev/karte-action-sdk 1.1.233 → 1.1.235-28695221.a9f041a7

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": "@plaidev/karte-action-sdk",
3
- "version": "1.1.233",
3
+ "version": "1.1.235-28695221.a9f041a7",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -130,6 +130,9 @@
130
130
  "test:e2e": "vitest run spec",
131
131
  "test:update": "vitest -u",
132
132
  "coverage": "vitest run test --coverage",
133
- "icons:update": "tsx ./scripts/update-icons.ts && prettier -w ./src/icons.ts"
133
+ "icons:update": "tsx ./scripts/update-icons.ts && prettier -w ./src/icons.ts",
134
+ "update:version": "COREPACK_ENABLE_STRICT=0 npm version patch",
135
+ "publish:beta": "pnpm publish --tag=beta --access=public --no-git-checks",
136
+ "publish:latest": "COREPACK_ENABLE_STRICT=0 npm dist-tag add @plaidev/karte-action-sdk@$(node -e \"console.log(require('./package.json').version)\") latest"
134
137
  }
135
138
  }