@agent-inspect/adapter-sdk 3.5.3 → 3.5.5
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/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -43,6 +43,7 @@ export const registration = createAdapterRegistration({
|
|
|
43
43
|
|
|
44
44
|
- [Adapter conformance](https://github.com/rajudandigam/agent-inspect/blob/main/docs/ADAPTER-CONFORMANCE.md)
|
|
45
45
|
- [Adapters](https://github.com/rajudandigam/agent-inspect/blob/main/docs/ADAPTERS.md)
|
|
46
|
+
- [Extension submission template](https://github.com/rajudandigam/agent-inspect/blob/main/docs/community/EXTENSION-SUBMISSION-TEMPLATE.md)
|
|
46
47
|
|
|
47
48
|
## Checklist for package authors
|
|
48
49
|
|
|
@@ -50,6 +51,7 @@ export const registration = createAdapterRegistration({
|
|
|
50
51
|
2. Document peer dependencies
|
|
51
52
|
3. No network in adapter code path
|
|
52
53
|
4. Add conformance tests
|
|
54
|
+
5. Use the extension submission template before proposing registry inclusion
|
|
53
55
|
|
|
54
56
|
## Version
|
|
55
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-inspect/adapter-sdk",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Adapter authoring toolkit with conformance and privacy helpers",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"agent-inspect": "3.5.
|
|
37
|
+
"agent-inspect": "3.5.5"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {},
|
|
40
40
|
"publishConfig": {
|