@wix/identity 1.0.123 → 1.0.125
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/index.d.ts +4 -4
- package/build/cjs/index.js +4 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -4
- package/build/cjs/meta.js +4 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.ts +4 -4
- package/build/es/index.js +4 -4
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +4 -4
- package/build/es/meta.js +4 -4
- package/build/es/meta.js.map +1 -1
- package/build/internal/cjs/index.d.ts +5 -0
- package/build/internal/cjs/index.js +35 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +4 -0
- package/build/internal/cjs/meta.js +31 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/es/index.d.ts +5 -0
- package/build/internal/es/index.js +6 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/meta.d.ts +4 -0
- package/build/internal/es/meta.js +5 -0
- package/build/internal/es/meta.js.map +1 -0
- package/package.json +7 -7
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as authentication from '@wix/
|
|
2
|
-
import * as recovery from '@wix/
|
|
3
|
-
import * as verification from '@wix/
|
|
4
|
-
import * as oauth from '@wix/
|
|
1
|
+
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
+
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
+
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
5
|
export { authentication, recovery, verification, oauth };
|
package/build/cjs/index.js
CHANGED
|
@@ -24,12 +24,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.oauth = exports.verification = exports.recovery = exports.authentication = void 0;
|
|
27
|
-
const authentication = __importStar(require("@wix/
|
|
27
|
+
const authentication = __importStar(require("@wix/auto_sdk_identity_authentication"));
|
|
28
28
|
exports.authentication = authentication;
|
|
29
|
-
const recovery = __importStar(require("@wix/
|
|
29
|
+
const recovery = __importStar(require("@wix/auto_sdk_identity_recovery"));
|
|
30
30
|
exports.recovery = recovery;
|
|
31
|
-
const verification = __importStar(require("@wix/
|
|
31
|
+
const verification = __importStar(require("@wix/auto_sdk_identity_verification"));
|
|
32
32
|
exports.verification = verification;
|
|
33
|
-
const oauth = __importStar(require("@wix/
|
|
33
|
+
const oauth = __importStar(require("@wix/auto_sdk_identity_oauth"));
|
|
34
34
|
exports.oauth = oauth;
|
|
35
35
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAwE;AAK/D,wCAAc;AAJvB,0EAA4D;AAInC,4BAAQ;AAHjC,kFAAoE;AAGjC,oCAAY;AAF/C,oEAAsD;AAEL,sBAAK"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as authentication from '@wix/
|
|
2
|
-
export * as recovery from '@wix/
|
|
3
|
-
export * as verification from '@wix/
|
|
4
|
-
export * as oauth from '@wix/
|
|
1
|
+
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
+
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
+
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.oauth = exports.verification = exports.recovery = exports.authentication = void 0;
|
|
27
|
-
exports.authentication = __importStar(require("@wix/
|
|
28
|
-
exports.recovery = __importStar(require("@wix/
|
|
29
|
-
exports.verification = __importStar(require("@wix/
|
|
30
|
-
exports.oauth = __importStar(require("@wix/
|
|
27
|
+
exports.authentication = __importStar(require("@wix/auto_sdk_identity_authentication/meta"));
|
|
28
|
+
exports.recovery = __importStar(require("@wix/auto_sdk_identity_recovery/meta"));
|
|
29
|
+
exports.verification = __importStar(require("@wix/auto_sdk_identity_verification/meta"));
|
|
30
|
+
exports.oauth = __importStar(require("@wix/auto_sdk_identity_oauth/meta"));
|
|
31
31
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6FAA6E;AAC7E,iFAAiE;AACjE,yFAAyE;AACzE,2EAA2D"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as authentication from '@wix/
|
|
2
|
-
import * as recovery from '@wix/
|
|
3
|
-
import * as verification from '@wix/
|
|
4
|
-
import * as oauth from '@wix/
|
|
1
|
+
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
+
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
+
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
5
|
export { authentication, recovery, verification, oauth };
|
package/build/es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as authentication from '@wix/
|
|
2
|
-
import * as recovery from '@wix/
|
|
3
|
-
import * as verification from '@wix/
|
|
4
|
-
import * as oauth from '@wix/
|
|
1
|
+
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
+
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
+
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
5
|
export { authentication, recovery, verification, oauth };
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,YAAY,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,KAAK,MAAM,8BAA8B,CAAC;AAEtD,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as authentication from '@wix/
|
|
2
|
-
export * as recovery from '@wix/
|
|
3
|
-
export * as verification from '@wix/
|
|
4
|
-
export * as oauth from '@wix/
|
|
1
|
+
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
+
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
+
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * as authentication from '@wix/
|
|
2
|
-
export * as recovery from '@wix/
|
|
3
|
-
export * as verification from '@wix/
|
|
4
|
-
export * as oauth from '@wix/
|
|
1
|
+
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
+
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
+
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
|
5
5
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,4CAA4C,CAAC;AAC7E,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,YAAY,MAAM,0CAA0C,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
+
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
+
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
+
export { authentication, recovery, verification, oauth };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
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);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.oauth = exports.verification = exports.recovery = exports.authentication = void 0;
|
|
27
|
+
const authentication = __importStar(require("@wix/auto_sdk_identity_authentication"));
|
|
28
|
+
exports.authentication = authentication;
|
|
29
|
+
const recovery = __importStar(require("@wix/auto_sdk_identity_recovery"));
|
|
30
|
+
exports.recovery = recovery;
|
|
31
|
+
const verification = __importStar(require("@wix/auto_sdk_identity_verification"));
|
|
32
|
+
exports.verification = verification;
|
|
33
|
+
const oauth = __importStar(require("@wix/auto_sdk_identity_oauth"));
|
|
34
|
+
exports.oauth = oauth;
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAwE;AAK/D,wCAAc;AAJvB,0EAA4D;AAInC,4BAAQ;AAHjC,kFAAoE;AAGjC,oCAAY;AAF/C,oEAAsD;AAEL,sBAAK"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
+
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
+
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
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);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.oauth = exports.verification = exports.recovery = exports.authentication = void 0;
|
|
27
|
+
exports.authentication = __importStar(require("@wix/auto_sdk_identity_authentication/meta"));
|
|
28
|
+
exports.recovery = __importStar(require("@wix/auto_sdk_identity_recovery/meta"));
|
|
29
|
+
exports.verification = __importStar(require("@wix/auto_sdk_identity_verification/meta"));
|
|
30
|
+
exports.oauth = __importStar(require("@wix/auto_sdk_identity_oauth/meta"));
|
|
31
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6FAA6E;AAC7E,iFAAiE;AACjE,yFAAyE;AACzE,2EAA2D"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
+
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
+
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
+
export { authentication, recovery, verification, oauth };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
+
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
+
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
+
export { authentication, recovery, verification, oauth };
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,YAAY,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,KAAK,MAAM,8BAA8B,CAAC;AAEtD,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
+
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
+
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
+
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
+
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
|
5
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,4CAA4C,CAAC;AAC7E,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,YAAY,MAAM,0CAA0C,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/identity",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.125",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"service-plugins"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@wix/
|
|
36
|
-
"@wix/
|
|
37
|
-
"@wix/
|
|
38
|
-
"@wix/
|
|
35
|
+
"@wix/auto_sdk_identity_authentication": "1.0.1",
|
|
36
|
+
"@wix/auto_sdk_identity_oauth": "1.0.1",
|
|
37
|
+
"@wix/auto_sdk_identity_recovery": "1.0.1",
|
|
38
|
+
"@wix/auto_sdk_identity_verification": "1.0.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"typescript": "^5.3.2"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
44
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
|
|
45
45
|
"test": ":"
|
|
46
46
|
},
|
|
47
47
|
"wix": {
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "1e976f9082c0d1f19e0ffddef069362c39e08d094d5321986661b7a5"
|
|
59
59
|
}
|