@digigov/cli-app 0.7.4 → 0.7.6

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,39 @@
1
1
  {
2
2
  "name": "@digigov/cli-app",
3
3
  "entries": [
4
+ {
5
+ "version": "0.7.6",
6
+ "tag": "@digigov/cli-app_v0.7.6",
7
+ "date": "Mon, 16 Jan 2023 13:05:21 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@digigov/cli-build\" from `0.8.4` to `0.9.0`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@digigov/css\" from `0.29.15` to `0.30.0`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "0.7.5",
21
+ "tag": "@digigov/cli-app_v0.7.5",
22
+ "date": "Fri, 02 Dec 2022 11:20:56 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@digigov/cli-build\" from `0.8.3` to `0.8.4`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@digigov/cli\" from `0.6.3` to `0.6.4`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@digigov/css\" from `0.29.14` to `0.29.15`"
33
+ }
34
+ ]
35
+ }
36
+ },
4
37
  {
5
38
  "version": "0.7.3",
6
39
  "tag": "@digigov/cli-app_v0.7.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @digigov/cli-app
2
2
 
3
- This log was last generated on Wed, 31 Aug 2022 16:10:12 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 13:05:21 GMT and should not be manually modified.
4
+
5
+ ## 0.7.6
6
+ Mon, 16 Jan 2023 13:05:21 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.7.5
11
+ Fri, 02 Dec 2022 11:20:56 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.7.3
6
16
  Wed, 31 Aug 2022 16:10:12 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-app",
3
- "version": "0.7.4",
3
+ "version": "0.7.6",
4
4
  "description": "@digigov developer cli tool",
5
5
  "main": "index.js",
6
6
  "author": "GRNET Developers <devs@lists.grnet.gr>",
@@ -10,20 +10,20 @@
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.3",
13
+ "@digigov/cli-build": "0.9.0",
14
14
  "url-loader": "4.1.1",
15
15
  "next": "10.0.9"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "rimraf": "3.0.2",
19
19
  "execa": "5.0.0",
20
- "@digigov/cli": "0.6.3",
20
+ "@digigov/cli": "0.6.4",
21
21
  "typescript": "4.2.3",
22
22
  "@types/node": "16.6.2",
23
23
  "@types/react": "16.9.56",
24
24
  "autoprefixer": "10.0.4",
25
25
  "postcss": "8.4.4",
26
- "@digigov/css": "0.29.14",
26
+ "@digigov/css": "0.30.0",
27
27
  "tailwindcss": "2.2.6"
28
28
  },
29
29
  "scripts": {}