@goodmeta/agent-verifier 0.7.0 → 0.7.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.
- package/NOTICE +8 -0
- package/package.json +3 -2
package/NOTICE
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Agent Verifier
|
|
2
|
+
Copyright 2026 Good Meta
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0. See LICENSE.
|
|
5
|
+
|
|
6
|
+
Relicensed from MIT on 2026-09-06. Versions up to and including 0.6.1 were
|
|
7
|
+
published under the MIT License and remain available under those terms; 0.7.0 and
|
|
8
|
+
later are Apache-2.0.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodmeta/agent-verifier",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Agent spending verification — signature verification, policy-based constraints, and Verifier API client",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"dist",
|
|
16
|
-
"README.md"
|
|
16
|
+
"README.md",
|
|
17
|
+
"NOTICE"
|
|
17
18
|
],
|
|
18
19
|
"devDependencies": {
|
|
19
20
|
"@types/node": "20.19.42",
|