@ai-bro/client-ui 1.0.1

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.
@@ -0,0 +1 @@
1
+ c551af7806b092996e5352778f3d93b6486c20057807cb3013e0d5c8a99eb79f artifact.tgz
package/artifact.tgz ADDED
Binary file
package/manifest.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "component": "client-ui",
4
+ "version": "1.0.1",
5
+ "requires": {},
6
+ "files": [
7
+ "payload/ai-bro_16.png",
8
+ "payload/ai-bro_32.png",
9
+ "payload/assets/ai-bro_1024-6AN62wop.png",
10
+ "payload/assets/index-BQLVrlx9.js",
11
+ "payload/assets/index-Cu830ZrH.css",
12
+ "payload/index.html"
13
+ ]
14
+ }
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@ai-bro/client-ui",
3
+ "version": "1.0.1",
4
+ "description": "AI Bro immutable component artifact for @ai-bro/client-ui",
5
+ "license": "UNLICENSED",
6
+ "files": [
7
+ "artifact.tgz",
8
+ "artifact.sha256",
9
+ "manifest.json"
10
+ ],
11
+ "publishConfig": {
12
+ "registry": "https://registry.npmjs.org/",
13
+ "access": "public"
14
+ }
15
+ }