@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.
|
|
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-
|
|
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
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.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-
|
|
46
|
-
"@yanlinglabs/winter-
|
|
45
|
+
"@yanlinglabs/winter-provider-catalog": "0.0.3",
|
|
46
|
+
"@yanlinglabs/winter-agent-sdk": "0.0.3"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {}
|
|
49
49
|
}
|