@objectstack/plugin-auth 3.2.5 → 3.2.6
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/.turbo/turbo-build.log +66 -10
- package/CHANGELOG.md +7 -0
- package/dist/index.d.mts +9987 -51
- package/dist/index.d.ts +9987 -51
- package/dist/index.js +485 -37
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +474 -37
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -4
- package/src/auth-schema-config.ts +6 -6
- package/src/objects/auth-account.object.ts +3 -117
- package/src/objects/auth-session.object.ts +3 -85
- package/src/objects/auth-user.object.ts +3 -93
- package/src/objects/auth-verification.object.ts +3 -74
- package/src/objects/index.ts +30 -4
- package/src/objects/sys-account.object.ts +111 -0
- package/src/objects/sys-api-key.object.ts +104 -0
- package/src/objects/sys-invitation.object.ts +93 -0
- package/src/objects/sys-member.object.ts +68 -0
- package/src/objects/sys-organization.object.ts +82 -0
- package/src/objects/sys-session.object.ts +84 -0
- package/src/objects/sys-team-member.object.ts +61 -0
- package/src/objects/sys-team.object.ts +69 -0
- package/src/objects/sys-two-factor.object.ts +73 -0
- package/src/objects/sys-user.object.ts +91 -0
- package/src/objects/sys-verification.object.ts +75 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-auth@3.2.
|
|
2
|
+
> @objectstack/plugin-auth@3.2.6 build /home/runner/work/spec/spec/packages/plugins/plugin-auth
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
|
+
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
6
|
+
|
|
7
|
+
package.json:13:6:
|
|
8
|
+
13 │ "types": "./dist/index.d.ts"
|
|
9
|
+
╵ ~~~~~~~
|
|
10
|
+
|
|
11
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
12
|
+
|
|
13
|
+
package.json:11:6:
|
|
14
|
+
11 │ "import": "./dist/index.mjs",
|
|
15
|
+
╵ ~~~~~~~~
|
|
16
|
+
|
|
17
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
18
|
+
|
|
19
|
+
package.json:12:6:
|
|
20
|
+
12 │ "require": "./dist/index.js",
|
|
21
|
+
╵ ~~~~~~~~~
|
|
22
|
+
|
|
5
23
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
24
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
25
|
[34mCLI[39m tsup v8.5.1
|
|
@@ -10,13 +28,51 @@
|
|
|
10
28
|
[34mCLI[39m Cleaning output folder
|
|
11
29
|
[34mESM[39m Build start
|
|
12
30
|
[34mCJS[39m Build start
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
|
|
31
|
+
[warn] [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json]
|
|
32
|
+
|
|
33
|
+
package.json:13:6:
|
|
34
|
+
[37m 13 │ [32m"types"[37m: "./dist/index.d.ts"
|
|
35
|
+
╵ [32m~~~~~~~[0m
|
|
36
|
+
|
|
37
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
38
|
+
|
|
39
|
+
package.json:11:6:
|
|
40
|
+
[37m 11 │ [32m"import"[37m: "./dist/index.mjs",
|
|
41
|
+
╵ [32m~~~~~~~~[0m
|
|
42
|
+
|
|
43
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
44
|
+
|
|
45
|
+
package.json:12:6:
|
|
46
|
+
[37m 12 │ [32m"require"[37m: "./dist/index.js",
|
|
47
|
+
╵ [32m~~~~~~~~~[0m
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
[warn] [33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json]
|
|
51
|
+
|
|
52
|
+
package.json:13:6:
|
|
53
|
+
[37m 13 │ [32m"types"[37m: "./dist/index.d.ts"
|
|
54
|
+
╵ [32m~~~~~~~[0m
|
|
55
|
+
|
|
56
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
57
|
+
|
|
58
|
+
package.json:11:6:
|
|
59
|
+
[37m 11 │ [32m"import"[37m: "./dist/index.mjs",
|
|
60
|
+
╵ [32m~~~~~~~~[0m
|
|
61
|
+
|
|
62
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
63
|
+
|
|
64
|
+
package.json:12:6:
|
|
65
|
+
[37m 12 │ [32m"require"[37m: "./dist/index.js",
|
|
66
|
+
╵ [32m~~~~~~~~~[0m
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m37.46 KB[39m
|
|
70
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m85.74 KB[39m
|
|
71
|
+
[32mESM[39m ⚡️ Build success in 68ms
|
|
72
|
+
[32mCJS[39m [1mdist/index.js [22m[32m40.94 KB[39m
|
|
73
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m86.26 KB[39m
|
|
74
|
+
[32mCJS[39m ⚡️ Build success in 67ms
|
|
19
75
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
76
|
+
[32mDTS[39m ⚡️ Build success in 8794ms
|
|
77
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m866.35 KB[39m
|
|
78
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m866.35 KB[39m
|