@plaidev/karte-action-sdk 1.1.263-29020527.5afd9416 → 1.1.263-29030812.2440f3a0

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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.263-29020527.5afd9416",
3
+ "version": "1.1.263-29030812.2440f3a0",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -80,14 +80,13 @@
80
80
  "playwright": "1.50.0",
81
81
  "preact": "10.5.7",
82
82
  "rimraf": "^3.0.2",
83
- "rolldown": "1.0.0-beta.3",
83
+ "rolldown": "latest",
84
84
  "rollup": "^3.12.0",
85
85
  "rollup-plugin-livereload": "^2.0.0",
86
86
  "rollup-plugin-serve": "^2.0.0",
87
87
  "rollup-plugin-svelte": "^7.1.0",
88
88
  "rollup-plugin-terser": "7.0.2",
89
89
  "rollup-plugin-ts": "^3.2.0",
90
- "oxc-transform": "^0.54.0",
91
90
  "serve": "^14.0.1",
92
91
  "serve-static": "^1.15.0",
93
92
  "svelte": "3.53.1",
@@ -100,8 +99,8 @@
100
99
  "textlint-rule-preset-ja-technical-writing": "^7.0.0",
101
100
  "tslib": "^2.3.1",
102
101
  "tsx": "^4.19.2",
103
- "unplugin-isolated-decl": "^0.12.0",
104
- "typescript": "^5.8.2",
102
+ "unplugin-isolated-decl": "latest",
103
+ "typescript": "5.8.2",
105
104
  "vitepress": "1.0.0-alpha.30",
106
105
  "vitest": "3.0.5",
107
106
  "@plaidev/action-compiler": "0.4.231"
@@ -115,7 +114,7 @@
115
114
  "setup:template": "tsx ./scripts/template.ts",
116
115
  "setup:concat": "tsx ./scripts/concat.ts",
117
116
  "setup:compile": "tsx ./scripts/compile.ts",
118
- "rolldown:build": "rolldown --config ./rolldown.config.mjs",
117
+ "rolldown:build": "rolldown --config ./rolldown.config.mjs && mv ./dist/index.d.ts ./dist/index.es.d.ts",
119
118
  "build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
120
119
  "build:api": "api-extractor run --local --verbose",
121
120
  "build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",