@fluidframework/ai-collab 2.60.0 → 2.61.0-355054

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 CHANGED
@@ -7,8 +7,6 @@
7
7
 
8
8
  const getFluidTestMochaConfig = require("@fluid-internal/mocha-test-setup/mocharc-common");
9
9
 
10
- const packageDir = __dirname;
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/alpha.d.ts CHANGED
@@ -8,4 +8,4 @@
8
8
  * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export * from "./lib/alpha.js";
11
+ export * from "lib/alpha.js";
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/internal.d.ts CHANGED
@@ -8,4 +8,4 @@
8
8
  * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export * from "./lib/index.js";
11
+ export * from "lib/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";
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/ai-collab",
3
- "version": "2.60.0",
3
+ "version": "2.61.0-355054",
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.60.0",
73
- "@fluidframework/runtime-utils": "~2.60.0",
74
- "@fluidframework/telemetry-utils": "~2.60.0",
75
- "@fluidframework/tree": "~2.60.0",
72
+ "@fluidframework/core-utils": "2.61.0-355054",
73
+ "@fluidframework/runtime-utils": "2.61.0-355054",
74
+ "@fluidframework/telemetry-utils": "2.61.0-355054",
75
+ "@fluidframework/tree": "2.61.0-355054",
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": "~2.60.0",
86
- "@fluid-tools/build-cli": "^0.57.0",
85
+ "@fluid-internal/mocha-test-setup": "2.61.0-355054",
86
+ "@fluid-tools/build-cli": "^0.58.2",
87
87
  "@fluidframework/build-common": "^2.0.3",
88
- "@fluidframework/build-tools": "^0.57.0",
88
+ "@fluidframework/build-tools": "^0.58.2",
89
89
  "@fluidframework/eslint-config-fluid": "^6.0.0",
90
- "@fluidframework/id-compressor": "~2.60.0",
91
- "@fluidframework/runtime-utils": "~2.60.0",
92
- "@fluidframework/test-runtime-utils": "~2.60.0",
93
- "@microsoft/api-extractor": "7.52.8",
90
+ "@fluidframework/id-compressor": "2.61.0-355054",
91
+ "@fluidframework/runtime-utils": "2.61.0-355054",
92
+ "@fluidframework/test-runtime-utils": "2.61.0-355054",
93
+ "@microsoft/api-extractor": "7.52.11",
94
94
  "@types/mocha": "^10.0.10",
95
95
  "@types/node": "^18.19.0",
96
- "c8": "^8.0.1",
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": "mocha --recursive \"dist/test/**/*.spec.js\"",
159
- "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.js\"",
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",