dargstack_rgen 0.6.34 → 0.6.35

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/.nvmrc ADDED
@@ -0,0 +1 @@
1
+ 17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.6.35](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.34...0.6.35) (2021-11-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([a2d6828](https://github.com/dargmuesli/dargstack_rgen/commit/a2d68282180f1e78b09a4ed0437ba88b9160b465))
7
+
1
8
  ## [0.6.34](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.33...0.6.34) (2021-10-18)
2
9
 
3
10
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:16.11.1-alpine@sha256:417b3856d2e5d06385123f3924c36f5735fb1f690289ca69f2ac9c35fd06c009 AS development
1
+ FROM node:17.0.1-alpine@sha256:959c4fc79a753b8b797c4fc9da967c7a81b4a3a3ff93d484dfe00092bf9fd584 AS development
2
2
 
3
3
  ENV HUSKY=0
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dargstack_rgen",
3
- "version": "0.6.34",
4
- "scheduleVersion": "0.6.34",
3
+ "version": "0.6.35",
4
+ "scheduleVersion": "0.6.35",
5
5
  "description": "Generates a DargStack stack project readme.",
6
6
  "main": "src/generator.js",
7
7
  "repository": "https://github.com/dargmuesli/dargstack_rgen.git",
@@ -20,13 +20,13 @@
20
20
  "devDependencies": {
21
21
  "@commitlint/cli": "13.2.1",
22
22
  "@commitlint/config-conventional": "13.2.0",
23
- "eslint": "8.0.1",
23
+ "eslint": "8.1.0",
24
24
  "eslint-config-standard": "16.0.3",
25
25
  "eslint-plugin-import": "2.25.2",
26
26
  "eslint-plugin-node": "11.1.0",
27
- "eslint-plugin-promise": "5.1.0",
27
+ "eslint-plugin-promise": "5.1.1",
28
28
  "eslint-plugin-standard": "4.1.0",
29
- "husky": "7.0.2",
29
+ "husky": "7.0.4",
30
30
  "shx": "0.3.3"
31
31
  },
32
32
  "scripts": {