@fluidframework/local-driver 2.0.0-internal.5.0.1 → 2.0.0-internal.5.1.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/local-driver
2
2
 
3
+ ## 2.0.0-internal.5.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.5.0.0
4
8
 
5
9
  Dependency updates only.
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.34.9"
9
+ }
10
+ ]
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/local-driver",
3
- "version": "2.0.0-internal.5.0.1",
3
+ "version": "2.0.0-internal.5.1.0",
4
4
  "description": "Fluid local driver",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -39,30 +39,30 @@
39
39
  "dependencies": {
40
40
  "@fluidframework/common-definitions": "^0.20.1",
41
41
  "@fluidframework/common-utils": "^1.1.1",
42
- "@fluidframework/core-interfaces": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
43
- "@fluidframework/driver-base": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
44
- "@fluidframework/driver-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
45
- "@fluidframework/driver-utils": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
42
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
43
+ "@fluidframework/driver-base": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
44
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
45
+ "@fluidframework/driver-utils": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
46
46
  "@fluidframework/protocol-base": "^0.1039.1000",
47
47
  "@fluidframework/protocol-definitions": "^1.1.0",
48
- "@fluidframework/routerlicious-driver": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
48
+ "@fluidframework/routerlicious-driver": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
49
49
  "@fluidframework/server-local-server": "^0.1039.1000",
50
50
  "@fluidframework/server-services-client": "^0.1039.1000",
51
51
  "@fluidframework/server-services-core": "^0.1039.1000",
52
52
  "@fluidframework/server-test-utils": "^0.1039.1000",
53
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
53
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
54
54
  "events": "^3.1.0",
55
55
  "jsrsasign": "^10.5.25",
56
56
  "url": "^0.11.0",
57
57
  "uuid": "^8.3.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@fluid-tools/build-cli": "^0.18.2",
61
- "@fluidframework/build-common": "^1.1.0",
62
- "@fluidframework/build-tools": "^0.18.2",
60
+ "@fluid-tools/build-cli": "^0.19.0",
61
+ "@fluidframework/build-common": "^1.2.0",
62
+ "@fluidframework/build-tools": "^0.19.0",
63
63
  "@fluidframework/eslint-config-fluid": "^2.0.0",
64
- "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.4.1.0",
65
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
64
+ "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.5.0.0",
65
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
66
66
  "@microsoft/api-extractor": "^7.34.4",
67
67
  "@types/jsrsasign": "^8.0.8",
68
68
  "@types/mocha": "^9.1.1",
@@ -82,20 +82,14 @@
82
82
  "typescript": "~4.5.5"
83
83
  },
84
84
  "typeValidation": {
85
- "broken": {
86
- "ClassDeclaration_LocalDocumentService": {
87
- "forwardCompat": false
88
- }
89
- }
85
+ "broken": {}
90
86
  },
91
87
  "scripts": {
92
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
93
- "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
94
- "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
88
+ "build": "fluid-build . --task build",
89
+ "build:commonjs": "fluid-build . --task commonjs",
90
+ "build:compile": "fluid-build . --task compile",
95
91
  "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
96
92
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
97
- "build:full": "npm run build",
98
- "build:full:compile": "npm run build:compile",
99
93
  "build:test": "tsc --project ./src/test/tsconfig.json",
100
94
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
101
95
  "clean": "rimraf dist lib *.tsbuildinfo *.build.log",