create-expert 0.0.31 → 0.0.33
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/bin/cli.js +1 -1
- package/dist/bin/cli.js.map +1 -1
- package/package.json +5 -5
package/dist/bin/cli.js
CHANGED
|
@@ -36249,7 +36249,7 @@ async function startHandler(expertKey, query, options, handlerOptions) {
|
|
|
36249
36249
|
// package.json
|
|
36250
36250
|
var package_default = {
|
|
36251
36251
|
name: "create-expert",
|
|
36252
|
-
version: "0.0.
|
|
36252
|
+
version: "0.0.33",
|
|
36253
36253
|
description: "Create and modify Perstack expert definitions"};
|
|
36254
36254
|
|
|
36255
36255
|
// bin/cli.ts
|