@fluidframework/ai-collab 2.60.0 → 2.61.0-355516
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/.mocharc.cjs +1 -3
- package/dist/alpha.d.ts +2 -1
- package/lib/alpha.d.ts +2 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +17 -17
package/.mocharc.cjs
CHANGED
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
const getFluidTestMochaConfig = require("@fluid-internal/mocha-test-setup/mocharc-common");
|
|
9
9
|
|
|
10
|
-
const
|
|
11
|
-
const config = getFluidTestMochaConfig(packageDir);
|
|
12
|
-
config.spec = process.env.MOCHA_SPEC ?? "lib/test/**/*.spec.js";
|
|
10
|
+
const config = getFluidTestMochaConfig(__dirname);
|
|
13
11
|
|
|
14
12
|
module.exports = config;
|
package/dist/alpha.d.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
*/
|
|
19
19
|
|
|
20
20
|
export {
|
|
21
|
-
// @alpha APIs
|
|
21
|
+
// #region @alpha APIs
|
|
22
22
|
AiCollabErrorResponse,
|
|
23
23
|
AiCollabOptions,
|
|
24
24
|
AiCollabSuccessResponse,
|
|
@@ -67,4 +67,5 @@ export {
|
|
|
67
67
|
createMergableIdDiffSeries,
|
|
68
68
|
sharedTreeDiff,
|
|
69
69
|
sharedTreeTraverse
|
|
70
|
+
// #endregion
|
|
70
71
|
} from "./index.js";
|
package/lib/alpha.d.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
*/
|
|
19
19
|
|
|
20
20
|
export {
|
|
21
|
-
// @alpha APIs
|
|
21
|
+
// #region @alpha APIs
|
|
22
22
|
AiCollabErrorResponse,
|
|
23
23
|
AiCollabOptions,
|
|
24
24
|
AiCollabSuccessResponse,
|
|
@@ -67,4 +67,5 @@ export {
|
|
|
67
67
|
createMergableIdDiffSeries,
|
|
68
68
|
sharedTreeDiff,
|
|
69
69
|
sharedTreeTraverse
|
|
70
|
+
// #endregion
|
|
70
71
|
} from "./index.js";
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/ai-collab",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0-355516",
|
|
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.61.0-355516",
|
|
73
|
+
"@fluidframework/runtime-utils": "2.61.0-355516",
|
|
74
|
+
"@fluidframework/telemetry-utils": "2.61.0-355516",
|
|
75
|
+
"@fluidframework/tree": "2.61.0-355516",
|
|
76
76
|
"fastest-levenshtein": "^1.0.16",
|
|
77
77
|
"openai": "^4.67.3",
|
|
78
78
|
"typechat": "^0.1.1",
|
|
@@ -82,18 +82,18 @@
|
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
84
84
|
"@biomejs/biome": "~1.9.3",
|
|
85
|
-
"@fluid-internal/mocha-test-setup": "
|
|
86
|
-
"@fluid-tools/build-cli": "^0.
|
|
85
|
+
"@fluid-internal/mocha-test-setup": "2.61.0-355516",
|
|
86
|
+
"@fluid-tools/build-cli": "^0.58.1",
|
|
87
87
|
"@fluidframework/build-common": "^2.0.3",
|
|
88
|
-
"@fluidframework/build-tools": "^0.
|
|
88
|
+
"@fluidframework/build-tools": "^0.58.1",
|
|
89
89
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
90
|
-
"@fluidframework/id-compressor": "
|
|
91
|
-
"@fluidframework/runtime-utils": "
|
|
92
|
-
"@fluidframework/test-runtime-utils": "
|
|
93
|
-
"@microsoft/api-extractor": "7.52.
|
|
90
|
+
"@fluidframework/id-compressor": "2.61.0-355516",
|
|
91
|
+
"@fluidframework/runtime-utils": "2.61.0-355516",
|
|
92
|
+
"@fluidframework/test-runtime-utils": "2.61.0-355516",
|
|
93
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
94
94
|
"@types/mocha": "^10.0.10",
|
|
95
95
|
"@types/node": "^18.19.0",
|
|
96
|
-
"c8": "^
|
|
96
|
+
"c8": "^10.1.3",
|
|
97
97
|
"concurrently": "^8.2.1",
|
|
98
98
|
"copyfiles": "^2.4.1",
|
|
99
99
|
"cross-env": "^7.0.3",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"api": "fluid-build . --task api",
|
|
126
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
127
|
-
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
126
|
+
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
127
|
+
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
128
128
|
"build": "fluid-build . --task build",
|
|
129
129
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
130
130
|
"build:compile": "fluid-build . --task compile",
|
|
@@ -155,8 +155,8 @@
|
|
|
155
155
|
"test": "npm run test:mocha",
|
|
156
156
|
"test:coverage": "c8 npm test",
|
|
157
157
|
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
158
|
-
"test:mocha:cjs": "
|
|
159
|
-
"test:mocha:esm": "mocha
|
|
158
|
+
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
|
|
159
|
+
"test:mocha:esm": "mocha",
|
|
160
160
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
161
161
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
162
162
|
"typetests:gen": "flub generate typetests --dir . -v",
|