@digigov/cli-app 0.7.0 → 0.7.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/CHANGELOG.json CHANGED
@@ -1,6 +1,26 @@
1
1
  {
2
2
  "name": "@digigov/cli-app",
3
3
  "entries": [
4
+ {
5
+ "version": "0.7.1",
6
+ "tag": "@digigov/cli-app_v0.7.1",
7
+ "date": "Mon, 16 May 2022 14:42:45 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Change MIT License to BSD-2-Clause"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@digigov/cli-build\" from `0.8.0` to `0.8.1`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@digigov/css\" from `0.23.0` to `0.24.0`"
20
+ }
21
+ ]
22
+ }
23
+ },
4
24
  {
5
25
  "version": "0.7.0",
6
26
  "tag": "@digigov/cli-app_v0.7.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @digigov/cli-app
2
2
 
3
- This log was last generated on Mon, 18 Apr 2022 13:00:33 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 May 2022 14:42:45 GMT and should not be manually modified.
4
+
5
+ ## 0.7.1
6
+ Mon, 16 May 2022 14:42:45 GMT
7
+
8
+ ### Patches
9
+
10
+ - Change MIT License to BSD-2-Clause
4
11
 
5
12
  ## 0.7.0
6
13
  Mon, 18 Apr 2022 13:00:33 GMT
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@digigov/cli-app",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "@digigov developer cli tool",
5
5
  "main": "index.js",
6
6
  "author": "GRNET Developers <devs@lists.grnet.gr>",
7
- "license": "MIT",
7
+ "license": "BSD-2-Clause",
8
8
  "dependencies": {
9
9
  "babel-loader": "8.2.1",
10
10
  "express": "4.17.1",
11
11
  "http-proxy-middleware": "1.0.3",
12
12
  "next-images": "1.3.0",
13
- "@digigov/cli-build": "0.8.0",
13
+ "@digigov/cli-build": "0.8.1",
14
14
  "url-loader": "4.1.1",
15
15
  "next": "10.0.9"
16
16
  },
@@ -24,7 +24,7 @@
24
24
  "autoprefixer": "10.0.4",
25
25
  "postcss": "8.2.6",
26
26
  "tailwindcss": "2.2.4",
27
- "@digigov/css": "0.20.1"
27
+ "@digigov/css": "0.24.0"
28
28
  },
29
29
  "scripts": {}
30
30
  }