@fluidframework/ai-collab 2.20.0 → 2.21.0
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/CHANGELOG.md +4 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/ai-collab",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "Experimental package to simplify integrating AI into Fluid-based applications",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/core-utils": "~2.
|
|
73
|
-
"@fluidframework/runtime-utils": "~2.
|
|
74
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
75
|
-
"@fluidframework/tree": "~2.
|
|
72
|
+
"@fluidframework/core-utils": "~2.21.0",
|
|
73
|
+
"@fluidframework/runtime-utils": "~2.21.0",
|
|
74
|
+
"@fluidframework/telemetry-utils": "~2.21.0",
|
|
75
|
+
"@fluidframework/tree": "~2.21.0",
|
|
76
76
|
"openai": "^4.67.3",
|
|
77
77
|
"typechat": "^0.1.1",
|
|
78
78
|
"zod": "^3.23.8"
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
82
82
|
"@biomejs/biome": "~1.9.3",
|
|
83
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
83
|
+
"@fluid-internal/mocha-test-setup": "~2.21.0",
|
|
84
84
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
85
85
|
"@fluidframework/build-common": "^2.0.3",
|
|
86
86
|
"@fluidframework/build-tools": "^0.51.0",
|
|
87
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
88
|
-
"@fluidframework/id-compressor": "~2.
|
|
89
|
-
"@fluidframework/runtime-utils": "~2.
|
|
90
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
87
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
88
|
+
"@fluidframework/id-compressor": "~2.21.0",
|
|
89
|
+
"@fluidframework/runtime-utils": "~2.21.0",
|
|
90
|
+
"@fluidframework/test-runtime-utils": "~2.21.0",
|
|
91
91
|
"@microsoft/api-extractor": "7.47.8",
|
|
92
92
|
"@types/mocha": "^10.0.10",
|
|
93
93
|
"@types/node": "^18.19.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
145
145
|
"check:format": "npm run check:biome",
|
|
146
146
|
"ci:build:docs": "api-extractor run",
|
|
147
|
-
"clean": "rimraf --glob dist lib
|
|
147
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
148
148
|
"eslint": "eslint --format stylish src",
|
|
149
149
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
150
150
|
"format": "npm run format:biome",
|