create-expert 0.0.34 → 0.0.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.
Files changed (2) hide show
  1. package/dist/bin/cli.js +1 -1
  2. package/package.json +3 -3
package/dist/bin/cli.js CHANGED
@@ -28255,7 +28255,7 @@ async function startHandler(expertKey, query, options, handlerOptions) {
28255
28255
  //#endregion
28256
28256
  //#region package.json
28257
28257
  var name = "create-expert";
28258
- var version = "0.0.34";
28258
+ var version = "0.0.35";
28259
28259
  var description = "Create and modify Perstack expert definitions";
28260
28260
 
28261
28261
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expert",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "Create and modify Perstack expert definitions",
5
5
  "author": "Wintermute Technologies, Inc.",
6
6
  "license": "Apache-2.0",
@@ -16,9 +16,9 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "commander": "^14.0.3",
19
+ "@perstack/core": "0.0.49",
19
20
  "@perstack/perstack-toml": "0.0.5",
20
- "@perstack/runtime": "0.0.105",
21
- "@perstack/core": "0.0.49"
21
+ "@perstack/runtime": "0.0.106"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@tsconfig/node22": "^22.0.5",