Skip to content

Commit 52b63fb

Browse files
Merge pull request #90 from pingidentity/v1.6
v1.6
2 parents d9d7d01 + 74a5783 commit 52b63fb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

babel.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -22,7 +22,7 @@
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",
@@ -65,7 +65,7 @@
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",

0 commit comments

Comments
 (0)