@jskit-ai/http-runtime 0.1.165 → 0.1.166

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/http-runtime",
3
- "version": "0.1.165",
3
+ "version": "0.1.166",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -18,7 +18,6 @@
18
18
  "./shared/validators/operationValidation": "./src/shared/validators/operationValidation.js"
19
19
  },
20
20
  "dependencies": {
21
- "@jskit-ai/kernel": "0.1.167",
22
21
  "json-rest-schema": "^1.0.17"
23
22
  },
24
23
  "jskit": {
@@ -72,7 +71,13 @@
72
71
  "summary": "Exports HTTP validator/schema utilities, with structured validator subpaths under ./shared/validators/*."
73
72
  }
74
73
  ]
74
+ },
75
+ "client": {
76
+ "singleton": true
75
77
  }
76
78
  }
79
+ },
80
+ "peerDependencies": {
81
+ "@jskit-ai/kernel": "0.1.168"
77
82
  }
78
83
  }
@@ -68,6 +68,7 @@ export {
68
68
  decodeJsonApiResourceQueryObject,
69
69
  createJsonApiResourceQueryTransportSchema
70
70
  } from "./validators/jsonApiQueryTransport.js";
71
+ export { decodeJsonApiResourceResponse } from "./clientRuntime/jsonApiResourceTransport.js";
71
72
  export {
72
73
  JSON_API_ERROR_DOCUMENT_SCHEMA,
73
74
  createJsonApiResourceObjectTransportSchema,