@wix/identity 1.0.99 → 1.0.101

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uFAAuE;AACvE,2EAA2D;AAC3D,mFAAmE;AACnE,qEAAqD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6EAA+D;AAKtD,wCAAc;AAJvB,iEAAmD;AAI1B,4BAAQ;AAHjC,yEAA2D;AAGxB,oCAAY;AAF/C,2DAA6C;AAEI,sBAAK"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oFAAoE;AACpE,wEAAwD;AACxD,gFAAgE;AAChE,kEAAkD"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/meta.js"
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/identity",
3
- "version": "1.0.99",
3
+ "version": "1.0.101",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -9,32 +9,35 @@
9
9
  "wix-sdk-module=backend,page,public"
10
10
  ],
11
11
  "sideEffects": false,
12
- "main": "./index.js",
12
+ "main": "./build/cjs/index.js",
13
+ "types": "./build/es/index.d.ts",
13
14
  "exports": {
14
15
  ".": {
15
16
  "import": "./build/es/index.js",
16
- "require": "./index.js"
17
+ "require": "./build/cjs/index.js",
18
+ "types": "./build/es/index.d.ts"
17
19
  },
18
20
  "./meta": {
19
21
  "import": "./build/es/meta.js",
20
- "require": "./meta.js"
22
+ "require": "./build/cjs/meta.js",
23
+ "types": "./build/es/meta.d.ts"
21
24
  },
22
25
  "./context": {
23
26
  "import": "./build/es/context.js",
24
- "require": "./context.js"
27
+ "require": "./build/cjs/context.js",
28
+ "types": "./build/es/context.d.ts"
25
29
  }
26
30
  },
27
31
  "files": [
28
- "*",
29
- "!config/*",
30
- "!tsconfig.json",
31
- "!tsconfig.esm.json"
32
+ "build",
33
+ "meta",
34
+ "service-plugins"
32
35
  ],
33
36
  "dependencies": {
34
- "@wix/identity_authentication": "1.0.21",
35
- "@wix/identity_oauth": "1.0.14",
36
- "@wix/identity_recovery": "1.0.15",
37
- "@wix/identity_verification": "1.0.15"
37
+ "@wix/identity_authentication": "1.0.23",
38
+ "@wix/identity_oauth": "1.0.16",
39
+ "@wix/identity_recovery": "1.0.17",
40
+ "@wix/identity_verification": "1.0.17"
38
41
  },
39
42
  "devDependencies": {
40
43
  "typescript": "^5.3.2"
@@ -54,5 +57,5 @@
54
57
  "fqdn": ""
55
58
  }
56
59
  },
57
- "falconPackageHash": "e9c3f48b96333d2c7e161e16b915d824f5cb757e91e22d35dabde9da"
60
+ "falconPackageHash": "a43c72526888900754cf20f95e6798109df377d80c2e06d431c1079b"
58
61
  }
package/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/context.ts DELETED
@@ -1,4 +0,0 @@
1
- export * as authentication from '@wix/identity_authentication/context';
2
- export * as recovery from '@wix/identity_recovery/context';
3
- export * as verification from '@wix/identity_verification/context';
4
- export * as oauth from '@wix/identity_oauth/context';
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6EAA+D;AAKtD,wCAAc;AAJvB,iEAAmD;AAI1B,4BAAQ;AAHjC,yEAA2D;AAGxB,oCAAY;AAF/C,2DAA6C;AAEI,sBAAK"}
package/index.ts DELETED
@@ -1,6 +0,0 @@
1
- import * as authentication from '@wix/identity_authentication';
2
- import * as recovery from '@wix/identity_recovery';
3
- import * as verification from '@wix/identity_verification';
4
- import * as oauth from '@wix/identity_oauth';
5
-
6
- export { authentication, recovery, verification, oauth };
package/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"}
package/meta.ts DELETED
@@ -1,4 +0,0 @@
1
- export * as authentication from '@wix/identity_authentication/meta';
2
- export * as recovery from '@wix/identity_recovery/meta';
3
- export * as verification from '@wix/identity_verification/meta';
4
- export * as oauth from '@wix/identity_oauth/meta';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes