@digigov/cli-generate 1.0.4-fd2cea11 → 1.0.4

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.
@@ -0,0 +1,23 @@
1
+ {
2
+ "files": {
3
+ "tooling/cli-generate/.eslintrc.js": "439deb6a9b962125019f94edcffcfaf48030e739",
4
+ "tooling/cli-generate/.prettierrc.js": "0fcfefe7e173b01f620c09ef31913d8ca6ba9a97",
5
+ "tooling/cli-generate/CHANGELOG.json": "31346185df9389c5e9da6327dfe0a94cc5df174e",
6
+ "tooling/cli-generate/CHANGELOG.md": "da02e5e7d32fb947b74314fa691b2642f7d546cf",
7
+ "tooling/cli-generate/generators/component-generator.js": "3648ab171fb44f87ba3744394a10d0df8cfe5a50",
8
+ "tooling/cli-generate/generators/digigovrc-generator.js": "e1993541cfae1680986c7cf87d2a3b4c3d07264d",
9
+ "tooling/cli-generate/generators/faqPage-generator.js": "c48d26dcedb789c076bf03d526ff79f275f5275c",
10
+ "tooling/cli-generate/generators/questionsPage-generator.js": "b1b396e7badeaafc7d2cb56a96b8927c60f2dc21",
11
+ "tooling/cli-generate/generators/startPage-generator.js": "6baece0732253e5360d96a815acd37295274ecaf",
12
+ "tooling/cli-generate/index.js": "ea6850703769673a70dfd70d1a25cf8e9d8f8882",
13
+ "tooling/cli-generate/package.json": "3c7868aa4c42c263abd5b5d32dd91b87e6daa747",
14
+ "tooling/cli-generate/plop-templates/component.hbs": "076b4173d27bd2184b4557623dd2c4a15184c3bd",
15
+ "tooling/cli-generate/plop-templates/digigovrc.hbs": "c7b465bbc452a9ba56bc6703dfb228b03db49ae5",
16
+ "tooling/cli-generate/plop-templates/faq-page.hbs": "aee477351b51d178592b1e3cb4d4499376a1f7ce",
17
+ "tooling/cli-generate/plop-templates/questions-page.hbs": "92f954a3a7fbe37e17440502c2833c953db12d94",
18
+ "tooling/cli-generate/plop-templates/start-page.hbs": "0c441d76f56953202bcb8e1733e879c3412928f1",
19
+ "tooling/cli-generate/plopfile.js": "3338baff1096ba53c2eb42650ee85aafebaff576",
20
+ "tooling/cli-generate/.rush/temp/shrinkwrap-deps.json": "76c7cd4b9190f6cccd67fe583df6a145c07b9b37"
21
+ },
22
+ "arguments": "publint "
23
+ }
package/CHANGELOG.json CHANGED
@@ -1,6 +1,23 @@
1
1
  {
2
2
  "name": "@digigov/cli-generate",
3
3
  "entries": [
4
+ {
5
+ "version": "1.0.4",
6
+ "tag": "@digigov/cli-generate_v1.0.4",
7
+ "date": "Fri, 16 Feb 2024 09:57:32 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "Upgrade ESLint & Prettier"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@digigov/cli-lint\" from `1.0.3` to `1.0.4`"
17
+ }
18
+ ]
19
+ }
20
+ },
4
21
  {
5
22
  "version": "1.0.3",
6
23
  "tag": "@digigov/cli-generate_v1.0.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @digigov/cli-generate
2
2
 
3
- This log was last generated on Mon, 29 Jan 2024 17:45:11 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 16 Feb 2024 09:57:32 GMT and should not be manually modified.
4
+
5
+ ## 1.0.4
6
+ Fri, 16 Feb 2024 09:57:32 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 1.0.3
6
11
  Mon, 29 Jan 2024 17:45:11 GMT
@@ -0,0 +1,3 @@
1
+ Invoking: publint
2
+ @digigov/cli-generate lint results:
3
+ All good!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-generate",
3
- "version": "1.0.4-fd2cea11",
3
+ "version": "1.0.4",
4
4
  "description": "Scaffolding files generator for Digigov CLI",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "eslint": "8.56.0",
16
16
  "prettier": "3.2.5",
17
- "@digigov/cli-lint": "1.0.4-fd2cea11",
17
+ "@digigov/cli-lint": "1.0.4",
18
18
  "publint": "0.1.8"
19
19
  },
20
20
  "scripts": {