@digigov/cli-test 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 +17 -0
- package/CHANGELOG.md +8 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-test",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.7.1",
|
|
6
|
+
"tag": "@digigov/cli-test_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
|
+
}
|
|
20
|
+
},
|
|
4
21
|
{
|
|
5
22
|
"version": "0.7.0",
|
|
6
23
|
"tag": "@digigov/cli-test_v0.7.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @digigov/cli-test
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
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,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-test",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Test plugin for Digigov CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "BSD-2-Clause",
|
|
8
8
|
"private": false,
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@types/enzyme": "3.10.8",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@digigov/cli": "0.6.0",
|
|
23
|
-
"@digigov/cli-build": "0.8.
|
|
23
|
+
"@digigov/cli-build": "0.8.1",
|
|
24
24
|
"typescript": "4.2.3",
|
|
25
25
|
"@types/node": "16.6.2",
|
|
26
26
|
"@types/react": "16.9.56"
|