@budibase/pro 2.7.34-alpha.4 → 2.7.34-alpha.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.
Files changed (1) hide show
  1. package/package.json +14 -18
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dist"
5
5
  ],
6
6
  "license": "UNLICENSED",
7
- "version": "2.7.34-alpha.4",
7
+ "version": "2.7.34-alpha.7",
8
8
  "description": "Budibase Pro (Backend)",
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/src/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.7.34-alpha.4",
17
- "@budibase/shared-core": "2.7.34-alpha.4",
18
- "@budibase/string-templates": "2.7.34-alpha.4",
19
- "@budibase/types": "2.7.34-alpha.4",
16
+ "@budibase/backend-core": "2.7.34-alpha.7",
17
+ "@budibase/shared-core": "2.7.34-alpha.7",
18
+ "@budibase/string-templates": "2.7.34-alpha.7",
19
+ "@budibase/types": "2.7.34-alpha.7",
20
20
  "@koa/router": "8.0.8",
21
21
  "bull": "4.10.1",
22
22
  "joi": "17.6.0",
@@ -45,7 +45,6 @@
45
45
  "eslint": "^7.28.0",
46
46
  "eslint-plugin-cypress": "^2.11.3",
47
47
  "eslint-plugin-svelte3": "^3.2.0",
48
- "husky": "^7.0.1",
49
48
  "jest": "28.1.1",
50
49
  "prettier": "^2.3.1",
51
50
  "prettier-plugin-svelte": "^2.3.0",
@@ -55,26 +54,23 @@
55
54
  "timekeeper": "^2.2.0",
56
55
  "ts-jest": "28.0.4",
57
56
  "ts-node": "10.8.1",
57
+ "tsconfig-paths": "^4.2.0",
58
58
  "typescript": "4.7.3"
59
59
  },
60
60
  "scripts": {
61
- "setup": "yarn && yarn bootstrap && yarn build",
62
- "dev": "lerna run dev --stream",
61
+ "setup": "yarn && yarn build",
63
62
  "prebuild": "rimraf dist",
64
63
  "build": "rollup -c",
65
64
  "test": "jest --coverage --runInBand",
66
65
  "test:watch": "jest --watch --runInBand",
67
66
  "license:update": "node scripts/licenses/updateLicense.js",
68
- "license:generate": "yarn run license:update && ts-node scripts/licenses/generate.ts",
69
- "lint:eslint": "eslint packages",
70
- "lint:prettier": "prettier --check \"packages/**/*.{js,ts,json,svelte}\"",
67
+ "license:generate": "yarn run license:update && ts-node -r tsconfig-paths/register ./scripts/licenses/generate.ts",
68
+ "lint:eslint": "eslint",
69
+ "lint:prettier": "prettier --check \"src/**/*.{js,ts,json,svelte}\"",
71
70
  "lint": "yarn run lint:eslint && yarn run lint:prettier",
72
- "lint:fix:eslint": "eslint --fix packages",
73
- "lint:fix:prettier": "prettier --write \"packages/**/*.{js,ts,json,svelte}\"",
74
- "lint:fix:ts": "lerna run lint:fix",
75
- "lint:fix": "yarn run lint:fix:ts && yarn run lint:fix:prettier && yarn run lint:fix:eslint",
76
- "security:audit": "node scripts/audit.js",
77
- "postinstall": "husky install"
71
+ "lint:fix:eslint": "eslint --fix",
72
+ "lint:fix:prettier": "prettier --write \"src/**/*.{js,ts,json,svelte}\"",
73
+ "lint:fix": "yarn run lint:fix:prettier && yarn run lint:fix:eslint"
78
74
  },
79
75
  "nx": {
80
76
  "targets": {
@@ -91,5 +87,5 @@
91
87
  }
92
88
  }
93
89
  },
94
- "gitHead": "f24d19b54088a4f2225b99a7bc51c497acdf6cdf"
90
+ "gitHead": "87c26274a9e19be413b381d2db6dfe2624a64dae"
95
91
  }