@budibase/server 2.4.27-alpha.2 → 2.4.27-alpha.3

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.
@@ -10,7 +10,7 @@
10
10
  href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
11
11
  rel="stylesheet"
12
12
  />
13
- <script type="module" crossorigin src="/builder/assets/index.c7b82b8d.js"></script>
13
+ <script type="module" crossorigin src="/builder/assets/index.022f4bba.js"></script>
14
14
  <link rel="stylesheet" href="/builder/assets/index.68ae453c.css">
15
15
  </head>
16
16
  <body id="app">
@@ -320,7 +320,7 @@ function appPostCreate(ctx, app) {
320
320
  });
321
321
  }
322
322
  catch (err) {
323
- if (err.code && err.code === backend_core_1.errors.codes.USAGE_LIMIT_EXCEEDED) {
323
+ if (err.code && err.code === backend_core_1.ErrorCode.USAGE_LIMIT_EXCEEDED) {
324
324
  // this import resulted in row usage exceeding the quota
325
325
  // delete the app
326
326
  // skip pre and post-steps as no rows have been added to quotas yet
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.27-alpha.1",
4
+ "version": "2.4.27-alpha.2",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -43,12 +43,12 @@
43
43
  "license": "GPL-3.0",
44
44
  "dependencies": {
45
45
  "@apidevtools/swagger-parser": "10.0.3",
46
- "@budibase/backend-core": "2.4.27-alpha.1",
47
- "@budibase/client": "2.4.27-alpha.1",
48
- "@budibase/pro": "2.4.27-alpha.1",
49
- "@budibase/shared-core": "2.4.27-alpha.1",
50
- "@budibase/string-templates": "2.4.27-alpha.1",
51
- "@budibase/types": "2.4.27-alpha.1",
46
+ "@budibase/backend-core": "2.4.27-alpha.2",
47
+ "@budibase/client": "2.4.27-alpha.2",
48
+ "@budibase/pro": "2.4.27-alpha.2",
49
+ "@budibase/shared-core": "2.4.27-alpha.2",
50
+ "@budibase/string-templates": "2.4.27-alpha.2",
51
+ "@budibase/types": "2.4.27-alpha.2",
52
52
  "@bull-board/api": "3.7.0",
53
53
  "@bull-board/koa": "3.9.4",
54
54
  "@elastic/elasticsearch": "7.10.0",