poe-code 4.0.26 → 4.0.27-beta.1
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/metafile.json +1 -1
- package/package.json +1 -1
- package/packages/toolcraft/dist/http-hosted-oauth.compile-check.js +6 -0
- package/packages/toolcraft/dist/http-hosted-oauth.d.ts +3 -1
- package/packages/toolcraft/dist/http-hosted-oauth.js +5 -1
- package/packages/toolcraft/dist/testing/hosted-oauth-storage.d.ts +6 -0
- package/packages/toolcraft/dist/testing/hosted-oauth-storage.js +140 -0
- package/packages/toolcraft/dist/testing/index.d.ts +1 -0
- package/packages/toolcraft/dist/testing/index.js +1 -0
package/dist/index.js
CHANGED
|
@@ -151290,7 +151290,7 @@ var init_package2 = __esm({
|
|
|
151290
151290
|
"package.json"() {
|
|
151291
151291
|
package_default2 = {
|
|
151292
151292
|
name: "poe-code",
|
|
151293
|
-
version: "4.0.
|
|
151293
|
+
version: "4.0.27-beta.1",
|
|
151294
151294
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
151295
151295
|
license: "MIT",
|
|
151296
151296
|
type: "module",
|