@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 +1 -2
- package/beta.d.ts +1 -1
- package/dist/beta.d.ts +2 -1
- package/internal.d.ts +1 -1
- package/lib/beta.d.ts +2 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +22 -22
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
|
|
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
package/dist/beta.d.ts
CHANGED
package/internal.d.ts
CHANGED
package/lib/beta.d.ts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-client",
|
|
3
|
-
"version": "2.
|
|
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": "
|
|
73
|
-
"@fluidframework/container-loader": "
|
|
74
|
-
"@fluidframework/core-interfaces": "
|
|
75
|
-
"@fluidframework/core-utils": "
|
|
76
|
-
"@fluidframework/driver-definitions": "
|
|
77
|
-
"@fluidframework/fluid-static": "
|
|
78
|
-
"@fluidframework/map": "
|
|
79
|
-
"@fluidframework/odsp-doclib-utils": "
|
|
80
|
-
"@fluidframework/odsp-driver": "
|
|
81
|
-
"@fluidframework/odsp-driver-definitions": "
|
|
82
|
-
"@fluidframework/telemetry-utils": "
|
|
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": "
|
|
89
|
-
"@fluid-tools/build-cli": "^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.
|
|
91
|
+
"@fluidframework/build-tools": "^0.58.2",
|
|
92
92
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
93
|
-
"@fluidframework/test-utils": "
|
|
94
|
-
"@microsoft/api-extractor": "7.52.
|
|
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": "^
|
|
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": "
|
|
143
|
-
"test:mocha:esm": "mocha
|
|
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
|
}
|