@cotal-ai/pi 0.33.0 → 0.33.1
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
|
@@ -16068,7 +16068,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
16068
16068
|
|
|
16069
16069
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
16070
16070
|
var DOCS_BUNDLE = {
|
|
16071
|
-
"version": "0.33.
|
|
16071
|
+
"version": "0.33.1",
|
|
16072
16072
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
16073
16073
|
"pages": [
|
|
16074
16074
|
{
|
package/dist/standalone.js
CHANGED
|
@@ -56020,7 +56020,7 @@ config(en_default());
|
|
|
56020
56020
|
|
|
56021
56021
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56022
56022
|
var DOCS_BUNDLE = {
|
|
56023
|
-
"version": "0.33.
|
|
56023
|
+
"version": "0.33.1",
|
|
56024
56024
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56025
56025
|
"pages": [
|
|
56026
56026
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/pi",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.1",
|
|
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.33.
|
|
38
|
-
"@cotal-ai/connector-core": "0.33.
|
|
37
|
+
"@cotal-ai/core": "0.33.1",
|
|
38
|
+
"@cotal-ai/connector-core": "0.33.1"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"dist"
|