poe-code 3.0.414-beta.1 → 3.0.415
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/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/dist/metafile.json +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -144181,7 +144181,7 @@ var init_package2 = __esm({
|
|
|
144181
144181
|
"package.json"() {
|
|
144182
144182
|
package_default2 = {
|
|
144183
144183
|
name: "poe-code",
|
|
144184
|
-
version: "3.0.
|
|
144184
|
+
version: "3.0.415",
|
|
144185
144185
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
144186
144186
|
license: "MIT",
|
|
144187
144187
|
type: "module",
|
|
@@ -144259,6 +144259,7 @@ var init_package2 = __esm({
|
|
|
144259
144259
|
"install-local-package": "npm pack --pack-destination /tmp && npm install -g /tmp/poe-code-*.tgz && rm /tmp/poe-code-*.tgz",
|
|
144260
144260
|
smoke: "tsx scripts/smoke-test.ts",
|
|
144261
144261
|
"smoke:verbose": "tsx scripts/smoke-test.ts --verbose",
|
|
144262
|
+
"smoke:toolcraft-bundle": "node scripts/verify-toolcraft-cli-bundle.mjs",
|
|
144262
144263
|
"metric:test_count": "node scripts/metric-test-count.mjs",
|
|
144263
144264
|
"metric:test_duration": "node scripts/metric-test-duration.mjs",
|
|
144264
144265
|
"demo:dashboard": "tsx packages/toolcraft-design/src/dashboard/demo.ts",
|