@ryanatkn/gro 0.123.0 → 0.124.0

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/README.md CHANGED
@@ -76,7 +76,7 @@ It includes:
76
76
 
77
77
  ## install
78
78
 
79
- > depends on node >=22.3
79
+ > depends on node >=20.12
80
80
 
81
81
  Typical usage installs [@ryanatkn/gro](https://www.npmjs.com/package/@ryanatkn/gro)
82
82
  as a dev dependency:
package/dist/package.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // generated by src/lib/package.gen.ts
2
2
  export const package_json = {
3
3
  name: '@ryanatkn/gro',
4
- version: '0.123.0',
4
+ version: '0.124.0',
5
5
  description: 'task runner and toolkit extending SvelteKit',
6
6
  motto: 'generate, run, optimize',
7
7
  icon: '🌰',
@@ -14,7 +14,7 @@ export const package_json = {
14
14
  bugs: 'https://github.com/ryanatkn/gro/issues',
15
15
  funding: 'https://www.ryanatkn.com/funding',
16
16
  type: 'module',
17
- engines: { node: '>=22.3' },
17
+ engines: { node: '>=20.12' },
18
18
  scripts: {
19
19
  build: 'rm -rf .gro dist && svelte-kit sync && svelte-package && chmod +x ./dist/gro.js && npm link -f',
20
20
  start: 'gro dev',
@@ -33,7 +33,7 @@ export const package_json = {
33
33
  ],
34
34
  files: ['dist'],
35
35
  dependencies: {
36
- '@ryanatkn/belt': '^0.21.0',
36
+ '@ryanatkn/belt': '^0.22.0',
37
37
  chokidar: '^3.6.0',
38
38
  dotenv: '^16.4.5',
39
39
  'es-module-lexer': '^1.5.4',
@@ -256,7 +256,7 @@ export const package_json = {
256
256
  };
257
257
  export const src_json = {
258
258
  name: '@ryanatkn/gro',
259
- version: '0.123.0',
259
+ version: '0.124.0',
260
260
  modules: {
261
261
  '.': {
262
262
  path: 'index.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryanatkn/gro",
3
- "version": "0.123.0",
3
+ "version": "0.124.0",
4
4
  "description": "task runner and toolkit extending SvelteKit",
5
5
  "motto": "generate, run, optimize",
6
6
  "icon": "🌰",
@@ -23,7 +23,7 @@
23
23
  "funding": "https://www.ryanatkn.com/funding",
24
24
  "type": "module",
25
25
  "engines": {
26
- "node": ">=22.3"
26
+ "node": ">=20.12"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "rm -rf .gro dist && svelte-kit sync && svelte-package && chmod +x ./dist/gro.js && npm link -f",
@@ -45,7 +45,7 @@
45
45
  "dist"
46
46
  ],
47
47
  "dependencies": {
48
- "@ryanatkn/belt": "^0.21.0",
48
+ "@ryanatkn/belt": "^0.22.0",
49
49
  "chokidar": "^3.6.0",
50
50
  "dotenv": "^16.4.5",
51
51
  "es-module-lexer": "^1.5.4",