@fluidframework/tinylicious-driver 2.62.0-356644 → 2.63.0-358419
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/CHANGELOG.md +4 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tinylicious-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.63.0-358419",
|
|
4
4
|
"description": "Driver for tinylicious",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"main": "lib/index.js",
|
|
47
47
|
"types": "lib/public.d.ts",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@fluidframework/core-interfaces": "2.
|
|
50
|
-
"@fluidframework/driver-definitions": "2.
|
|
51
|
-
"@fluidframework/driver-utils": "2.
|
|
52
|
-
"@fluidframework/routerlicious-driver": "2.
|
|
49
|
+
"@fluidframework/core-interfaces": "2.63.0-358419",
|
|
50
|
+
"@fluidframework/driver-definitions": "2.63.0-358419",
|
|
51
|
+
"@fluidframework/driver-utils": "2.63.0-358419",
|
|
52
|
+
"@fluidframework/routerlicious-driver": "2.63.0-358419",
|
|
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": "2.
|
|
59
|
+
"@fluid-internal/mocha-test-setup": "2.63.0-358419",
|
|
60
60
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
61
61
|
"@fluidframework/build-common": "^2.0.3",
|
|
62
62
|
"@fluidframework/build-tools": "^0.58.3",
|
|
@@ -109,7 +109,7 @@
|
|
|
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": "cross-env
|
|
112
|
+
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
|
|
113
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",
|