@pyric/ui 0.1.0-alpha.7 → 0.1.0-alpha.8
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyric/ui",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.8",
|
|
4
|
+
"homepage": "https://pyric.dev",
|
|
4
5
|
"description": "Headless React data-admin components and hooks for Firebase apps built on pyric. Same components work in sandbox (pyric/firestore against pyric/sandbox) and production (firebase/firestore against real Firebase) via a single Firestore handle prop. Ships zero visual styling — consumers bring their own design system via className + data-* attributes.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"exports": {
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"react": ">=19",
|
|
82
83
|
"react-dom": ">=19",
|
|
83
84
|
"firebase": ">=12",
|
|
84
|
-
"pyric": "^0.1.0-alpha.
|
|
85
|
+
"pyric": "^0.1.0-alpha.8"
|
|
85
86
|
},
|
|
86
87
|
"peerDependenciesMeta": {
|
|
87
88
|
"@inbrowser/agent": {
|
|
@@ -97,8 +98,8 @@
|
|
|
97
98
|
"fake-indexeddb": "^6.0.0",
|
|
98
99
|
"firebase": "^12.12.0",
|
|
99
100
|
"jsdom": "^29.1.1",
|
|
100
|
-
"pyric": "^0.1.0-alpha.
|
|
101
|
-
"pyric-admin": "^0.1.0-alpha.
|
|
101
|
+
"pyric": "^0.1.0-alpha.8",
|
|
102
|
+
"pyric-admin": "^0.1.0-alpha.8",
|
|
102
103
|
"react": "^19.0.0",
|
|
103
104
|
"react-dom": "^19.0.0",
|
|
104
105
|
"react-test-renderer": "^19.2.6",
|