@fluidframework/tinylicious-driver 2.0.0-rc.3.0.2 → 2.0.0-rc.4.0.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/tinylicious-driver
2
2
 
3
+ ## 2.0.0-rc.4.0.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-rc.3.0.0
4
8
 
5
9
  ### Major Changes
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.42.3"
8
+ "packageVersion": "7.43.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-driver",
3
- "version": "2.0.0-rc.3.0.2",
3
+ "version": "2.0.0-rc.4.0.0",
4
4
  "description": "Driver for tinylicious",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -36,24 +36,24 @@
36
36
  "main": "lib/index.js",
37
37
  "types": "lib/public.d.ts",
38
38
  "dependencies": {
39
- "@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0",
40
- "@fluidframework/driver-definitions": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0",
41
- "@fluidframework/driver-utils": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0",
39
+ "@fluidframework/core-interfaces": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
40
+ "@fluidframework/driver-definitions": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
41
+ "@fluidframework/driver-utils": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
42
42
  "@fluidframework/protocol-definitions": "^3.2.0",
43
- "@fluidframework/routerlicious-driver": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0",
43
+ "@fluidframework/routerlicious-driver": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
44
44
  "jsrsasign": "^11.0.0",
45
45
  "uuid": "^9.0.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@arethetypeswrong/cli": "^0.15.2",
49
49
  "@biomejs/biome": "^1.6.2",
50
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.2 <2.0.0-rc.3.1.0",
51
- "@fluid-tools/build-cli": "^0.37.0",
50
+ "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
51
+ "@fluid-tools/build-cli": "^0.38.0",
52
52
  "@fluidframework/build-common": "^2.0.3",
53
- "@fluidframework/build-tools": "^0.37.0",
53
+ "@fluidframework/build-tools": "^0.38.0",
54
54
  "@fluidframework/eslint-config-fluid": "^5.1.0",
55
- "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.0.0-internal.8.0.0",
56
- "@microsoft/api-extractor": "^7.42.3",
55
+ "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.0.0-rc.3.0.0",
56
+ "@microsoft/api-extractor": "^7.43.1",
57
57
  "@types/jsrsasign": "^10.5.12",
58
58
  "@types/mocha": "^9.1.1",
59
59
  "@types/node": "^18.19.0",
@@ -98,7 +98,7 @@
98
98
  "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
99
99
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
100
100
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
101
- "typetests:gen": "fluid-type-test-generator",
101
+ "typetests:gen": "flub generate typetests --dir . -v --publicFallback",
102
102
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
103
103
  }
104
104
  }