@okta/okta-signin-widget 7.19.1 → 7.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/esm/src/config/config.json.js +1 -1
- package/dist/js/okta-sign-in.classic.js +1 -1
- package/dist/js/okta-sign-in.classic.min.js +1 -1
- package/dist/js/okta-sign-in.js +1 -1
- package/dist/js/okta-sign-in.min.js +1 -1
- package/dist/js/okta-sign-in.next.js +4 -4
- package/dist/js/okta-sign-in.next.js.map +1 -1
- package/dist/js/okta-sign-in.next.no-polyfill.js +10 -10
- package/dist/js/okta-sign-in.next.no-polyfill.js.map +1 -1
- package/dist/js/okta-sign-in.no-polyfill.min.js +1 -1
- package/dist/js/okta-sign-in.oie.js +1 -1
- package/dist/js/okta-sign-in.oie.min.js +1 -1
- package/package.json +4 -4
- package/src/config/config.json +1 -1
- package/src/v3/package.json +2 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@okta/okta-signin-widget",
|
|
4
4
|
"description": "The Okta Sign-In Widget",
|
|
5
|
-
"version": "7.19.
|
|
5
|
+
"version": "7.19.3",
|
|
6
6
|
"homepage": "https://github.com/okta/okta-signin-widget",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"repository": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"build:webpack-dev": "webpack --config webpack.dev.config.js",
|
|
95
95
|
"build:webpack-release": "webpack --config webpack.release.config.js",
|
|
96
96
|
"start": "node scripts/buildtools start",
|
|
97
|
-
"start:ie11": "IE11_COMPAT_MODE=true OKTA_SIW_HOST=0.0.0.0 ENTRY=default yarn start --watch",
|
|
97
|
+
"start:ie11": "IE11_COMPAT_MODE=true OKTA_SIW_HOST=0.0.0.0 DISABLE_CSP=1 ENTRY=default yarn start --watch",
|
|
98
98
|
"start:test:app": "yarn workspace @okta/test.app start",
|
|
99
99
|
"mock:device-authenticator": "MOCK_SPEC_DIR_NAME=spec-device-authenticator MOCK_SERVER_PORT=6512 node ./playground/mocks/server.js",
|
|
100
100
|
"clean:types": "grunt clean:types",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"workerDirectory": "playground"
|
|
303
303
|
},
|
|
304
304
|
"okta": {
|
|
305
|
-
"commitSha": "
|
|
306
|
-
"fullVersion": "7.19.
|
|
305
|
+
"commitSha": "0e29c7e56ffe1d6554127bbfda6f4abb8d1771d5",
|
|
306
|
+
"fullVersion": "7.19.3-g0e29c7e"
|
|
307
307
|
}
|
|
308
308
|
}
|
package/src/config/config.json
CHANGED
package/src/v3/package.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"clean-svg": "svgo -f src/img/authCoinIcons",
|
|
23
23
|
"codegen": "yarn workspace @okta/okta-signin-widget codegen",
|
|
24
24
|
"dev": "yarn codegen && webpack-dev-server --config webpack.dev.config.ts",
|
|
25
|
+
"dev:ie11": "IE11_COMPAT_MODE=true OKTA_SIW_HOST=0.0.0.0 DISABLE_CSP=1 yarn dev",
|
|
25
26
|
"lint": "yarn codegen && eslint .",
|
|
26
27
|
"lint:report": "scripts/buildtools/lint-report.sh",
|
|
27
28
|
"lint:styles": "stylelint **/*.{scss,css}",
|
|
@@ -52,7 +53,7 @@
|
|
|
52
53
|
"@okta/okta-auth-js": "^7.7.0",
|
|
53
54
|
"chroma-js": "^2.4.2",
|
|
54
55
|
"cross-fetch": "^3.1.5",
|
|
55
|
-
"dompurify": "^
|
|
56
|
+
"dompurify": "^2.5.5",
|
|
56
57
|
"duo_web_sdk": "https://github.com/duosecurity/duo_web_sdk.git",
|
|
57
58
|
"html-react-parser": "^3.0.9",
|
|
58
59
|
"js-cookie": "^3.0.1",
|