@firebase-oss/ui-core 0.0.2-exp.a0ad446 → 0.0.2-exp.ae8e5f9

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": "@firebase-oss/ui-core",
3
- "version": "0.0.2-exp.a0ad446",
3
+ "version": "0.0.2-exp.ae8e5f9",
4
4
  "description": "Core authentication service for Firebase UI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -18,8 +18,36 @@
18
18
  "dist",
19
19
  "brands"
20
20
  ],
21
+ "keywords": [
22
+ "firebase",
23
+ "auth",
24
+ "authentication",
25
+ "firebaseui"
26
+ ],
27
+ "author": "TODO",
28
+ "license": "MIT",
29
+ "peerDependencies": {
30
+ "firebase": "^11 || ^12"
31
+ },
32
+ "dependencies": {
33
+ "libphonenumber-js": "^1.12.23",
34
+ "nanostores": "^1.0.1",
35
+ "qrcode-generator": "^2.0.4",
36
+ "zod": "4.1.12",
37
+ "@firebase-oss/ui-translations": "0.0.2-exp.ae8e5f9"
38
+ },
39
+ "devDependencies": {
40
+ "@types/google-one-tap": "^1.2.6",
41
+ "@types/jsdom": "^21.1.7",
42
+ "firebase": "^11.10.0",
43
+ "jsdom": "^26.1.0",
44
+ "rimraf": "^6.0.1",
45
+ "tsup": "8.5.0",
46
+ "typescript": "^5.9.2",
47
+ "vite": "^7.1.5",
48
+ "vitest": "^3.2.4"
49
+ },
21
50
  "scripts": {
22
- "prepare": "pnpm run build",
23
51
  "emulators:start": "firebase emulators:start -P demo-firebaseui",
24
52
  "build": "tsup --env.PROD=true",
25
53
  "build:local": "pnpm run build && pnpm pack",
@@ -38,34 +66,5 @@
38
66
  "publish:tags": "sh -c 'TAG=\"${npm_package_name}@${npm_package_version}\"; git tag --list \"$TAG\" | grep . || git tag \"$TAG\"; git push origin \"$TAG\"'",
39
67
  "publish:npm": "../../publish.sh",
40
68
  "release": "pnpm run build && pnpm pack --pack-destination --pack-destination ../../releases/"
41
- },
42
- "keywords": [
43
- "firebase",
44
- "auth",
45
- "authentication",
46
- "firebaseui"
47
- ],
48
- "author": "TODO",
49
- "license": "MIT",
50
- "peerDependencies": {
51
- "firebase": "catalog:peerDependencies"
52
- },
53
- "dependencies": {
54
- "@firebase-oss/ui-translations": "workspace:*",
55
- "libphonenumber-js": "^1.12.23",
56
- "nanostores": "catalog:",
57
- "qrcode-generator": "^2.0.4",
58
- "zod": "catalog:"
59
- },
60
- "devDependencies": {
61
- "@types/google-one-tap": "^1.2.6",
62
- "@types/jsdom": "catalog:",
63
- "firebase": "catalog:",
64
- "jsdom": "catalog:",
65
- "rimraf": "catalog:",
66
- "tsup": "catalog:",
67
- "typescript": "catalog:",
68
- "vite": "catalog:",
69
- "vitest": "catalog:"
70
69
  }
71
- }
70
+ }