@karmaniverous/jeeves-meta 0.12.0 → 0.12.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.
@@ -7379,7 +7379,7 @@ const metaDescriptor = jeevesComponentDescriptorSchema.parse({
7379
7379
  },
7380
7380
  startCommand: (configPath) => [
7381
7381
  'node',
7382
- 'dist/cli.js',
7382
+ 'dist/cli/jeeves-meta/index.js',
7383
7383
  'start',
7384
7384
  '-c',
7385
7385
  configPath,
package/dist/index.js CHANGED
@@ -8296,7 +8296,7 @@ const metaDescriptor = jeevesComponentDescriptorSchema.parse({
8296
8296
  },
8297
8297
  startCommand: (configPath) => [
8298
8298
  'node',
8299
- 'dist/cli.js',
8299
+ 'dist/cli/jeeves-meta/index.js',
8300
8300
  'start',
8301
8301
  '-c',
8302
8302
  configPath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karmaniverous/jeeves-meta",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "author": "Jason Williscroft",
5
5
  "description": "Fastify HTTP service for the Jeeves Meta synthesis engine",
6
6
  "license": "BSD-3-Clause",