@fluidframework/container-definitions 0.47.1000 → 0.48.1000-59255
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/package.json +17 -7
package/package.json
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-definitions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.1000-59255",
|
|
4
4
|
"description": "Fluid container definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
|
-
"repository":
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/microsoft/FluidFramework.git",
|
|
9
|
+
"directory": "common/lib/container-definitions"
|
|
10
|
+
},
|
|
7
11
|
"license": "MIT",
|
|
8
12
|
"author": "Microsoft and contributors",
|
|
9
13
|
"sideEffects": false,
|
|
@@ -38,12 +42,12 @@
|
|
|
38
42
|
"dependencies": {
|
|
39
43
|
"@fluidframework/common-definitions": "^0.20.0",
|
|
40
44
|
"@fluidframework/core-interfaces": "^0.42.0",
|
|
41
|
-
"@fluidframework/driver-definitions": "^0.
|
|
42
|
-
"@fluidframework/protocol-definitions": "^0.
|
|
45
|
+
"@fluidframework/driver-definitions": "^0.46.1000-0",
|
|
46
|
+
"@fluidframework/protocol-definitions": "^0.1028.1000-0"
|
|
43
47
|
},
|
|
44
48
|
"devDependencies": {
|
|
45
49
|
"@fluidframework/build-common": "^0.23.0",
|
|
46
|
-
"@fluidframework/build-tools": "^0.2.
|
|
50
|
+
"@fluidframework/build-tools": "^0.2.58041",
|
|
47
51
|
"@fluidframework/container-definitions-0.39.8": "npm:@fluidframework/container-definitions@0.39.8",
|
|
48
52
|
"@fluidframework/container-definitions-0.40.0": "npm:@fluidframework/container-definitions@0.40.0",
|
|
49
53
|
"@fluidframework/container-definitions-0.41.0": "npm:@fluidframework/container-definitions@0.41.0",
|
|
@@ -52,7 +56,8 @@
|
|
|
52
56
|
"@fluidframework/container-definitions-0.44.0": "npm:@fluidframework/container-definitions@0.44.0",
|
|
53
57
|
"@fluidframework/container-definitions-0.45.0": "npm:@fluidframework/container-definitions@0.45.0",
|
|
54
58
|
"@fluidframework/container-definitions-0.46.0": "npm:@fluidframework/container-definitions@0.46.0",
|
|
55
|
-
"@fluidframework/
|
|
59
|
+
"@fluidframework/container-definitions-0.47.1000": "npm:@fluidframework/container-definitions@0.47.1000",
|
|
60
|
+
"@fluidframework/eslint-config-fluid": "^0.27.0",
|
|
56
61
|
"@microsoft/api-extractor": "^7.16.1",
|
|
57
62
|
"@rushstack/eslint-config": "^2.5.1",
|
|
58
63
|
"@types/mocha": "^8.2.2",
|
|
@@ -73,7 +78,7 @@
|
|
|
73
78
|
"typescript-formatter": "7.1.0"
|
|
74
79
|
},
|
|
75
80
|
"typeValidation": {
|
|
76
|
-
"version": "0.
|
|
81
|
+
"version": "0.48.1000",
|
|
77
82
|
"broken": {
|
|
78
83
|
"0.39.8": {
|
|
79
84
|
"EnumDeclaration_ContainerErrorType": {
|
|
@@ -514,6 +519,11 @@
|
|
|
514
519
|
"backCompat": false,
|
|
515
520
|
"forwardCompat": false
|
|
516
521
|
}
|
|
522
|
+
},
|
|
523
|
+
"0.47.1000": {
|
|
524
|
+
"InterfaceDeclaration_IContainerContext": {
|
|
525
|
+
"backCompat": false
|
|
526
|
+
}
|
|
517
527
|
}
|
|
518
528
|
}
|
|
519
529
|
}
|