@rxap/schematics-open-api 16.0.0-dev.10 → 16.0.0-dev.11

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [16.0.0-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@16.0.0-dev.10...@rxap/schematics-open-api@16.0.0-dev.11) (2023-08-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - change inline option to default ([9a0e51b](https://gitlab.com/rxap/packages/commit/9a0e51b4ee8983e805db31a0e169af8792f243cb))
11
+
6
12
  # [16.0.0-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/schematics-open-api@16.0.0-dev.9...@rxap/schematics-open-api@16.0.0-dev.10) (2023-08-05)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxap/schematics-open-api",
3
- "version": "16.0.0-dev.10",
3
+ "version": "16.0.0-dev.11",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@apidevtools/json-schema-ref-parser": "9.0.9",
@@ -68,7 +68,7 @@
68
68
  }
69
69
  ]
70
70
  },
71
- "gitHead": "f2e355ba543f5d5fea8f4c957ff46356560d4c9e",
71
+ "gitHead": "5f6941715632f56a6eb66b59d2c2fb1171711c16",
72
72
  "main": "./src/index.js",
73
73
  "types": "./src/index.d.ts"
74
74
  }
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "inline": {
39
39
  "type": "boolean",
40
- "default": false
40
+ "default": true
41
41
  },
42
42
  "skipRemoteMethod": {
43
43
  "type": "boolean",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "inline": {
108
108
  "type": "boolean",
109
- "default": false
109
+ "default": true
110
110
  },
111
111
  "skipRemoteMethod": {
112
112
  "type": "boolean",