@fluidframework/ai-collab 2.63.0 → 2.70.0-360753
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/package.json +10 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/ai-collab",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.70.0-360753",
|
|
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": "
|
|
73
|
-
"@fluidframework/runtime-utils": "
|
|
74
|
-
"@fluidframework/telemetry-utils": "
|
|
75
|
-
"@fluidframework/tree": "
|
|
72
|
+
"@fluidframework/core-utils": "2.70.0-360753",
|
|
73
|
+
"@fluidframework/runtime-utils": "2.70.0-360753",
|
|
74
|
+
"@fluidframework/telemetry-utils": "2.70.0-360753",
|
|
75
|
+
"@fluidframework/tree": "2.70.0-360753",
|
|
76
76
|
"fastest-levenshtein": "^1.0.16",
|
|
77
77
|
"openai": "^4.67.3",
|
|
78
78
|
"typechat": "^0.1.1",
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
84
84
|
"@biomejs/biome": "~1.9.3",
|
|
85
|
-
"@fluid-internal/mocha-test-setup": "
|
|
85
|
+
"@fluid-internal/mocha-test-setup": "2.70.0-360753",
|
|
86
86
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
87
87
|
"@fluidframework/build-common": "^2.0.3",
|
|
88
88
|
"@fluidframework/build-tools": "^0.58.3",
|
|
89
89
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
90
|
-
"@fluidframework/id-compressor": "
|
|
91
|
-
"@fluidframework/runtime-utils": "
|
|
92
|
-
"@fluidframework/test-runtime-utils": "
|
|
90
|
+
"@fluidframework/id-compressor": "2.70.0-360753",
|
|
91
|
+
"@fluidframework/runtime-utils": "2.70.0-360753",
|
|
92
|
+
"@fluidframework/test-runtime-utils": "2.70.0-360753",
|
|
93
93
|
"@microsoft/api-extractor": "7.52.11",
|
|
94
94
|
"@types/mocha": "^10.0.10",
|
|
95
95
|
"@types/node": "^18.19.0",
|
|
@@ -117,9 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"typeValidation": {
|
|
120
|
-
"disabled": true
|
|
121
|
-
"broken": {},
|
|
122
|
-
"entrypoint": "internal"
|
|
120
|
+
"disabled": true
|
|
123
121
|
},
|
|
124
122
|
"scripts": {
|
|
125
123
|
"api": "fluid-build . --task api",
|