@budibase/server 3.34.0 → 3.34.1
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
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
setBackground(theme)
|
|
77
77
|
})()
|
|
78
78
|
</script>
|
|
79
|
-
<script type="module" crossorigin src="/builder/assets/index-
|
|
79
|
+
<script type="module" crossorigin src="/builder/assets/index-Dy-nbj_D.js"></script>
|
|
80
80
|
<link rel="stylesheet" crossorigin href="/builder/assets/index-CDRd2ULj.css">
|
|
81
81
|
</head>
|
|
82
82
|
|
package/dist/yarn.lock
CHANGED
|
@@ -14139,10 +14139,10 @@ fast-url-parser@^1.1.3:
|
|
|
14139
14139
|
dependencies:
|
|
14140
14140
|
punycode "^1.3.2"
|
|
14141
14141
|
|
|
14142
|
-
fast-xml-builder@^1.1.
|
|
14143
|
-
version "1.1.
|
|
14144
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.
|
|
14145
|
-
integrity sha512-
|
|
14142
|
+
fast-xml-builder@^1.1.4:
|
|
14143
|
+
version "1.1.4"
|
|
14144
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
|
|
14145
|
+
integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
|
|
14146
14146
|
dependencies:
|
|
14147
14147
|
path-expression-matcher "^1.1.3"
|
|
14148
14148
|
|
|
@@ -14161,11 +14161,11 @@ fast-xml-parser@5.3.6:
|
|
|
14161
14161
|
strnum "^2.1.2"
|
|
14162
14162
|
|
|
14163
14163
|
fast-xml-parser@^5.3.4:
|
|
14164
|
-
version "5.5.
|
|
14165
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
14166
|
-
integrity sha512-
|
|
14164
|
+
version "5.5.6"
|
|
14165
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz#6fc61f5ae06a55a1f058abd6a4f4b5d3e9972cd0"
|
|
14166
|
+
integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==
|
|
14167
14167
|
dependencies:
|
|
14168
|
-
fast-xml-builder "^1.1.
|
|
14168
|
+
fast-xml-builder "^1.1.4"
|
|
14169
14169
|
path-expression-matcher "^1.1.3"
|
|
14170
14170
|
strnum "^2.1.2"
|
|
14171
14171
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/server",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "3.34.
|
|
4
|
+
"version": "3.34.1",
|
|
5
5
|
"description": "Budibase Web Server",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -221,5 +221,5 @@
|
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "a55111838ecb57332a3e62f3d9f08c6084936d66"
|
|
225
225
|
}
|