@budibase/frontend-core 2.13.34 → 2.13.36
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/LICENSE +3 -1
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
Copyright 2019-
|
|
1
|
+
Copyright 2019-2023, Budibase Ltd.
|
|
2
2
|
|
|
3
3
|
Each Budibase package has its own license, please check the license file in each package.
|
|
4
4
|
|
|
5
5
|
You can consider Budibase to be GPLv3 licensed overall.
|
|
6
6
|
|
|
7
7
|
The apps that you build with Budibase do not package any GPLv3 licensed code, thus do not fall under those restrictions.
|
|
8
|
+
|
|
9
|
+
Budibase ships with Structured Query Server, by The Neighbourhoodie Software GmbH. This license for this can be found at ./SQS_LICENSE
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/frontend-core",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.36",
|
|
4
4
|
"description": "Budibase frontend core libraries used in builder and client",
|
|
5
5
|
"author": "Budibase",
|
|
6
6
|
"license": "MPL-2.0",
|
|
7
7
|
"svelte": "src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@budibase/bbui": "2.13.
|
|
10
|
-
"@budibase/shared-core": "2.13.
|
|
9
|
+
"@budibase/bbui": "2.13.36",
|
|
10
|
+
"@budibase/shared-core": "2.13.36",
|
|
11
11
|
"dayjs": "^1.10.8",
|
|
12
12
|
"lodash": "^4.17.21",
|
|
13
13
|
"socket.io-client": "^4.6.1",
|
|
14
14
|
"svelte": "^3.46.2"
|
|
15
15
|
},
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "933421818c287b302773026855256fce4845259a"
|
|
17
17
|
}
|