@newskit-render/auth 0.46.0-alpha.1 → 0.46.0
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/dist/cjs/client/CookieView.d.ts +1 -0
- package/dist/cjs/client/PageWithAuth.d.ts +1 -0
- package/dist/cjs/client/SessionProvider.d.ts +1 -0
- package/dist/cjs/client/index.js +1 -5
- package/dist/cjs/client/index.js.map +1 -1
- package/dist/cjs/index.js +1 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/client/CookieView.d.ts +1 -0
- package/dist/esm/client/PageWithAuth.d.ts +1 -0
- package/dist/esm/client/SessionProvider.d.ts +1 -0
- package/package.json +13 -14
package/dist/cjs/client/index.js
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA8B;AAC9B,+CAA4B;AAC5B,oDAAiC"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
9
5
|
}) : (function(o, m, k, k2) {
|
|
10
6
|
if (k2 === undefined) k2 = k;
|
|
11
7
|
o[k2] = m[k];
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,yCAA6D;AAApD,mGAAA,UAAU,OAAA;AAAE,+FAAA,MAAM,OAAA;AAAE,gGAAA,OAAO,OAAA;AACpC,2CAAwB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/auth",
|
|
3
|
-
"version": "0.46.0
|
|
3
|
+
"version": "0.46.0",
|
|
4
4
|
"description": "Newskit Render",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"@babel/polyfill": "7.10.1",
|
|
30
30
|
"@babel/register": "7.10.1",
|
|
31
31
|
"@types/jest": "27.0.2",
|
|
32
|
-
"@types/react": "
|
|
33
|
-
"@types/react-dom": "18.0.6",
|
|
32
|
+
"@types/react": "17.0.2",
|
|
34
33
|
"@typescript-eslint/eslint-plugin": "4.9.0",
|
|
35
34
|
"@typescript-eslint/parser": "4.9.0",
|
|
36
35
|
"eslint": "7.14.0",
|
|
@@ -39,26 +38,26 @@
|
|
|
39
38
|
"eslint-plugin-react": "7.22.0",
|
|
40
39
|
"jest": "27.4.7",
|
|
41
40
|
"jest-junit": "12.0.0",
|
|
42
|
-
"next": "12.
|
|
41
|
+
"next": "12.1.0",
|
|
43
42
|
"preact": "10.6.4",
|
|
44
43
|
"prettier": "2.2.1",
|
|
45
|
-
"react": "
|
|
46
|
-
"react-dom": "
|
|
44
|
+
"react": "17.0.2",
|
|
45
|
+
"react-dom": "17.0.2",
|
|
47
46
|
"ts-jest": "27.1.3",
|
|
48
|
-
"typescript": "4.
|
|
47
|
+
"typescript": "4.4.3"
|
|
49
48
|
},
|
|
50
49
|
"peerDependencies": {
|
|
51
|
-
"next": "12.
|
|
52
|
-
"react": "
|
|
53
|
-
"react-dom": "
|
|
50
|
+
"next": "12.1.0",
|
|
51
|
+
"react": "17.0.2",
|
|
52
|
+
"react-dom": "17.0.2"
|
|
54
53
|
},
|
|
55
54
|
"resolutions": {
|
|
56
|
-
"@types/react": "^
|
|
57
|
-
"@types/react-dom": "^
|
|
55
|
+
"@types/react": "^17.0.1",
|
|
56
|
+
"@types/react-dom": "^17.0.2"
|
|
58
57
|
},
|
|
59
58
|
"overrides": {
|
|
60
|
-
"@types/react": "^
|
|
61
|
-
"@types/react-dom": "^
|
|
59
|
+
"@types/react": "^17.0.1",
|
|
60
|
+
"@types/react-dom": "^17.0.2"
|
|
62
61
|
},
|
|
63
62
|
"files": [
|
|
64
63
|
"dist",
|