@cotal-ai/pi 0.14.5 → 0.14.6
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
|
@@ -15494,7 +15494,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
15494
15494
|
|
|
15495
15495
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
15496
15496
|
var DOCS_BUNDLE = {
|
|
15497
|
-
"version": "0.14.
|
|
15497
|
+
"version": "0.14.6",
|
|
15498
15498
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
15499
15499
|
"pages": [
|
|
15500
15500
|
{
|
package/dist/standalone.js
CHANGED
|
@@ -43565,7 +43565,7 @@ config(en_default());
|
|
|
43565
43565
|
|
|
43566
43566
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
43567
43567
|
var DOCS_BUNDLE = {
|
|
43568
|
-
"version": "0.14.
|
|
43568
|
+
"version": "0.14.6",
|
|
43569
43569
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
43570
43570
|
"pages": [
|
|
43571
43571
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/pi",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.6",
|
|
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.14.
|
|
36
|
-
"@cotal-ai/connector-core": "0.14.
|
|
35
|
+
"@cotal-ai/core": "0.14.6",
|
|
36
|
+
"@cotal-ai/connector-core": "0.14.6"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist"
|