@cotal-ai/pi 0.41.1 → 0.41.2
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.2",
|
|
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
|
@@ -56639,7 +56639,7 @@ config(en_default());
|
|
|
56639
56639
|
|
|
56640
56640
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56641
56641
|
var DOCS_BUNDLE = {
|
|
56642
|
-
"version": "0.41.
|
|
56642
|
+
"version": "0.41.2",
|
|
56643
56643
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56644
56644
|
"pages": [
|
|
56645
56645
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/pi",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.2",
|
|
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.2",
|
|
38
|
+
"@cotal-ai/connector-core": "0.41.2"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"dist"
|