@budibase/cli 0.9.139 → 0.9.140-alpha.0

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.
Files changed (2) hide show
  1. package/LICENSE +1 -2
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -5,8 +5,7 @@ Each Budibase package has its own license:
5
5
  builder: GPLv3
6
6
  server: GPLv3
7
7
  client: MPLv2.0
8
- standard-components: MPLv2.0
9
8
 
10
- You can consider Budibase to be GPLv3 licensed.
9
+ You can consider Budibase to be GPLv3 licensed.
11
10
 
12
11
  The apps that you build with Budibase do not fall under GPLv3 - hence why our components and client library are licensed differently.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/cli",
3
- "version": "0.9.139",
3
+ "version": "0.9.140-alpha.0",
4
4
  "description": "Budibase CLI, for developers, self hosting and migrations.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -31,5 +31,5 @@
31
31
  "devDependencies": {
32
32
  "eslint": "^7.20.0"
33
33
  },
34
- "gitHead": "bd91ae1f95e5fafad14c8285612b6b3ba738e37d"
34
+ "gitHead": "2cc90fbb81200a6e0b2047f2a98105fadfe637d6"
35
35
  }