@yanlinglabs/winter-provider-conformance 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.
@@ -25,7 +25,7 @@ import {
25
25
  verifyRs256Jwt2,
26
26
  exports_vertex,
27
27
  exports_xai_oauth
28
- } from "../index-k4mhh1q5.js";
28
+ } from "../index-yhbs8way.js";
29
29
  export {
30
30
  OPAQUE_FIELD_NAMES2 as OPAQUE_FIELD_NAMES,
31
31
  exports_anthropic_console_oauth as anthropicConsoleOauthFake,
@@ -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.2",
1864
+ version: "0.0.3",
1865
1865
  license: "MIT",
1866
1866
  type: "module",
1867
1867
  engines: {
package/dist/index.js CHANGED
@@ -46,7 +46,7 @@ import {
46
46
  verifyRs256Jwt2,
47
47
  exports_vertex,
48
48
  exports_xai_oauth
49
- } from "./index-k4mhh1q5.js";
49
+ } from "./index-yhbs8way.js";
50
50
 
51
51
  // src/corpus/classifier-safety.ts
52
52
  var CLASSIFIER_SAFETY_CATEGORIES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yanlinglabs/winter-provider-conformance",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
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.2",
47
- "@yanlinglabs/winter-provider-runtime": "0.0.2"
46
+ "@yanlinglabs/winter-provider-catalog": "0.0.3",
47
+ "@yanlinglabs/winter-provider-runtime": "0.0.3"
48
48
  },
49
49
  "scripts": {}
50
50
  }