create-expert 0.0.29 → 0.0.30
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
|
@@ -36268,7 +36268,7 @@ async function startHandler(expertKey, query, options, handlerOptions) {
|
|
|
36268
36268
|
// package.json
|
|
36269
36269
|
var package_default = {
|
|
36270
36270
|
name: "create-expert",
|
|
36271
|
-
version: "0.0.
|
|
36271
|
+
version: "0.0.30",
|
|
36272
36272
|
description: "Create and modify Perstack expert definitions"};
|
|
36273
36273
|
|
|
36274
36274
|
// bin/cli.ts
|