poe-code 3.0.413 → 3.0.414-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/LICENSE +21 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +2 -2
- package/dist/metafile.json +1 -1
- package/package.json +3 -1
- package/packages/opencode-poe-auth/LICENSE +21 -0
- package/packages/package-lint/dist/model.d.ts +1 -0
- package/packages/package-lint/dist/model.js +1 -0
- package/packages/package-lint/dist/rules/index.js +3 -1
- package/packages/package-lint/dist/rules/published-license-required.d.ts +2 -0
- package/packages/package-lint/dist/rules/published-license-required.js +38 -0
- package/packages/poe-oauth/LICENSE +21 -0
- package/packages/terminal-pilot/LICENSE +21 -0
- package/packages/terminal-pilot-mcp/LICENSE +21 -0
- package/packages/terminal-png/LICENSE +21 -0
- package/packages/terminal-png-mcp/LICENSE +21 -0
- package/packages/tiny-stdio-mcp-server/LICENSE +21 -0
- package/packages/tiny-stdio-mcp-test-server/LICENSE +21 -0
- package/packages/tiny-stdio-mcp-test-server/dist/cli.js +1 -0
- package/packages/tiny-stdio-mcp-test-server/package.json +1 -0
- package/packages/tokenfill/LICENSE +21 -0
- package/packages/toolcraft/LICENSE +21 -0
- package/packages/toolcraft-openapi/LICENSE +21 -0
- package/packages/toolcraft-schema/LICENSE +21 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Poe Platform
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/index.js
CHANGED
|
@@ -144181,8 +144181,9 @@ 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.414-beta.1",
|
|
144185
144185
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
144186
|
+
license: "MIT",
|
|
144186
144187
|
type: "module",
|
|
144187
144188
|
main: "./dist/index.js",
|
|
144188
144189
|
types: "./dist/index.d.ts",
|
|
@@ -144282,6 +144283,7 @@ var init_package2 = __esm({
|
|
|
144282
144283
|
"tiny-stdio-mcp-test-server": "packages/tiny-stdio-mcp-test-server/dist/cli.js"
|
|
144283
144284
|
},
|
|
144284
144285
|
files: [
|
|
144286
|
+
"LICENSE",
|
|
144285
144287
|
"dist",
|
|
144286
144288
|
"packages/agent-mcp-config/dist",
|
|
144287
144289
|
"packages/agent-skill-config/dist",
|