@fluidframework/tinylicious-driver 2.70.0-361788 → 2.71.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/tinylicious-driver
2
2
 
3
+ ## 2.71.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.70.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.63.0
4
12
 
5
13
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-driver",
3
- "version": "2.70.0-361788",
3
+ "version": "2.71.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.70.0-361788",
50
- "@fluidframework/driver-definitions": "2.70.0-361788",
51
- "@fluidframework/driver-utils": "2.70.0-361788",
52
- "@fluidframework/routerlicious-driver": "2.70.0-361788",
49
+ "@fluidframework/core-interfaces": "~2.71.0",
50
+ "@fluidframework/driver-definitions": "~2.71.0",
51
+ "@fluidframework/driver-utils": "~2.71.0",
52
+ "@fluidframework/routerlicious-driver": "~2.71.0",
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.70.0-361788",
59
+ "@fluid-internal/mocha-test-setup": "~2.71.0",
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",
63
- "@fluidframework/eslint-config-fluid": "^6.1.0",
64
- "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.63.0",
63
+ "@fluidframework/eslint-config-fluid": "^7.0.0",
64
+ "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.70.0",
65
65
  "@microsoft/api-extractor": "7.52.11",
66
66
  "@types/jsrsasign": "^10.5.12",
67
67
  "@types/mocha": "^10.0.10",
@@ -101,8 +101,8 @@
101
101
  "check:format": "npm run check:biome",
102
102
  "ci:build:docs": "api-extractor run",
103
103
  "clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
104
- "eslint": "eslint --format stylish src",
105
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
104
+ "eslint": "eslint --quiet --format stylish src",
105
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
106
106
  "format": "npm run format:biome",
107
107
  "format:biome": "biome check . --write",
108
108
  "lint": "fluid-build . --task lint",