@fluidframework/runtime-definitions 2.0.0-internal.6.3.0 → 2.0.0-internal.6.3.2
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 +6 -123
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/runtime-definitions",
|
|
3
|
-
"version": "2.0.0-internal.6.3.
|
|
3
|
+
"version": "2.0.0-internal.6.3.2",
|
|
4
4
|
"description": "Fluid Runtime definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"types": "dist/index.d.ts",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.6.3.
|
|
18
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.
|
|
19
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.
|
|
17
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
18
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
19
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
20
20
|
"@fluidframework/protocol-definitions": "^1.1.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@fluidframework/build-common": "^2.0.0",
|
|
25
25
|
"@fluidframework/build-tools": "^0.22.0",
|
|
26
26
|
"@fluidframework/eslint-config-fluid": "^2.1.0",
|
|
27
|
-
"@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.6.
|
|
27
|
+
"@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.6.3.1",
|
|
28
28
|
"@microsoft/api-extractor": "^7.34.4",
|
|
29
29
|
"copyfiles": "^2.4.1",
|
|
30
30
|
"eslint": "~8.6.0",
|
|
@@ -34,124 +34,7 @@
|
|
|
34
34
|
"typescript": "~4.5.5"
|
|
35
35
|
},
|
|
36
36
|
"typeValidation": {
|
|
37
|
-
"broken": {
|
|
38
|
-
"RemovedTypeAliasDeclaration_CompressedId": {
|
|
39
|
-
"forwardCompat": false,
|
|
40
|
-
"backCompat": false
|
|
41
|
-
},
|
|
42
|
-
"RemovedTypeAliasDeclaration_FinalCompressedId": {
|
|
43
|
-
"forwardCompat": false,
|
|
44
|
-
"backCompat": false
|
|
45
|
-
},
|
|
46
|
-
"InterfaceDeclaration_IIdCompressorCore": {
|
|
47
|
-
"backCompat": false
|
|
48
|
-
},
|
|
49
|
-
"InterfaceDeclaration_IdCreationRange": {
|
|
50
|
-
"forwardCompat": false,
|
|
51
|
-
"backCompat": false
|
|
52
|
-
},
|
|
53
|
-
"RemovedInterfaceDeclaration_IdCreationRange.HasOverrides": {
|
|
54
|
-
"forwardCompat": false,
|
|
55
|
-
"backCompat": false
|
|
56
|
-
},
|
|
57
|
-
"RemovedTypeAliasDeclaration_IdCreationRange.Ids": {
|
|
58
|
-
"forwardCompat": false,
|
|
59
|
-
"backCompat": false
|
|
60
|
-
},
|
|
61
|
-
"RemovedTypeAliasDeclaration_IdCreationRange.Override": {
|
|
62
|
-
"forwardCompat": false,
|
|
63
|
-
"backCompat": false
|
|
64
|
-
},
|
|
65
|
-
"RemovedTypeAliasDeclaration_IdCreationRange.Overrides": {
|
|
66
|
-
"forwardCompat": false,
|
|
67
|
-
"backCompat": false
|
|
68
|
-
},
|
|
69
|
-
"RemovedTypeAliasDeclaration_IdCreationRangeWithStashedState": {
|
|
70
|
-
"forwardCompat": false,
|
|
71
|
-
"backCompat": false
|
|
72
|
-
},
|
|
73
|
-
"RemovedTypeAliasDeclaration_LocalCompressedId": {
|
|
74
|
-
"forwardCompat": false,
|
|
75
|
-
"backCompat": false
|
|
76
|
-
},
|
|
77
|
-
"TypeAliasDeclaration_OpSpaceCompressedId": {
|
|
78
|
-
"backCompat": false
|
|
79
|
-
},
|
|
80
|
-
"RemovedTypeAliasDeclaration_SerializedCluster": {
|
|
81
|
-
"forwardCompat": false,
|
|
82
|
-
"backCompat": false
|
|
83
|
-
},
|
|
84
|
-
"RemovedTypeAliasDeclaration_SerializedClusterOverrides": {
|
|
85
|
-
"forwardCompat": false,
|
|
86
|
-
"backCompat": false
|
|
87
|
-
},
|
|
88
|
-
"RemovedInterfaceDeclaration_SerializedIdCompressor": {
|
|
89
|
-
"forwardCompat": false,
|
|
90
|
-
"backCompat": false
|
|
91
|
-
},
|
|
92
|
-
"RemovedInterfaceDeclaration_SerializedIdCompressorWithNoSession": {
|
|
93
|
-
"forwardCompat": false,
|
|
94
|
-
"backCompat": false
|
|
95
|
-
},
|
|
96
|
-
"RemovedInterfaceDeclaration_SerializedIdCompressorWithOngoingSession": {
|
|
97
|
-
"forwardCompat": false,
|
|
98
|
-
"backCompat": false
|
|
99
|
-
},
|
|
100
|
-
"RemovedTypeAliasDeclaration_SerializedLocalOverrides": {
|
|
101
|
-
"forwardCompat": false,
|
|
102
|
-
"backCompat": false
|
|
103
|
-
},
|
|
104
|
-
"RemovedInterfaceDeclaration_SerializedLocalState": {
|
|
105
|
-
"forwardCompat": false,
|
|
106
|
-
"backCompat": false
|
|
107
|
-
},
|
|
108
|
-
"RemovedTypeAliasDeclaration_SerializedSessionData": {
|
|
109
|
-
"forwardCompat": false,
|
|
110
|
-
"backCompat": false
|
|
111
|
-
},
|
|
112
|
-
"RemovedInterfaceDeclaration_SerializedSessionIdNormalizer": {
|
|
113
|
-
"forwardCompat": false,
|
|
114
|
-
"backCompat": false
|
|
115
|
-
},
|
|
116
|
-
"TypeAliasDeclaration_SessionSpaceCompressedId": {
|
|
117
|
-
"backCompat": false
|
|
118
|
-
},
|
|
119
|
-
"RemovedInterfaceDeclaration_SessionUnique": {
|
|
120
|
-
"forwardCompat": false,
|
|
121
|
-
"backCompat": false
|
|
122
|
-
},
|
|
123
|
-
"TypeAliasDeclaration_StableId": {
|
|
124
|
-
"backCompat": false
|
|
125
|
-
},
|
|
126
|
-
"RemovedTypeAliasDeclaration_UnackedLocalId": {
|
|
127
|
-
"forwardCompat": false,
|
|
128
|
-
"backCompat": false
|
|
129
|
-
},
|
|
130
|
-
"RemovedTypeAliasDeclaration_UuidString": {
|
|
131
|
-
"forwardCompat": false,
|
|
132
|
-
"backCompat": false
|
|
133
|
-
},
|
|
134
|
-
"RemovedInterfaceDeclaration_VersionedSerializedIdCompressor": {
|
|
135
|
-
"forwardCompat": false,
|
|
136
|
-
"backCompat": false
|
|
137
|
-
},
|
|
138
|
-
"TypeAliasDeclaration_IdCreationRangeWithStashedState": {
|
|
139
|
-
"forwardCompat": false,
|
|
140
|
-
"backCompat": false
|
|
141
|
-
},
|
|
142
|
-
"InterfaceDeclaration_IFluidDataStoreContext": {
|
|
143
|
-
"backCompat": false
|
|
144
|
-
},
|
|
145
|
-
"InterfaceDeclaration_IFluidDataStoreContextDetached": {
|
|
146
|
-
"backCompat": false
|
|
147
|
-
},
|
|
148
|
-
"InterfaceDeclaration_IIdCompressor": {
|
|
149
|
-
"backCompat": false
|
|
150
|
-
},
|
|
151
|
-
"TypeAliasDeclaration_SessionId": {
|
|
152
|
-
"backCompat": false
|
|
153
|
-
}
|
|
154
|
-
}
|
|
37
|
+
"broken": {}
|
|
155
38
|
},
|
|
156
39
|
"scripts": {
|
|
157
40
|
"build": "fluid-build . --task build",
|