@digigov/cli-generate 0.5.38 → 1.0.0-rc

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,18 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-generate",
3
3
  "entries": [
4
- {
5
- "version": "0.5.38",
6
- "tag": "@digigov/cli-generate_v0.5.38",
7
- "date": "Wed, 21 Jun 2023 11:28:11 GMT",
8
- "comments": {
9
- "dependency": [
10
- {
11
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.36` to `0.6.0`"
12
- }
13
- ]
14
- }
15
- },
16
4
  {
17
5
  "version": "0.5.36",
18
6
  "tag": "@digigov/cli-generate_v0.5.36",
package/CHANGELOG.md CHANGED
@@ -1,11 +1,6 @@
1
1
  # Change Log - @digigov/cli-generate
2
2
 
3
- This log was last generated on Wed, 21 Jun 2023 11:28:11 GMT and should not be manually modified.
4
-
5
- ## 0.5.38
6
- Wed, 21 Jun 2023 11:28:11 GMT
7
-
8
- _Version update only_
3
+ This log was last generated on Tue, 21 Feb 2023 09:58:34 GMT and should not be manually modified.
9
4
 
10
5
  ## 0.5.36
11
6
  Tue, 21 Feb 2023 09:58:34 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-generate",
3
- "version": "0.5.38",
3
+ "version": "1.0.0-rc",
4
4
  "description": "Scaffolding files generator for Digigov CLI",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "eslint": "7.24.0",
19
19
  "prettier": "2.2.1",
20
- "@digigov/cli-lint": "0.6.0",
20
+ "@digigov/cli-lint": "1.0.0-rc",
21
21
  "publint": "0.1.8"
22
22
  }
23
23
  }