@fluidframework/tinylicious-driver 2.13.0 → 2.21.0
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 +8 -0
- package/dist/package.json +2 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tinylicious-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
4
4
|
"description": "Driver for tinylicious",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -46,22 +46,22 @@
|
|
|
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.21.0",
|
|
50
|
+
"@fluidframework/driver-definitions": "~2.21.0",
|
|
51
|
+
"@fluidframework/driver-utils": "~2.21.0",
|
|
52
|
+
"@fluidframework/routerlicious-driver": "~2.21.0",
|
|
53
53
|
"jsrsasign": "^11.0.0",
|
|
54
54
|
"uuid": "^9.0.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.21.0",
|
|
60
60
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
61
61
|
"@fluidframework/build-common": "^2.0.3",
|
|
62
62
|
"@fluidframework/build-tools": "^0.51.0",
|
|
63
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
64
|
-
"@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.
|
|
63
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
64
|
+
"@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.20.0",
|
|
65
65
|
"@microsoft/api-extractor": "7.47.8",
|
|
66
66
|
"@types/jsrsasign": "^10.5.12",
|
|
67
67
|
"@types/mocha": "^10.0.10",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"check:format": "npm run check:biome",
|
|
104
104
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
105
105
|
"ci:build:docs": "api-extractor run",
|
|
106
|
-
"clean": "rimraf --glob dist lib
|
|
106
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
107
107
|
"eslint": "eslint --format stylish src",
|
|
108
108
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
109
109
|
"format": "npm run format:biome",
|