@budibase/pro 2.22.4 → 2.22.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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dist"
5
5
  ],
6
6
  "license": "UNLICENSED",
7
- "version": "2.22.4",
7
+ "version": "2.22.7",
8
8
  "description": "Budibase Pro (Backend)",
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
@@ -13,10 +13,10 @@
13
13
  "url": "https://github.com/Budibase/budibase-pro.git"
14
14
  },
15
15
  "dependencies": {
16
- "@budibase/backend-core": "2.22.4",
17
- "@budibase/shared-core": "2.22.4",
18
- "@budibase/string-templates": "2.22.4",
19
- "@budibase/types": "2.22.4",
16
+ "@budibase/backend-core": "2.22.7",
17
+ "@budibase/shared-core": "2.22.7",
18
+ "@budibase/string-templates": "2.22.7",
19
+ "@budibase/types": "2.22.7",
20
20
  "@koa/router": "8.0.8",
21
21
  "bull": "4.10.1",
22
22
  "joi": "17.6.0",
@@ -54,7 +54,7 @@
54
54
  "setup": "yarn && yarn build",
55
55
  "prebuild": "rimraf dist",
56
56
  "build": "rollup -c",
57
- "check:types": "tsc -p tsconfig.json --noEmit --paths null",
57
+ "check:types": "tsc -p tsconfig.build.json --noEmit --paths null",
58
58
  "test": "jest --coverage --runInBand",
59
59
  "test:watch": "jest --watch --runInBand",
60
60
  "license:update": "node scripts/licenses/updateLicense.js",
@@ -75,5 +75,5 @@
75
75
  }
76
76
  }
77
77
  },
78
- "gitHead": "be7e99f7fdb36262e4a90563edad1ed53ec4e55e"
78
+ "gitHead": "a3c764383e3f2e3153d5fe6035c610b5f103c4e3"
79
79
  }
@@ -1,9 +0,0 @@
1
- import { BBContext } from "@budibase/types";
2
- /**
3
- * This file is a work in progress - to be filled out
4
- * in a future update.
5
- */
6
- export declare function createSchedule(ctx: BBContext): void;
7
- export declare function fetchSchedules(ctx: BBContext): void;
8
- export declare function updateSchedule(ctx: BBContext): void;
9
- export declare function deleteSchedule(ctx: BBContext): void;
@@ -1,4 +0,0 @@
1
- /// <reference types="koa__router" />
2
- import Router from "@koa/router";
3
- declare const router: Router;
4
- export default router;