@objectstack/plugin-auth 4.0.0 → 4.0.1
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 +6 -6
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-auth@4.0.
|
|
2
|
+
> @objectstack/plugin-auth@4.0.1 build /home/runner/work/spec/spec/packages/plugins/plugin-auth
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
5
|
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
╵ [32m~~~~~~~~~[0m
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m42.11 KB[39m
|
|
70
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m93.90 KB[39m
|
|
71
|
-
[32mESM[39m ⚡️ Build success in 105ms
|
|
72
69
|
[32mCJS[39m [1mdist/index.js [22m[32m45.60 KB[39m
|
|
73
70
|
[32mCJS[39m [1mdist/index.js.map [22m[32m94.42 KB[39m
|
|
74
|
-
[32mCJS[39m ⚡️ Build success in
|
|
71
|
+
[32mCJS[39m ⚡️ Build success in 77ms
|
|
72
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m42.11 KB[39m
|
|
73
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m93.90 KB[39m
|
|
74
|
+
[32mESM[39m ⚡️ Build success in 77ms
|
|
75
75
|
[34mDTS[39m Build start
|
|
76
|
-
[32mDTS[39m ⚡️ Build success in
|
|
76
|
+
[32mDTS[39m ⚡️ Build success in 9241ms
|
|
77
77
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m868.05 KB[39m
|
|
78
78
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m868.05 KB[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-auth",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Authentication & Identity Plugin for ObjectStack",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"better-auth": "^1.5.6",
|
|
18
|
-
"@objectstack/core": "4.0.
|
|
19
|
-
"@objectstack/spec": "4.0.
|
|
18
|
+
"@objectstack/core": "4.0.1",
|
|
19
|
+
"@objectstack/spec": "4.0.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^25.5.0",
|
|
23
23
|
"typescript": "^6.0.2",
|
|
24
24
|
"vitest": "^4.1.2",
|
|
25
|
-
"@objectstack/cli": "4.0.
|
|
25
|
+
"@objectstack/cli": "4.0.1"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "tsup --config ../../../tsup.config.ts",
|