@edge-base/auth-ui-react 0.1.1 → 0.1.2

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.
Files changed (1) hide show
  1. package/package.json +62 -63
package/package.json CHANGED
@@ -1,65 +1,64 @@
1
1
  {
2
- "name": "@edge-base/auth-ui-react",
3
- "version": "0.1.1",
4
- "description": "EdgeBase Auth UI for React — pre-built authentication components",
5
- "license": "MIT",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/edge-base/edgebase.git",
9
- "directory": "packages/sdk/js/packages/auth-ui-react"
2
+ "name": "@edge-base/auth-ui-react",
3
+ "version": "0.1.2",
4
+ "description": "EdgeBase Auth UI for React — pre-built authentication components",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/edge-base/edgebase.git",
9
+ "directory": "packages/sdk/js/packages/auth-ui-react"
10
+ },
11
+ "homepage": "https://edgebase.fun",
12
+ "bugs": "https://github.com/edge-base/edgebase/issues",
13
+ "keywords": [
14
+ "edgebase",
15
+ "auth",
16
+ "react",
17
+ "ui",
18
+ "authentication"
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"
10
27
  },
11
- "homepage": "https://edgebase.fun",
12
- "bugs": "https://github.com/edge-base/edgebase/issues",
13
- "keywords": [
14
- "edgebase",
15
- "auth",
16
- "react",
17
- "ui",
18
- "authentication"
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
- "./styles.css": "./dist/styles.css"
29
- },
30
- "sideEffects": [
31
- "*.css"
32
- ],
33
- "files": [
34
- "dist",
35
- "llms.txt"
36
- ],
37
- "publishConfig": {
38
- "access": "public"
39
- },
40
- "scripts": {
41
- "build": "tsc && cp src/styles.css dist/styles.css",
42
- "dev": "tsc --watch",
43
- "test": "vitest run",
44
- "test:watch": "vitest",
45
- "prepack": "pnpm run build"
46
- },
47
- "peerDependencies": {
48
- "react": ">=18.0.0",
49
- "react-dom": ">=18.0.0"
50
- },
51
- "dependencies": {
52
- "@edge-base/web": "workspace:*"
53
- },
54
- "devDependencies": {
55
- "@types/react": "^18.0.0",
56
- "@types/react-dom": "^18.0.0",
57
- "@testing-library/jest-dom": "^6.0.0",
58
- "@testing-library/react": "^14.0.0",
59
- "jsdom": "^24.0.0",
60
- "react": "^18.0.0",
61
- "react-dom": "^18.0.0",
62
- "typescript": "^5.7.0",
63
- "vitest": "^2.0.0"
64
- }
65
- }
28
+ "./styles.css": "./dist/styles.css"
29
+ },
30
+ "sideEffects": [
31
+ "*.css"
32
+ ],
33
+ "files": [
34
+ "dist",
35
+ "llms.txt"
36
+ ],
37
+ "publishConfig": {
38
+ "access": "public"
39
+ },
40
+ "peerDependencies": {
41
+ "react": ">=18.0.0",
42
+ "react-dom": ">=18.0.0"
43
+ },
44
+ "dependencies": {
45
+ "@edge-base/web": "0.1.2"
46
+ },
47
+ "devDependencies": {
48
+ "@types/react": "^18.0.0",
49
+ "@types/react-dom": "^18.0.0",
50
+ "@testing-library/jest-dom": "^6.0.0",
51
+ "@testing-library/react": "^14.0.0",
52
+ "jsdom": "^24.0.0",
53
+ "react": "^18.0.0",
54
+ "react-dom": "^18.0.0",
55
+ "typescript": "^5.7.0",
56
+ "vitest": "^2.0.0"
57
+ },
58
+ "scripts": {
59
+ "build": "tsc && cp src/styles.css dist/styles.css",
60
+ "dev": "tsc --watch",
61
+ "test": "vitest run",
62
+ "test:watch": "vitest"
63
+ }
64
+ }