@fluidframework/local-driver 2.0.0-internal.6.1.1 → 2.0.0-internal.6.2.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 (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +4 -3
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/local-driver
2
2
 
3
+ ## 2.0.0-internal.6.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.6.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -11,9 +11,10 @@ When taking a dependency on a Fluid Framework library, we recommend using a `^`
11
11
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
12
12
  library consumers should always prefer `^`.
13
13
 
14
- Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
15
- scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
16
- [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
14
+ Note that when depending on a library version of the form `2.0.0-internal.x.y.z`, called the Fluid internal version scheme,
15
+ you must use a `>= <` dependency range (such as `>=2.0.0-internal.x.y.z <2.0.0-internal.w.0.0` where `w` is `x+1`).
16
+ Standard `^` and `~` ranges will not work as expected.
17
+ See the [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
17
18
  package for more information including tools to convert between version schemes.
18
19
 
19
20
  <!-- prettier-ignore-end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/local-driver",
3
- "version": "2.0.0-internal.6.1.1",
3
+ "version": "2.0.0-internal.6.2.0",
4
4
  "description": "Fluid local driver",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -38,30 +38,30 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@fluidframework/common-utils": "^1.1.1",
41
- "@fluidframework/core-interfaces": ">=2.0.0-internal.6.1.1 <2.0.0-internal.6.2.0",
42
- "@fluidframework/driver-base": ">=2.0.0-internal.6.1.1 <2.0.0-internal.6.2.0",
43
- "@fluidframework/driver-definitions": ">=2.0.0-internal.6.1.1 <2.0.0-internal.6.2.0",
44
- "@fluidframework/driver-utils": ">=2.0.0-internal.6.1.1 <2.0.0-internal.6.2.0",
41
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
42
+ "@fluidframework/driver-base": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
43
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
44
+ "@fluidframework/driver-utils": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
45
45
  "@fluidframework/protocol-base": "^1.0.0",
46
46
  "@fluidframework/protocol-definitions": "^1.1.0",
47
- "@fluidframework/routerlicious-driver": ">=2.0.0-internal.6.1.1 <2.0.0-internal.6.2.0",
47
+ "@fluidframework/routerlicious-driver": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
48
48
  "@fluidframework/server-local-server": "^1.0.0",
49
49
  "@fluidframework/server-services-client": "^1.0.0",
50
50
  "@fluidframework/server-services-core": "^1.0.0",
51
51
  "@fluidframework/server-test-utils": "^1.0.0",
52
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.6.1.1 <2.0.0-internal.6.2.0",
52
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
53
53
  "events": "^3.1.0",
54
54
  "jsrsasign": "^10.5.25",
55
55
  "url": "^0.11.0",
56
- "uuid": "^8.3.1"
56
+ "uuid": "^9.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@fluid-tools/build-cli": "^0.22.0",
59
+ "@fluid-tools/build-cli": "^0.23.0",
60
60
  "@fluidframework/build-common": "^2.0.0",
61
- "@fluidframework/build-tools": "^0.22.0",
62
- "@fluidframework/eslint-config-fluid": "^2.0.0",
63
- "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.6.0.0",
64
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.1.1 <2.0.0-internal.6.2.0",
61
+ "@fluidframework/build-tools": "^0.23.0",
62
+ "@fluidframework/eslint-config-fluid": "^2.1.0",
63
+ "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.6.1.1",
64
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
65
65
  "@microsoft/api-extractor": "^7.34.4",
66
66
  "@types/jsrsasign": "^8.0.8",
67
67
  "@types/mocha": "^9.1.1",
@@ -102,7 +102,7 @@
102
102
  "test": "npm run test:mocha",
103
103
  "test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml",
104
104
  "test:mocha": "mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict",
105
- "test:mocha:multireport": "cross-env FLUID_TEST_MULTIREPORT=1 npm run test:mocha",
105
+ "test:mocha:multireport": "npm run test:mocha",
106
106
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
107
107
  "tsc": "tsc",
108
108
  "typetests:gen": "fluid-type-test-generator",