@yanlinglabs/winter-provider-conformance 0.0.3 → 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.
package/dist/fakes/index.js
CHANGED
|
@@ -1861,7 +1861,7 @@ async function boundedFetch(url, init) {
|
|
|
1861
1861
|
// ../provider-runtime/package.json
|
|
1862
1862
|
var package_default = {
|
|
1863
1863
|
name: "@yanlinglabs/winter-provider-runtime",
|
|
1864
|
-
version: "0.0.
|
|
1864
|
+
version: "0.0.5",
|
|
1865
1865
|
license: "MIT",
|
|
1866
1866
|
type: "module",
|
|
1867
1867
|
engines: {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yanlinglabs/winter-provider-conformance",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@yanlinglabs/winter-provider-catalog": "0.0.
|
|
47
|
-
"@yanlinglabs/winter-provider-runtime": "0.0.
|
|
46
|
+
"@yanlinglabs/winter-provider-catalog": "0.0.5",
|
|
47
|
+
"@yanlinglabs/winter-provider-runtime": "0.0.5"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {}
|
|
50
50
|
}
|