@benbraide/inlinejs-stripe 2.0.6 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/inlinejs-stripe.js +4813 -4315
- package/dist/inlinejs-stripe.min.js +1 -1
- package/lib/common/index.d.ts +1 -0
- package/lib/common/index.js +1 -0
- package/lib/esm/index.d.ts +1 -0
- package/lib/esm/index.js +1 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@benbraide/inlinejs-stripe",
|
3
|
-
"version": "2.0
|
3
|
+
"version": "2.2.0",
|
4
4
|
"description": "Run javascript code by embedding them in your HTML using the element as context.",
|
5
5
|
"main": "./lib/common/index.js",
|
6
6
|
"module": "./lib/esm/index.js",
|
@@ -48,13 +48,14 @@
|
|
48
48
|
"jsdom": "^16.6.0",
|
49
49
|
"jsdom-global": "^3.0.2",
|
50
50
|
"mocha": "^9.0.0",
|
51
|
+
"terser-webpack-plugin": "^5.3.10",
|
51
52
|
"ts-loader": "^9.2.3",
|
52
53
|
"ts-node": "^10.0.0",
|
53
54
|
"webpack": "^5.41.0"
|
54
55
|
},
|
55
56
|
"dependencies": {
|
56
|
-
"@benbraide/inlinejs": "^1.1
|
57
|
-
"@benbraide/inlinejs-element": "^2.0
|
57
|
+
"@benbraide/inlinejs": "^1.3.1",
|
58
|
+
"@benbraide/inlinejs-element": "^2.2.0",
|
58
59
|
"webpack-cli": "^4.7.2"
|
59
60
|
}
|
60
61
|
}
|