@budibase/server 2.4.44-alpha.3 → 2.4.44-alpha.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/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.c2604f7a.js"></script>
|
|
12
12
|
<link rel="stylesheet" href="/builder/assets/index.d013cac9.css">
|
|
13
13
|
</head>
|
|
14
14
|
|
|
@@ -166,6 +166,10 @@ class RestIntegration {
|
|
|
166
166
|
}
|
|
167
167
|
raw = rawXml;
|
|
168
168
|
}
|
|
169
|
+
else if (contentType.includes("application/pdf")) {
|
|
170
|
+
data = yield response.arrayBuffer(); // Save PDF as ArrayBuffer
|
|
171
|
+
raw = Buffer.from(data);
|
|
172
|
+
}
|
|
169
173
|
else {
|
|
170
174
|
data = yield response.text();
|
|
171
175
|
raw = data;
|
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.4",
|
|
5
5
|
"description": "Budibase Web Server",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"license": "GPL-3.0",
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@apidevtools/swagger-parser": "10.0.3",
|
|
47
|
-
"@budibase/backend-core": "2.4.44-alpha.
|
|
48
|
-
"@budibase/client": "2.4.44-alpha.
|
|
49
|
-
"@budibase/pro": "2.4.44-alpha.
|
|
50
|
-
"@budibase/shared-core": "2.4.44-alpha.
|
|
51
|
-
"@budibase/string-templates": "2.4.44-alpha.
|
|
52
|
-
"@budibase/types": "2.4.44-alpha.
|
|
47
|
+
"@budibase/backend-core": "2.4.44-alpha.4",
|
|
48
|
+
"@budibase/client": "2.4.44-alpha.4",
|
|
49
|
+
"@budibase/pro": "2.4.44-alpha.4",
|
|
50
|
+
"@budibase/shared-core": "2.4.44-alpha.4",
|
|
51
|
+
"@budibase/string-templates": "2.4.44-alpha.4",
|
|
52
|
+
"@budibase/types": "2.4.44-alpha.4",
|
|
53
53
|
"@bull-board/api": "3.7.0",
|
|
54
54
|
"@bull-board/koa": "3.9.4",
|
|
55
55
|
"@elastic/elasticsearch": "7.10.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"node-fetch": "2.6.7",
|
|
100
100
|
"open": "8.4.0",
|
|
101
101
|
"pg": "8.5.1",
|
|
102
|
-
"pino-pretty": "
|
|
102
|
+
"pino-pretty": "5.1.3",
|
|
103
103
|
"posthog-node": "1.3.0",
|
|
104
104
|
"pouchdb": "7.3.0",
|
|
105
105
|
"pouchdb-adapter-memory": "7.2.2",
|