@gello/auth 0.1.1 → 0.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gello/auth",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Complete authentication and authorization system for Gello",
5
5
  "keywords": [
6
6
  "gello",
@@ -18,16 +18,18 @@
18
18
  "url": "https://github.com/tonipepperoni/gello-framework"
19
19
  },
20
20
  "type": "module",
21
- "main": "./dist/index.js",
22
- "types": "./dist/index.d.ts",
21
+ "main": "./index.js",
22
+ "types": "./index.d.ts",
23
23
  "exports": {
24
24
  ".": {
25
- "types": "./dist/index.d.ts",
26
- "import": "./dist/index.js"
25
+ "types": "./index.d.ts",
26
+ "import": "./index.js"
27
27
  }
28
28
  },
29
29
  "files": [
30
- "dist"
30
+ "index.js",
31
+ "index.d.ts",
32
+ "index.d.ts.map"
31
33
  ],
32
34
  "engines": {
33
35
  "node": ">=20.0.0"
@@ -36,6 +38,16 @@
36
38
  "effect": "^3.19.0",
37
39
  "@effect/platform": "^0.94.0",
38
40
  "@effect/schema": "^0.75.0",
39
- "@gello/core": "^0.1.0"
41
+ "@gello/core": "^0.1.0",
42
+ "@react-email/components": "^0.0.31",
43
+ "react": "^18.0.0 || ^19.0.0"
44
+ },
45
+ "peerDependenciesMeta": {
46
+ "@react-email/components": {
47
+ "optional": true
48
+ },
49
+ "react": {
50
+ "optional": true
51
+ }
40
52
  }
41
53
  }
package/dist/package.json DELETED
@@ -1,41 +0,0 @@
1
- {
2
- "name": "@gello/auth",
3
- "version": "0.1.1",
4
- "description": "Complete authentication and authorization system for Gello",
5
- "keywords": [
6
- "gello",
7
- "auth",
8
- "authentication",
9
- "authorization",
10
- "oauth",
11
- "effect",
12
- "typescript"
13
- ],
14
- "author": "Gello Team",
15
- "license": "MIT",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/tonipepperoni/gello-framework"
19
- },
20
- "type": "module",
21
- "main": "./dist/index.js",
22
- "types": "./dist/index.d.ts",
23
- "exports": {
24
- ".": {
25
- "types": "./dist/index.d.ts",
26
- "import": "./dist/index.js"
27
- }
28
- },
29
- "files": [
30
- "dist"
31
- ],
32
- "engines": {
33
- "node": ">=20.0.0"
34
- },
35
- "peerDependencies": {
36
- "effect": "^3.19.0",
37
- "@effect/platform": "^0.94.0",
38
- "@effect/schema": "^0.75.0",
39
- "@gello/core": "^0.1.0"
40
- }
41
- }
File without changes
File without changes
File without changes