@power-elements/stripe-elements
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -0,1 +1,8 @@ | ||
## [3.2.1](https://github.com/bennypowers/stripe-elements/compare/v3.2.0...v3.2.1) (2022-08-17) | ||
### Bug Fixes | ||
* add missing declaration files in build ([#92](https://github.com/bennypowers/stripe-elements/issues/92)) ([5cbc63b](https://github.com/bennypowers/stripe-elements/commit/5cbc63bbe6e6e635c3322f2b2a09aab97f8fc4a3)) | ||
# [3.2.0](https://github.com/bennypowers/stripe-elements/compare/v3.1.0...v3.2.0) (2022-06-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@power-elements/stripe-elements", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Web Component wrapper for stripe elements", | ||
@@ -30,3 +30,3 @@ "type": "module", | ||
"build": "run-p build:**", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:types": "tsc --emitDeclarationOnly && cp src/*.d.ts . && cp src/lib/*.d.ts ./lib/", | ||
"build:esbuild": "node scripts/build.js", | ||
@@ -33,0 +33,0 @@ "build:analyze": "cem analyze", |
421193
73
5539