@budibase/server 3.20.4 → 3.20.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "3.20.4",
4
+ "version": "3.20.5",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -215,5 +215,5 @@
215
215
  }
216
216
  }
217
217
  },
218
- "gitHead": "00bd6ef4645dfb893f5a83ec78571181ead1f084"
218
+ "gitHead": "d710e09d811c0fe7f215a9c228bc2e72fb1cb41e"
219
219
  }
package/specs/generate.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { join } from "path"
2
1
  import { writeFileSync } from "fs"
3
- import { examples, schemas } from "./resources"
2
+ import { join } from "path"
4
3
  import * as parameters from "./parameters"
4
+ import { examples, schemas } from "./resources"
5
5
  import * as security from "./security"
6
6
 
7
7
  import swaggerJsdoc from "swagger-jsdoc"
@@ -10,11 +10,11 @@ const VARIABLES = {}
10
10
 
11
11
  const opts: swaggerJsdoc.Options = {
12
12
  definition: {
13
- openapi: "3.0.0",
13
+ openapi: "3.1.0",
14
14
  info: {
15
15
  title: "Budibase API",
16
16
  description: "The public API for Budibase apps and its services.",
17
- version: "1.0.0",
17
+ version: "3.3.0",
18
18
  },
19
19
  servers: [
20
20
  {
@@ -1,9 +1,9 @@
1
1
  {
2
- "openapi": "3.0.0",
2
+ "openapi": "3.1.0",
3
3
  "info": {
4
4
  "title": "Budibase API",
5
5
  "description": "The public API for Budibase apps and its services.",
6
- "version": "1.0.0"
6
+ "version": "3.3.0"
7
7
  },
8
8
  "servers": [
9
9
  {
@@ -1,8 +1,8 @@
1
- openapi: 3.0.0
1
+ openapi: 3.1.0
2
2
  info:
3
3
  title: Budibase API
4
4
  description: The public API for Budibase apps and its services.
5
- version: 1.0.0
5
+ version: 3.3.0
6
6
  servers:
7
7
  - url: https://budibase.app/api/public/v1
8
8
  description: Budibase Cloud API