@power-elements/stripe-elements
Advanced tools
Comparing version 2.3.6 to 2.3.7
@@ -0,1 +1,8 @@ | ||
## [2.3.7](https://github.com/bennypowers/stripe-elements/compare/v2.3.6...v2.3.7) (2020-04-22) | ||
### Bug Fixes | ||
* publish typescript declarations ([4ad010a](https://github.com/bennypowers/stripe-elements/commit/4ad010a27bcba8e4dd311ba3a8ca446fa920e8ff)) | ||
## [2.3.6](https://github.com/bennypowers/stripe-elements/compare/v2.3.5...v2.3.6) (2020-04-22) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@power-elements/stripe-elements", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "Web Component wrapper for stripe elements", | ||
@@ -102,2 +102,3 @@ "main": "index.js", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-copy": "^3.3.0", | ||
"rollup-plugin-lit-css": "^2.0.3", | ||
@@ -104,0 +105,0 @@ "sinon": "^9.0.2", |
@@ -5,2 +5,3 @@ import commonjs from '@rollup/plugin-commonjs'; | ||
import pkg from './package.json'; | ||
import copy from 'rollup-plugin-copy'; | ||
@@ -29,2 +30,3 @@ const deps = Object.keys(pkg.dependencies); | ||
resolve({ extensions: ['.js', '.css', '.html'], dedupe: id => id.includes('lit') }), | ||
copy({ targets: [{ src: 'src/*.d.ts', dest: '.' }] }), | ||
litcss(), | ||
@@ -31,0 +33,0 @@ commonjs(), |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
559388
76
8578
2
49