@puffinstudio/fizzyx 0.5.0 → 0.5.1

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.
Files changed (3) hide show
  1. package/.fizzy.yaml +5 -0
  2. package/dist/main.js +217 -95
  3. package/package.json +1 -1
package/.fizzy.yaml CHANGED
@@ -25,3 +25,8 @@ openapi:
25
25
  - input: https://api.d.osuki.dev/docs/openapi.json
26
26
  output: tests/api
27
27
  client: wx
28
+ run: check
29
+ - input: https://api.d.osuki.dev/docs/openapi.json
30
+ output: tests/api-fetch
31
+ client: fetch
32
+ run: check