@yanlinglabs/winter-provider-runtime 0.0.4 → 0.0.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.
|
@@ -40996,7 +40996,7 @@ import { CLAUDE_RESERVED_SLOT_NAMES as CLAUDE_RESERVED_SLOT_NAMES2, CURRENCY_RE
|
|
|
40996
40996
|
// package.json
|
|
40997
40997
|
var package_default = {
|
|
40998
40998
|
name: "@yanlinglabs/winter-provider-runtime",
|
|
40999
|
-
version: "0.0.
|
|
40999
|
+
version: "0.0.5",
|
|
41000
41000
|
license: "MIT",
|
|
41001
41001
|
type: "module",
|
|
41002
41002
|
engines: {
|
package/dist/index.js
CHANGED
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
shouldRequestSummary2,
|
|
116
116
|
createEndpointResolver2,
|
|
117
117
|
endpointFromOrigin2
|
|
118
|
-
} from "./index-
|
|
118
|
+
} from "./index-446qxzss.js";
|
|
119
119
|
// src/credentials/env.ts
|
|
120
120
|
var NAME = "env credential store";
|
|
121
121
|
function createEnvCredentialStore(opts) {
|
package/dist/testing.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yanlinglabs/winter-provider-runtime",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
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.
|
|
46
|
-
"@yanlinglabs/winter-provider-catalog": "0.0.
|
|
45
|
+
"@yanlinglabs/winter-agent-sdk": "0.0.5",
|
|
46
|
+
"@yanlinglabs/winter-provider-catalog": "0.0.5"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {}
|
|
49
49
|
}
|