poe-code 3.0.392 → 3.0.393
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/skills.js +2875 -54
- package/dist/skills.js.map +7 -1
- package/package.json +1 -1
- package/packages/package-lint/dist/model.d.ts +9 -0
- package/packages/package-lint/dist/model.js +89 -2
- package/packages/package-lint/dist/rules/shipped-dist-deps-unresolvable.js +34 -1
- package/packages/package-lint/dist/source-imports.d.ts +2 -2
- package/packages/package-lint/dist/source-imports.js +28 -1
package/dist/index.js
CHANGED
|
@@ -138739,7 +138739,7 @@ var init_package2 = __esm({
|
|
|
138739
138739
|
"package.json"() {
|
|
138740
138740
|
package_default2 = {
|
|
138741
138741
|
name: "poe-code",
|
|
138742
|
-
version: "3.0.
|
|
138742
|
+
version: "3.0.393",
|
|
138743
138743
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
138744
138744
|
type: "module",
|
|
138745
138745
|
main: "./dist/index.js",
|