@fluidframework/odsp-client 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,7 @@
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);
10
+ const config = getFluidTestMochaConfig(__dirname);
12
11
  // TODO: figure out why this package needs the --exit flag, tests might not be cleaning up correctly after themselves
13
12
  // AB#7856
14
13
  config.exit = true;
package/beta.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/beta.js";
11
+ export * from "lib/beta.js";
package/dist/beta.d.ts CHANGED
@@ -19,7 +19,7 @@
19
19
  */
20
20
 
21
21
  export {
22
- // @beta APIs
22
+ // #region @beta APIs
23
23
  IOdspAudience,
24
24
  IOdspTokenProvider,
25
25
  OdspClient,
@@ -28,4 +28,5 @@ export {
28
28
  OdspContainerServices,
29
29
  OdspMember,
30
30
  TokenResponse
31
+ // #endregion
31
32
  } 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/beta.d.ts CHANGED
@@ -19,7 +19,7 @@
19
19
  */
20
20
 
21
21
  export {
22
- // @beta APIs
22
+ // #region @beta APIs
23
23
  IOdspAudience,
24
24
  IOdspTokenProvider,
25
25
  OdspClient,
@@ -28,4 +28,5 @@ export {
28
28
  OdspContainerServices,
29
29
  OdspMember,
30
30
  TokenResponse
31
+ // #endregion
31
32
  } 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/odsp-client",
3
- "version": "2.60.0",
3
+ "version": "2.61.0-355054",
4
4
  "description": "A tool to enable creation and loading of Fluid containers using the ODSP service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,32 +69,32 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/container-definitions": "~2.60.0",
73
- "@fluidframework/container-loader": "~2.60.0",
74
- "@fluidframework/core-interfaces": "~2.60.0",
75
- "@fluidframework/core-utils": "~2.60.0",
76
- "@fluidframework/driver-definitions": "~2.60.0",
77
- "@fluidframework/fluid-static": "~2.60.0",
78
- "@fluidframework/map": "~2.60.0",
79
- "@fluidframework/odsp-doclib-utils": "~2.60.0",
80
- "@fluidframework/odsp-driver": "~2.60.0",
81
- "@fluidframework/odsp-driver-definitions": "~2.60.0",
82
- "@fluidframework/telemetry-utils": "~2.60.0",
72
+ "@fluidframework/container-definitions": "2.61.0-355054",
73
+ "@fluidframework/container-loader": "2.61.0-355054",
74
+ "@fluidframework/core-interfaces": "2.61.0-355054",
75
+ "@fluidframework/core-utils": "2.61.0-355054",
76
+ "@fluidframework/driver-definitions": "2.61.0-355054",
77
+ "@fluidframework/fluid-static": "2.61.0-355054",
78
+ "@fluidframework/map": "2.61.0-355054",
79
+ "@fluidframework/odsp-doclib-utils": "2.61.0-355054",
80
+ "@fluidframework/odsp-driver": "2.61.0-355054",
81
+ "@fluidframework/odsp-driver-definitions": "2.61.0-355054",
82
+ "@fluidframework/telemetry-utils": "2.61.0-355054",
83
83
  "uuid": "^11.1.0"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.17.1",
87
87
  "@biomejs/biome": "~1.9.3",
88
- "@fluid-internal/mocha-test-setup": "~2.60.0",
89
- "@fluid-tools/build-cli": "^0.57.0",
88
+ "@fluid-internal/mocha-test-setup": "2.61.0-355054",
89
+ "@fluid-tools/build-cli": "^0.58.2",
90
90
  "@fluidframework/build-common": "^2.0.3",
91
- "@fluidframework/build-tools": "^0.57.0",
91
+ "@fluidframework/build-tools": "^0.58.2",
92
92
  "@fluidframework/eslint-config-fluid": "^6.0.0",
93
- "@fluidframework/test-utils": "~2.60.0",
94
- "@microsoft/api-extractor": "7.52.8",
93
+ "@fluidframework/test-utils": "2.61.0-355054",
94
+ "@microsoft/api-extractor": "7.52.11",
95
95
  "@types/mocha": "^10.0.10",
96
96
  "@types/node": "^18.19.0",
97
- "c8": "^8.0.1",
97
+ "c8": "^10.1.3",
98
98
  "concurrently": "^8.2.1",
99
99
  "copyfiles": "^2.4.1",
100
100
  "cross-env": "^7.0.3",
@@ -110,8 +110,8 @@
110
110
  },
111
111
  "scripts": {
112
112
  "api": "fluid-build . --task api",
113
- "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
114
- "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
113
+ "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
114
+ "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
115
115
  "build": "fluid-build . --task build",
116
116
  "build:commonjs": "fluid-build . --task commonjs",
117
117
  "build:compile": "fluid-build . --task compile",
@@ -139,8 +139,8 @@
139
139
  "lint:fix": "fluid-build . --task eslint:fix --task format",
140
140
  "test": "npm run test:mocha",
141
141
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
142
- "test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --timeout 10000",
143
- "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --timeout 10000",
142
+ "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
143
+ "test:mocha:esm": "mocha",
144
144
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
145
145
  }
146
146
  }