@grandlinex/swagger-mate 1.3.6 → 1.3.7

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.
@@ -162,7 +162,7 @@ function createPackage(name, version, module) {
162
162
  typescript: '5.9.2',
163
163
  },
164
164
  peerDependencies: {
165
- '@grandlinex/base-con': '1.0.0',
165
+ '@grandlinex/base-con': '1.0.1',
166
166
  axios: '>=1.13.2',
167
167
  'form-data': '>=4.0.5',
168
168
  },
@@ -124,7 +124,7 @@ function createPackage(name, version, module) {
124
124
  typescript: '5.9.2',
125
125
  },
126
126
  peerDependencies: {
127
- '@grandlinex/base-con': '1.0.0',
127
+ '@grandlinex/base-con': '1.0.1',
128
128
  axios: '>=1.13.2',
129
129
  'form-data': '>=4.0.5',
130
130
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grandlinex/swagger-mate",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@grandlinex/core": "1.3.1",
41
- "@grandlinex/base-con": "1.0.0",
41
+ "@grandlinex/base-con": "1.0.1",
42
42
  "js-yaml": "4.1.1",
43
43
  "reflect-metadata": "0.2.2"
44
44
  },