@budibase/server 2.4.44-alpha.19 → 2.4.44-alpha.20
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/builder/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
9
9
|
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
|
|
10
10
|
rel="stylesheet" />
|
|
11
|
-
<script type="module" crossorigin src="/builder/assets/index.
|
|
11
|
+
<script type="module" crossorigin src="/builder/assets/index.5cebdb55.js"></script>
|
|
12
12
|
<link rel="stylesheet" href="/builder/assets/index.b25b7282.css">
|
|
13
13
|
</head>
|
|
14
14
|
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/server",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "2.4.44-alpha.
|
|
4
|
+
"version": "2.4.44-alpha.19",
|
|
5
5
|
"description": "Budibase Web Server",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"license": "GPL-3.0",
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@apidevtools/swagger-parser": "10.0.3",
|
|
48
|
-
"@budibase/backend-core": "2.4.44-alpha.
|
|
49
|
-
"@budibase/client": "2.4.44-alpha.
|
|
50
|
-
"@budibase/pro": "2.4.44-alpha.
|
|
51
|
-
"@budibase/shared-core": "2.4.44-alpha.
|
|
52
|
-
"@budibase/string-templates": "2.4.44-alpha.
|
|
53
|
-
"@budibase/types": "2.4.44-alpha.
|
|
48
|
+
"@budibase/backend-core": "2.4.44-alpha.19",
|
|
49
|
+
"@budibase/client": "2.4.44-alpha.19",
|
|
50
|
+
"@budibase/pro": "2.4.44-alpha.19",
|
|
51
|
+
"@budibase/shared-core": "2.4.44-alpha.19",
|
|
52
|
+
"@budibase/string-templates": "2.4.44-alpha.19",
|
|
53
|
+
"@budibase/types": "2.4.44-alpha.19",
|
|
54
54
|
"@bull-board/api": "3.7.0",
|
|
55
55
|
"@bull-board/koa": "3.9.4",
|
|
56
56
|
"@elastic/elasticsearch": "7.10.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"validate.js": "0.13.1",
|
|
118
118
|
"vm2": "3.9.16",
|
|
119
119
|
"worker-farm": "1.7.0",
|
|
120
|
-
"xml2js": "0.
|
|
120
|
+
"xml2js": "0.5.0",
|
|
121
121
|
"yargs": "13.2.4",
|
|
122
122
|
"zlib": "1.0.5"
|
|
123
123
|
},
|