@rxap/plugin-open-api 19.1.4-dev.8 → 19.1.4-dev.9

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
+ ## [19.1.4-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/plugin-open-api@19.1.4-dev.8...@rxap/plugin-open-api@19.1.4-dev.9) (2024-07-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - skip format by default ([fb355cd](https://gitlab.com/rxap/packages/commit/fb355cd2eefb833d1364e38bd454ea43a893a1a6))
11
+
6
12
  ## [19.1.4-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/plugin-open-api@19.1.4-dev.7...@rxap/plugin-open-api@19.1.4-dev.8) (2024-07-09)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "19.1.4-dev.8",
2
+ "version": "19.1.4-dev.9",
3
3
  "name": "@rxap/plugin-open-api",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -44,6 +44,6 @@
44
44
  },
45
45
  "schematics": "./generators.json",
46
46
  "type": "commonjs",
47
- "gitHead": "31fdf513912a70c112035d9c825cf5b072924d81",
47
+ "gitHead": "6a8d1bbdd0c596c64f11f6ecbae5cb7afb9ca6d8",
48
48
  "main": "./src/index.js"
49
49
  }
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "skipFormat": {
16
16
  "type": "boolean",
17
- "default": false
17
+ "default": true
18
18
  },
19
19
  "project": {
20
20
  "type": "string",
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "skipFormat": {
86
86
  "type": "boolean",
87
- "default": false
87
+ "default": true
88
88
  },
89
89
  "directory": {
90
90
  "type": "string",