@xcelsior/auth 0.1.1 → 1.0.0

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.
@@ -12,11 +12,11 @@
12
12
  ESM Build start
13
13
  CJS dist/index.js 16.47 KB
14
14
  CJS dist/index.js.map 30.61 KB
15
- CJS ⚡️ Build success in 146ms
15
+ CJS ⚡️ Build success in 330ms
16
16
  ESM dist/index.mjs 14.28 KB
17
17
  ESM dist/index.mjs.map 30.43 KB
18
- ESM ⚡️ Build success in 146ms
18
+ ESM ⚡️ Build success in 332ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3500ms
20
+ DTS ⚡️ Build success in 4927ms
21
21
  DTS dist/index.d.ts 3.71 KB
22
22
  DTS dist/index.d.mts 3.71 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @xcelsior/auth@0.1.0 lint /Users/tuannguyen/Work/excelsior-packages/packages/services/auth
2
+ > @xcelsior/auth@0.1.1 lint /Users/tuannguyen/Work/excelsior-packages/packages/services/auth
3
3
  > biome check .
4
4
 
5
- Checked 21 files in 28ms. No fixes applied.
5
+ Checked 17 files in 15ms. No fixes applied.
@@ -1,12 +1,8 @@
1
1
 
2
- > @xcelsior/auth@0.1.0 test /Users/tuannguyen/Work/excelsior-packages/packages/services/auth
2
+ > @xcelsior/auth@0.1.1 test /Users/tuannguyen/Work/excelsior-packages/packages/services/auth
3
3
  > jest --passWithNoTests
4
4
 
5
5
  Determining test suites to run...No tests found, exiting with code 0
6
6
  
7
-
8
- 
9
- 
10
-
11
- 
12
- 
7
+
8
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcelsior/auth",
3
- "version": "0.1.1",
3
+ "version": "1.0.0",
4
4
  "description": "Reusable serverless authentication system with RBAC and configurable email notifications",
5
5
  "exports": {
6
6
  ".": {