File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ module.exports = function (api) {
2525 } ,
2626 ] ,
2727 "@babel/plugin-transform-arrow-functions" ,
28+ [
29+ "@babel/plugin-proposal-private-methods" ,
30+ {
31+ "loose" : true
32+ }
33+ ]
2834
2935 ] ;
3036
Original file line number Diff line number Diff line change 11{
22 "name" : " @ping-identity/pf-authn-js-widget" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 1.6 .0" ,
44 "description" : " JavaScript Widget for the PingFederate Authentication API" ,
55 "main" : " ./dist/pf.authn-widget.js" ,
66 "types" : " types/index.d.ts" ,
2222 "url" :
" [email protected] :pingidentity/pf-authn-js-widget.git" 2323 },
2424 "engines" : {
25- "node" : " >=12.0.0 <=15 .0.0"
25+ "node" : " >=12.0.0 <=17 .0.0"
2626 },
2727 "keywords" : [
2828 " PingFederate" ,
6565 "jest" : " ^24.9.0" ,
6666 "mini-css-extract-plugin" : " ^0.2.0" ,
6767 "mocha" : " ^6.1.3" ,
68- "node-sass" : " ^4.12.0 " ,
68+ "node-sass" : " ^6.0.1 " ,
6969 "nyc" : " ^14.1.1" ,
7070 "resolve-url-loader" : " ^3.1.2" ,
7171 "rimraf" : " ^2.7.1" ,
You can’t perform that action at this time.
0 commit comments