@cotal-ai/pi 0.11.4 → 0.11.5
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/standalone.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -15486,7 +15486,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
15486
15486
|
|
|
15487
15487
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
15488
15488
|
var DOCS_BUNDLE = {
|
|
15489
|
-
"version": "0.11.
|
|
15489
|
+
"version": "0.11.5",
|
|
15490
15490
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
15491
15491
|
"pages": [
|
|
15492
15492
|
{
|
package/dist/standalone.js
CHANGED
|
@@ -42545,7 +42545,7 @@ config(en_default());
|
|
|
42545
42545
|
|
|
42546
42546
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
42547
42547
|
var DOCS_BUNDLE = {
|
|
42548
|
-
"version": "0.11.
|
|
42548
|
+
"version": "0.11.5",
|
|
42549
42549
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
42550
42550
|
"pages": [
|
|
42551
42551
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/pi",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"esbuild": "^0.28.0",
|
|
33
33
|
"typebox": "^1.1.0",
|
|
34
34
|
"zod": "^4.4.3",
|
|
35
|
-
"@cotal-ai/core": "0.11.
|
|
36
|
-
"@cotal-ai/connector-core": "0.11.
|
|
35
|
+
"@cotal-ai/core": "0.11.5",
|
|
36
|
+
"@cotal-ai/connector-core": "0.11.5"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist"
|