@fluidframework/tinylicious-driver 2.53.1 → 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/CHANGELOG.md +4 -0
- package/internal.d.ts +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +15 -15
package/.mocharc.cjs
CHANGED
package/CHANGELOG.md
CHANGED
package/internal.d.ts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tinylicious-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0-355054",
|
|
4
4
|
"description": "Driver for tinylicious",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -46,23 +46,23 @@
|
|
|
46
46
|
"main": "lib/index.js",
|
|
47
47
|
"types": "lib/public.d.ts",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@fluidframework/core-interfaces": "
|
|
50
|
-
"@fluidframework/driver-definitions": "
|
|
51
|
-
"@fluidframework/driver-utils": "
|
|
52
|
-
"@fluidframework/routerlicious-driver": "
|
|
49
|
+
"@fluidframework/core-interfaces": "2.61.0-355054",
|
|
50
|
+
"@fluidframework/driver-definitions": "2.61.0-355054",
|
|
51
|
+
"@fluidframework/driver-utils": "2.61.0-355054",
|
|
52
|
+
"@fluidframework/routerlicious-driver": "2.61.0-355054",
|
|
53
53
|
"jsrsasign": "^11.0.0",
|
|
54
54
|
"uuid": "^11.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
58
58
|
"@biomejs/biome": "~1.9.3",
|
|
59
|
-
"@fluid-internal/mocha-test-setup": "
|
|
60
|
-
"@fluid-tools/build-cli": "^0.
|
|
59
|
+
"@fluid-internal/mocha-test-setup": "2.61.0-355054",
|
|
60
|
+
"@fluid-tools/build-cli": "^0.58.2",
|
|
61
61
|
"@fluidframework/build-common": "^2.0.3",
|
|
62
|
-
"@fluidframework/build-tools": "^0.
|
|
63
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
64
|
-
"@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.
|
|
65
|
-
"@microsoft/api-extractor": "7.52.
|
|
62
|
+
"@fluidframework/build-tools": "^0.58.2",
|
|
63
|
+
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
64
|
+
"@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.60.0",
|
|
65
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
66
66
|
"@types/jsrsasign": "^10.5.12",
|
|
67
67
|
"@types/mocha": "^10.0.10",
|
|
68
68
|
"@types/node": "^18.19.0",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"api": "fluid-build . --task api",
|
|
83
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
84
|
-
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
83
|
+
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
84
|
+
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
85
85
|
"build": "fluid-build . --task build",
|
|
86
86
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
87
87
|
"build:compile": "fluid-build . --task compile",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
110
110
|
"test": "npm run test:mocha",
|
|
111
111
|
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
112
|
-
"test:mocha:cjs": "
|
|
113
|
-
"test:mocha:esm": "mocha
|
|
112
|
+
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
|
|
113
|
+
"test:mocha:esm": "mocha",
|
|
114
114
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
115
115
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
116
116
|
"typetests:gen": "flub generate typetests --dir . -v",
|