@ryanatkn/gro 0.149.0 → 0.149.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/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.149.0',
4
+ version: '0.149.1',
5
5
  description: 'task runner and toolkit extending SvelteKit',
6
6
  motto: 'generate, run, optimize',
7
7
  glyph: '🌰',
@@ -39,7 +39,7 @@ export const package_json = {
39
39
  'typescript',
40
40
  ],
41
41
  dependencies: {
42
- '@ryanatkn/belt': '^0.30.0',
42
+ '@ryanatkn/belt': '^0.30.1',
43
43
  chokidar: '^4.0.3',
44
44
  dotenv: '^16.4.7',
45
45
  'esm-env': '^1.2.2',
@@ -263,7 +263,7 @@ export const package_json = {
263
263
  };
264
264
  export const src_json = {
265
265
  name: '@ryanatkn/gro',
266
- version: '0.149.0',
266
+ version: '0.149.1',
267
267
  modules: {
268
268
  '.': {
269
269
  path: 'index.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryanatkn/gro",
3
- "version": "0.149.0",
3
+ "version": "0.149.1",
4
4
  "description": "task runner and toolkit extending SvelteKit",
5
5
  "motto": "generate, run, optimize",
6
6
  "glyph": "🌰",
@@ -49,7 +49,7 @@
49
49
  "typescript"
50
50
  ],
51
51
  "dependencies": {
52
- "@ryanatkn/belt": "^0.30.0",
52
+ "@ryanatkn/belt": "^0.30.1",
53
53
  "chokidar": "^4.0.3",
54
54
  "dotenv": "^16.4.7",
55
55
  "esm-env": "^1.2.2",
@@ -5,7 +5,7 @@ import type {Src_Json} from './src_json.js';
5
5
 
6
6
  export const package_json = {
7
7
  name: '@ryanatkn/gro',
8
- version: '0.149.0',
8
+ version: '0.149.1',
9
9
  description: 'task runner and toolkit extending SvelteKit',
10
10
  motto: 'generate, run, optimize',
11
11
  glyph: '🌰',
@@ -44,7 +44,7 @@ export const package_json = {
44
44
  'typescript',
45
45
  ],
46
46
  dependencies: {
47
- '@ryanatkn/belt': '^0.30.0',
47
+ '@ryanatkn/belt': '^0.30.1',
48
48
  chokidar: '^4.0.3',
49
49
  dotenv: '^16.4.7',
50
50
  'esm-env': '^1.2.2',
@@ -269,7 +269,7 @@ export const package_json = {
269
269
 
270
270
  export const src_json = {
271
271
  name: '@ryanatkn/gro',
272
- version: '0.149.0',
272
+ version: '0.149.1',
273
273
  modules: {
274
274
  '.': {
275
275
  path: 'index.ts',