@zibby/ui-memory 1.1.3 → 2.0.0
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/LICENSE +2 -2
- package/dist/package.json +3 -2
- package/package.json +3 -2
package/LICENSE
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Copyright (c) 2026
|
|
1
|
+
Copyright (c) 2026 Zibby Labs. All rights reserved.
|
|
2
2
|
|
|
3
3
|
Proprietary and confidential. Unauthorized copying, distribution, or use of
|
|
4
4
|
this software, in whole or in part, via any medium, is strictly prohibited
|
|
5
|
-
without the express prior written permission of
|
|
5
|
+
without the express prior written permission of Zibby Labs.
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zibby/ui-memory",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Version-controlled UI agent memory — cross-run selector cache, page fingerprints, navigation graph. Used today by zibby test, designed to power any agent that drives a UI. Powered by Dolt.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"test": "vitest run",
|
|
17
17
|
"test:fast": "vitest run --bail --reporter=dot",
|
|
18
18
|
"lint": "eslint .",
|
|
19
|
-
"lint:fix": "eslint --fix ."
|
|
19
|
+
"lint:fix": "eslint --fix .",
|
|
20
|
+
"prepack": "npm run build"
|
|
20
21
|
},
|
|
21
22
|
"keywords": [
|
|
22
23
|
"ui-agent",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zibby/ui-memory",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Version-controlled UI agent memory — cross-run selector cache, page fingerprints, navigation graph. Used today by zibby test, designed to power any agent that drives a UI. Powered by Dolt.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"test": "vitest run",
|
|
17
17
|
"test:fast": "vitest run --bail --reporter=dot",
|
|
18
18
|
"lint": "eslint .",
|
|
19
|
-
"lint:fix": "eslint --fix ."
|
|
19
|
+
"lint:fix": "eslint --fix .",
|
|
20
|
+
"prepack": "npm run build"
|
|
20
21
|
},
|
|
21
22
|
"keywords": [
|
|
22
23
|
"ui-agent",
|