@cotal-ai/pi 0.33.7 → 0.33.8
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
|
@@ -16117,7 +16117,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
16117
16117
|
|
|
16118
16118
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
16119
16119
|
var DOCS_BUNDLE = {
|
|
16120
|
-
"version": "0.33.
|
|
16120
|
+
"version": "0.33.8",
|
|
16121
16121
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
16122
16122
|
"pages": [
|
|
16123
16123
|
{
|
package/dist/standalone.js
CHANGED
|
@@ -56070,7 +56070,7 @@ config(en_default());
|
|
|
56070
56070
|
|
|
56071
56071
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56072
56072
|
var DOCS_BUNDLE = {
|
|
56073
|
-
"version": "0.33.
|
|
56073
|
+
"version": "0.33.8",
|
|
56074
56074
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56075
56075
|
"pages": [
|
|
56076
56076
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/pi",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.8",
|
|
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/connector-core": "0.33.
|
|
38
|
-
"@cotal-ai/core": "0.33.
|
|
37
|
+
"@cotal-ai/connector-core": "0.33.8",
|
|
38
|
+
"@cotal-ai/core": "0.33.8"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"dist"
|