@yanlinglabs/winter-provider-runtime 0.0.2 → 0.0.3

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.
@@ -40788,7 +40788,7 @@ import { CLAUDE_RESERVED_SLOT_NAMES as CLAUDE_RESERVED_SLOT_NAMES2, CURRENCY_RE
40788
40788
  // package.json
40789
40789
  var package_default = {
40790
40790
  name: "@yanlinglabs/winter-provider-runtime",
40791
- version: "0.0.2",
40791
+ version: "0.0.3",
40792
40792
  license: "MIT",
40793
40793
  type: "module",
40794
40794
  engines: {
package/dist/index.js CHANGED
@@ -115,7 +115,7 @@ import {
115
115
  shouldRequestSummary2,
116
116
  createEndpointResolver2,
117
117
  endpointFromOrigin2
118
- } from "./index-5z94gxhk.js";
118
+ } from "./index-13rn0wqr.js";
119
119
  // src/credentials/env.ts
120
120
  var NAME = "env credential store";
121
121
  function createEnvCredentialStore(opts) {
package/dist/testing.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  QuotaManager2,
26
26
  AZURE_PREVIEW_API_VERSION2,
27
27
  readableStateOf2
28
- } from "./index-5z94gxhk.js";
28
+ } from "./index-13rn0wqr.js";
29
29
 
30
30
  // src/adapters/bedrock/testing.ts
31
31
  function encodeHeader(header) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yanlinglabs/winter-provider-runtime",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "engines": {
@@ -42,8 +42,8 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@yanlinglabs/winter-agent-sdk": "0.0.2",
46
- "@yanlinglabs/winter-provider-catalog": "0.0.2"
45
+ "@yanlinglabs/winter-provider-catalog": "0.0.3",
46
+ "@yanlinglabs/winter-agent-sdk": "0.0.3"
47
47
  },
48
48
  "scripts": {}
49
49
  }