@ryanatkn/gro 0.153.0 → 0.153.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.153.0',
4
+ version: '0.153.1',
5
5
  description: 'task runner and toolkit extending SvelteKit',
6
6
  motto: 'generate, run, optimize',
7
7
  glyph: '🌰',
@@ -72,7 +72,7 @@ export const package_json = {
72
72
  'typescript-eslint': '^8.31.1',
73
73
  uvu: '^0.5.6',
74
74
  },
75
- optionalDependencies: { '@ryanatkn/moss': '^0.26.0' },
75
+ optionalDependencies: { '@ryanatkn/moss': '^0.27.0' },
76
76
  prettier: {
77
77
  plugins: ['prettier-plugin-svelte'],
78
78
  useTabs: true,
@@ -257,7 +257,7 @@ export const package_json = {
257
257
  };
258
258
  export const src_json = {
259
259
  name: '@ryanatkn/gro',
260
- version: '0.153.0',
260
+ version: '0.153.1',
261
261
  modules: {
262
262
  '.': {
263
263
  path: 'index.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryanatkn/gro",
3
- "version": "0.153.0",
3
+ "version": "0.153.1",
4
4
  "description": "task runner and toolkit extending SvelteKit",
5
5
  "motto": "generate, run, optimize",
6
6
  "glyph": "🌰",
@@ -86,7 +86,7 @@
86
86
  "uvu": "^0.5.6"
87
87
  },
88
88
  "optionalDependencies": {
89
- "@ryanatkn/moss": "^0.26.0"
89
+ "@ryanatkn/moss": "^0.27.0"
90
90
  },
91
91
  "prettier": {
92
92
  "plugins": [
@@ -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.153.0',
8
+ version: '0.153.1',
9
9
  description: 'task runner and toolkit extending SvelteKit',
10
10
  motto: 'generate, run, optimize',
11
11
  glyph: '🌰',
@@ -77,7 +77,7 @@ export const package_json = {
77
77
  'typescript-eslint': '^8.31.1',
78
78
  uvu: '^0.5.6',
79
79
  },
80
- optionalDependencies: {'@ryanatkn/moss': '^0.26.0'},
80
+ optionalDependencies: {'@ryanatkn/moss': '^0.27.0'},
81
81
  prettier: {
82
82
  plugins: ['prettier-plugin-svelte'],
83
83
  useTabs: true,
@@ -263,7 +263,7 @@ export const package_json = {
263
263
 
264
264
  export const src_json = {
265
265
  name: '@ryanatkn/gro',
266
- version: '0.153.0',
266
+ version: '0.153.1',
267
267
  modules: {
268
268
  '.': {
269
269
  path: 'index.ts',