@xyd-js/openapi 0.1.0-build.177 → 0.1.0-build.179

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 (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @xyd-js/openapi
2
2
 
3
+ ## 0.1.0-build.179
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - Updated dependencies
9
+ - @xyd-js/openapi-sampler@0.1.0-build.149
10
+ - @xyd-js/uniform@0.1.0-build.183
11
+
12
+ ## 0.1.0-build.178
13
+
14
+ ### Patch Changes
15
+
16
+ - update all packages
17
+ - update all packages
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - @xyd-js/openapi-sampler@0.1.0-build.148
21
+ - @xyd-js/uniform@0.1.0-build.182
22
+
3
23
  ## 0.1.0-build.177
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/openapi",
3
- "version": "0.1.0-build.177",
3
+ "version": "0.1.0-build.179",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -11,8 +11,8 @@
11
11
  "js-yaml": "^4.1.0",
12
12
  "oas": "^25.0.3",
13
13
  "openapi-types": "^12.1.3",
14
- "@xyd-js/openapi-sampler": "0.1.0-build.147",
15
- "@xyd-js/uniform": "0.1.0-build.181"
14
+ "@xyd-js/openapi-sampler": "0.1.0-build.149",
15
+ "@xyd-js/uniform": "0.1.0-build.183"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/js-yaml": "^4.0.9",