@wix/identity 1.0.82 → 1.0.83
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 +6 -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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/identity",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.83",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"context"
|
|
17
17
|
],
|
|
18
18
|
"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.
|
|
19
|
+
"@wix/identity_authentication": "1.0.13",
|
|
20
|
+
"@wix/identity_oauth": "1.0.11",
|
|
21
|
+
"@wix/identity_recovery": "1.0.11",
|
|
22
|
+
"@wix/identity_verification": "1.0.11"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"fqdn": ""
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"falconPackageHash": "
|
|
43
|
+
"falconPackageHash": "66f8507998e38175cc1741e1d524d4e322a7505dfac7128b9a331230"
|
|
44
44
|
}
|
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"}
|