create-expert 0.0.26 → 0.0.27
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 +2 -2
package/dist/bin/cli.js
CHANGED
|
@@ -36311,7 +36311,7 @@ async function startHandler(expertKey, query, options, handlerOptions) {
|
|
|
36311
36311
|
// package.json
|
|
36312
36312
|
var package_default = {
|
|
36313
36313
|
name: "create-expert",
|
|
36314
|
-
version: "0.0.
|
|
36314
|
+
version: "0.0.27",
|
|
36315
36315
|
description: "Create and modify Perstack expert definitions"};
|
|
36316
36316
|
|
|
36317
36317
|
// bin/cli.ts
|