@plaidev/karte-action-sdk 1.1.233-28694965.4ee0c515 → 1.1.234

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.233-28694965.4ee0c515",
3
+ "version": "1.1.234",
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
  }