@cotal-ai/pi 0.41.3 → 0.41.4
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
|
@@ -16322,7 +16322,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
16322
16322
|
|
|
16323
16323
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
16324
16324
|
var DOCS_BUNDLE = {
|
|
16325
|
-
"version": "0.41.
|
|
16325
|
+
"version": "0.41.4",
|
|
16326
16326
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
16327
16327
|
"pages": [
|
|
16328
16328
|
{
|
package/dist/standalone.js
CHANGED
|
@@ -56733,7 +56733,7 @@ config(en_default());
|
|
|
56733
56733
|
|
|
56734
56734
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56735
56735
|
var DOCS_BUNDLE = {
|
|
56736
|
-
"version": "0.41.
|
|
56736
|
+
"version": "0.41.4",
|
|
56737
56737
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56738
56738
|
"pages": [
|
|
56739
56739
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/pi",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"esbuild": "^0.28.0",
|
|
35
35
|
"typebox": "^1.1.0",
|
|
36
36
|
"zod": "^4.4.3",
|
|
37
|
-
"@cotal-ai/core": "0.41.
|
|
38
|
-
"@cotal-ai/connector-core": "0.41.
|
|
37
|
+
"@cotal-ai/core": "0.41.4",
|
|
38
|
+
"@cotal-ai/connector-core": "0.41.4"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"dist"
|