@wix/identity 1.0.82 → 1.0.84
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/build/cjs/context.js +0 -1
- package/build/cjs/index.js +0 -1
- package/build/cjs/meta.js +0 -1
- package/package.json +9 -6
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
package/build/cjs/context.js
CHANGED
|
@@ -28,4 +28,3 @@ exports.authentication = __importStar(require("@wix/identity_authentication/cont
|
|
|
28
28
|
exports.recovery = __importStar(require("@wix/identity_recovery/context"));
|
|
29
29
|
exports.verification = __importStar(require("@wix/identity_verification/context"));
|
|
30
30
|
exports.oauth = __importStar(require("@wix/identity_oauth/context"));
|
|
31
|
-
//# sourceMappingURL=context.js.map
|
package/build/cjs/index.js
CHANGED
|
@@ -28,4 +28,3 @@ exports.authentication = __importStar(require("@wix/identity_authentication"));
|
|
|
28
28
|
exports.recovery = __importStar(require("@wix/identity_recovery"));
|
|
29
29
|
exports.verification = __importStar(require("@wix/identity_verification"));
|
|
30
30
|
exports.oauth = __importStar(require("@wix/identity_oauth"));
|
|
31
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/meta.js
CHANGED
|
@@ -28,4 +28,3 @@ exports.authentication = __importStar(require("@wix/identity_authentication/meta
|
|
|
28
28
|
exports.recovery = __importStar(require("@wix/identity_recovery/meta"));
|
|
29
29
|
exports.verification = __importStar(require("@wix/identity_verification/meta"));
|
|
30
30
|
exports.oauth = __importStar(require("@wix/identity_oauth/meta"));
|
|
31
|
-
//# sourceMappingURL=meta.js.map
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/identity",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.84",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"wix-sdk-module=backend,page,public"
|
|
10
|
+
],
|
|
8
11
|
"sideEffects": false,
|
|
9
12
|
"module": "build/es/index.js",
|
|
10
13
|
"main": "build/cjs/index.js",
|
|
@@ -16,10 +19,10 @@
|
|
|
16
19
|
"context"
|
|
17
20
|
],
|
|
18
21
|
"dependencies": {
|
|
19
|
-
"@wix/identity_authentication": "1.0.
|
|
20
|
-
"@wix/identity_oauth": "1.0.
|
|
21
|
-
"@wix/identity_recovery": "1.0.
|
|
22
|
-
"@wix/identity_verification": "1.0.
|
|
22
|
+
"@wix/identity_authentication": "1.0.13",
|
|
23
|
+
"@wix/identity_oauth": "1.0.11",
|
|
24
|
+
"@wix/identity_recovery": "1.0.11",
|
|
25
|
+
"@wix/identity_verification": "1.0.11"
|
|
23
26
|
},
|
|
24
27
|
"devDependencies": {
|
|
25
28
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -40,5 +43,5 @@
|
|
|
40
43
|
"fqdn": ""
|
|
41
44
|
}
|
|
42
45
|
},
|
|
43
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "7873c81502eb41d599e2fe82dc3f30cc791db2fa687217b83d4316ba"
|
|
44
47
|
}
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uFAAuE;AACvE,2EAA2D;AAC3D,mFAAmE;AACnE,qEAAqD"}
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,mEAAmD;AACnD,2EAA2D;AAC3D,6DAA6C"}
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oFAAoE;AACpE,wEAAwD;AACxD,gFAAgE;AAChE,kEAAkD"}
|