@budibase/pro 2.7.34-alpha.9 → 2.7.35
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 +18 -28
- package/README.md +0 -8
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"dist"
|
|
5
5
|
],
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
|
-
"version": "2.7.
|
|
7
|
+
"version": "2.7.35",
|
|
8
8
|
"description": "Budibase Pro (Backend)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/src/index.d.ts",
|
|
@@ -12,11 +12,23 @@
|
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "https://github.com/Budibase/budibase-pro.git"
|
|
14
14
|
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"prebuild": "rimraf dist",
|
|
17
|
+
"build": "rollup -c",
|
|
18
|
+
"test": "jest --coverage --runInBand",
|
|
19
|
+
"test:watch": "jest --watch --runInBand",
|
|
20
|
+
"license:update": "node scripts/licenses/updateLicense.js",
|
|
21
|
+
"license:generate": "yarn run license:update && ts-node scripts/licenses/generate.ts"
|
|
22
|
+
},
|
|
23
|
+
"keywords": [
|
|
24
|
+
"budibase"
|
|
25
|
+
],
|
|
26
|
+
"author": "Budibase",
|
|
15
27
|
"dependencies": {
|
|
16
|
-
"@budibase/backend-core": "2.7.
|
|
17
|
-
"@budibase/shared-core": "2.7.
|
|
18
|
-
"@budibase/string-templates": "2.7.
|
|
19
|
-
"@budibase/types": "2.7.
|
|
28
|
+
"@budibase/backend-core": "2.7.35",
|
|
29
|
+
"@budibase/shared-core": "2.7.35",
|
|
30
|
+
"@budibase/string-templates": "2.7.35",
|
|
31
|
+
"@budibase/types": "2.7.35",
|
|
20
32
|
"@koa/router": "8.0.8",
|
|
21
33
|
"bull": "4.10.1",
|
|
22
34
|
"joi": "17.6.0",
|
|
@@ -40,38 +52,16 @@
|
|
|
40
52
|
"@types/lodash": "4.14.180",
|
|
41
53
|
"@types/node": "14.18.20",
|
|
42
54
|
"@types/node-fetch": "2.6.1",
|
|
43
|
-
"babel-eslint": "^10.0.3",
|
|
44
55
|
"copyfiles": "^2.4.1",
|
|
45
|
-
"eslint": "^7.28.0",
|
|
46
|
-
"eslint-plugin-cypress": "^2.11.3",
|
|
47
|
-
"eslint-plugin-svelte3": "^3.2.0",
|
|
48
56
|
"jest": "28.1.1",
|
|
49
|
-
"prettier": "^2.3.1",
|
|
50
|
-
"prettier-plugin-svelte": "^2.3.0",
|
|
51
57
|
"rimraf": "3.0.2",
|
|
52
58
|
"rollup": "2.45.2",
|
|
53
59
|
"rollup-plugin-terser": "^7.0.2",
|
|
54
60
|
"timekeeper": "^2.2.0",
|
|
55
61
|
"ts-jest": "28.0.4",
|
|
56
62
|
"ts-node": "10.8.1",
|
|
57
|
-
"tsconfig-paths": "^4.2.0",
|
|
58
63
|
"typescript": "4.7.3"
|
|
59
64
|
},
|
|
60
|
-
"scripts": {
|
|
61
|
-
"setup": "yarn && yarn build",
|
|
62
|
-
"prebuild": "rimraf dist",
|
|
63
|
-
"build": "rollup -c",
|
|
64
|
-
"test": "jest --coverage --runInBand",
|
|
65
|
-
"test:watch": "jest --watch --runInBand",
|
|
66
|
-
"license:update": "node scripts/licenses/updateLicense.js",
|
|
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}\"",
|
|
70
|
-
"lint": "yarn run lint:eslint && yarn run lint:prettier",
|
|
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"
|
|
74
|
-
},
|
|
75
65
|
"nx": {
|
|
76
66
|
"targets": {
|
|
77
67
|
"build": {
|
|
@@ -87,5 +77,5 @@
|
|
|
87
77
|
}
|
|
88
78
|
}
|
|
89
79
|
},
|
|
90
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "6db1d089ee2d2df8caf513cf2cb4b22f167b91f1"
|
|
91
81
|
}
|
package/README.md
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
# Budibase Pro
|
|
2
|
-
|
|
3
|
-
Welcome to Budibase Pro. This repo is the home for closed source Budibase features and also the integration point for all things licensing.
|
|
4
|
-
|
|
5
|
-
This repo acts as a library and is shared between Budibase and the Account Portal.
|
|
6
|
-
For a general overview of the pro package see the [licensing documentation](https://budibase.atlassian.net/wiki/spaces/EN/pages/26050577/budibase+pro+package) on confluence.
|
|
7
|
-
|
|
8
|
-
For anything else related to local development see the [docs](./docs/readme.md)
|