@fluidframework/runtime-definitions 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/runtime-definitions
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
  ### Major Changes
@@ -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/runtime-definitions",
3
- "version": "2.0.0-internal.5.0.1",
3
+ "version": "2.0.0-internal.5.1.0",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -16,17 +16,17 @@
16
16
  "dependencies": {
17
17
  "@fluidframework/common-definitions": "^0.20.1",
18
18
  "@fluidframework/common-utils": "^1.1.1",
19
- "@fluidframework/container-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
20
- "@fluidframework/core-interfaces": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
21
- "@fluidframework/driver-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
19
+ "@fluidframework/container-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
20
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
21
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
22
22
  "@fluidframework/protocol-definitions": "^1.1.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@fluid-tools/build-cli": "^0.18.2",
26
- "@fluidframework/build-common": "^1.1.0",
27
- "@fluidframework/build-tools": "^0.18.2",
25
+ "@fluid-tools/build-cli": "^0.19.0",
26
+ "@fluidframework/build-common": "^1.2.0",
27
+ "@fluidframework/build-tools": "^0.19.0",
28
28
  "@fluidframework/eslint-config-fluid": "^2.0.0",
29
- "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.4.1.0",
29
+ "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.5.0.0",
30
30
  "@microsoft/api-extractor": "^7.34.4",
31
31
  "concurrently": "^7.6.0",
32
32
  "copyfiles": "^2.4.1",
@@ -36,31 +36,12 @@
36
36
  "typescript": "~4.5.5"
37
37
  },
38
38
  "typeValidation": {
39
- "broken": {
40
- "RemovedInterfaceDeclaration_IGarbageCollectionNodeData": {
41
- "forwardCompat": false,
42
- "backCompat": false
43
- },
44
- "RemovedInterfaceDeclaration_IGarbageCollectionSnapshotData": {
45
- "forwardCompat": false,
46
- "backCompat": false
47
- },
48
- "RemovedInterfaceDeclaration_IGarbageCollectionState": {
49
- "forwardCompat": false,
50
- "backCompat": false
51
- },
52
- "RemovedInterfaceDeclaration_IGarbageCollectionSummaryDetailsLegacy": {
53
- "forwardCompat": false,
54
- "backCompat": false
55
- }
56
- }
39
+ "broken": {}
57
40
  },
58
41
  "scripts": {
59
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
60
- "build:compile": "npm run tsc && npm run typetests:gen && npm run build:test",
42
+ "build": "fluid-build . --task build",
43
+ "build:compile": "fluid-build . --task compile",
61
44
  "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
62
- "build:full": "npm run build",
63
- "build:full:compile": "npm run build:compile",
64
45
  "build:test": "tsc --project ./src/test/tsconfig.json",
65
46
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
66
47
  "clean": "rimraf dist *.tsbuildinfo *.build.log",