@digigov/cli-app 0.7.7-navlist.alpha.1 → 0.7.7
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.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"tooling/cli-app/postcss.config.js": "751250f14069b4d2666881e013114973170589df",
|
|
13
13
|
"tooling/cli-app/postcssrc.js": "988183f4d2f6831fe47c9068d3a4f970317a691e",
|
|
14
14
|
"tooling/cli-app/proxy-server.js": "96fb97e8ddc981571253e9d25c2484d50303ecef",
|
|
15
|
-
"tooling/cli-app/tailwind.common.js": "
|
|
15
|
+
"tooling/cli-app/tailwind.common.js": "5c4a930c2fb400a8bc94322c1f7a09a49b080e7f",
|
|
16
16
|
"tooling/cli-app/tailwind.config.js": "8abcae4cd6a2c0b4c37caebca08afe178fc9dce8",
|
|
17
17
|
"tooling/cli-app/tailwindrc.js": "03576149584ebef6823598e3ef8f642aef174024"
|
|
18
18
|
},
|
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-app",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.7.7",
|
|
6
|
+
"tag": "@digigov/cli-app_v0.7.7",
|
|
7
|
+
"date": "Thu, 02 Feb 2023 16:12:09 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Update purge paths"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@digigov/cli\" from `0.6.4` to `0.6.5`"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Updating dependency \"@digigov/css\" from `0.30.0` to `0.31.0`"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
},
|
|
4
24
|
{
|
|
5
25
|
"version": "0.7.6",
|
|
6
26
|
"tag": "@digigov/cli-app_v0.7.6",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @digigov/cli-app
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 02 Feb 2023 16:12:09 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.7.7
|
|
6
|
+
Thu, 02 Feb 2023 16:12:09 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Update purge paths
|
|
4
11
|
|
|
5
12
|
## 0.7.6
|
|
6
13
|
Mon, 16 Jan 2023 13:05:21 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-app",
|
|
3
|
-
"version": "0.7.7
|
|
3
|
+
"version": "0.7.7",
|
|
4
4
|
"description": "@digigov developer cli tool",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
@@ -10,7 +10,7 @@
|
|
|
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.9.
|
|
13
|
+
"@digigov/cli-build": "0.9.1",
|
|
14
14
|
"url-loader": "4.1.1",
|
|
15
15
|
"next": "10.0.9",
|
|
16
16
|
"publint": "0.1.8"
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"rimraf": "3.0.2",
|
|
23
23
|
"execa": "5.0.0",
|
|
24
|
-
"@digigov/cli": "0.6.
|
|
24
|
+
"@digigov/cli": "0.6.5",
|
|
25
25
|
"typescript": "4.2.3",
|
|
26
26
|
"@types/node": "16.6.2",
|
|
27
27
|
"@types/react": "16.9.56",
|
|
28
28
|
"autoprefixer": "10.0.4",
|
|
29
29
|
"postcss": "8.4.4",
|
|
30
|
-
"@digigov/css": "0.
|
|
30
|
+
"@digigov/css": "0.31.0",
|
|
31
31
|
"tailwindcss": "2.2.6"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|