fluid-framework 2.0.0-internal.1.4.4 → 2.0.0-internal.2.0.1
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 +11 -106
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.0.0-internal.
|
|
3
|
+
"version": "2.0.0-internal.2.0.1",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"typetests:gen": "fluid-type-validator -g -d ."
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.
|
|
39
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.
|
|
40
|
-
"@fluidframework/fluid-static": ">=2.0.0-internal.
|
|
41
|
-
"@fluidframework/map": ">=2.0.0-internal.
|
|
42
|
-
"@fluidframework/sequence": ">=2.0.0-internal.
|
|
38
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0",
|
|
39
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0",
|
|
40
|
+
"@fluidframework/fluid-static": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0",
|
|
41
|
+
"@fluidframework/map": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0",
|
|
42
|
+
"@fluidframework/sequence": ">=2.0.0-internal.2.0.1 <2.0.0-internal.3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@fluidframework/build-common": "^1.0.0",
|
|
46
|
-
"@fluidframework/build-tools": "^0.4.
|
|
46
|
+
"@fluidframework/build-tools": "^0.4.6000",
|
|
47
47
|
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
|
48
48
|
"@microsoft/api-extractor": "^7.22.2",
|
|
49
49
|
"@rushstack/eslint-config": "^2.5.1",
|
|
@@ -52,108 +52,13 @@
|
|
|
52
52
|
"copyfiles": "^2.4.1",
|
|
53
53
|
"cross-env": "^7.0.2",
|
|
54
54
|
"eslint": "~8.6.0",
|
|
55
|
-
"fluid-framework-previous": "npm:fluid-framework
|
|
55
|
+
"fluid-framework-previous": "npm:fluid-framework@2.0.0-internal.2.0.0",
|
|
56
56
|
"rimraf": "^2.6.2",
|
|
57
57
|
"typescript": "~4.5.5",
|
|
58
58
|
"typescript-formatter": "7.1.0"
|
|
59
59
|
},
|
|
60
60
|
"typeValidation": {
|
|
61
|
-
"version": "2.0.0",
|
|
62
|
-
"broken": {
|
|
63
|
-
"ClassDeclaration_IntervalCollection": {
|
|
64
|
-
"backCompat": false
|
|
65
|
-
},
|
|
66
|
-
"ClassDeclaration_SequenceInterval": {
|
|
67
|
-
"backCompat": false
|
|
68
|
-
},
|
|
69
|
-
"InterfaceDeclaration_ISharedString": {
|
|
70
|
-
"backCompat": false
|
|
71
|
-
},
|
|
72
|
-
"ClassDeclaration_SequenceEvent": {
|
|
73
|
-
"backCompat": false
|
|
74
|
-
},
|
|
75
|
-
"ClassDeclaration_SequenceDeltaEvent": {
|
|
76
|
-
"backCompat": false
|
|
77
|
-
},
|
|
78
|
-
"ClassDeclaration_SequenceMaintenanceEvent": {
|
|
79
|
-
"backCompat": false
|
|
80
|
-
},
|
|
81
|
-
"ClassDeclaration_SharedString": {
|
|
82
|
-
"backCompat": false
|
|
83
|
-
},
|
|
84
|
-
"ClassDeclaration_SharedNumberSequence": {
|
|
85
|
-
"backCompat": false
|
|
86
|
-
},
|
|
87
|
-
"ClassDeclaration_SharedObjectSequence": {
|
|
88
|
-
"backCompat": false
|
|
89
|
-
},
|
|
90
|
-
"ClassDeclaration_SharedSegmentSequence": {
|
|
91
|
-
"backCompat": false
|
|
92
|
-
},
|
|
93
|
-
"ClassDeclaration_SharedSequence": {
|
|
94
|
-
"backCompat": false
|
|
95
|
-
},
|
|
96
|
-
"TypeAliasDeclaration_SharedStringSegment": {
|
|
97
|
-
"backCompat": false
|
|
98
|
-
},
|
|
99
|
-
"ClassDeclaration_SparseMatrix": {
|
|
100
|
-
"backCompat": false
|
|
101
|
-
},
|
|
102
|
-
"RemovedEnumDeclaration_ConnectionState": {
|
|
103
|
-
"forwardCompat": false,
|
|
104
|
-
"backCompat": false
|
|
105
|
-
},
|
|
106
|
-
"EnumDeclaration_ConnectionState": {
|
|
107
|
-
"forwardCompat": false
|
|
108
|
-
},
|
|
109
|
-
"RemovedInterfaceDeclaration_IDirectoryClearOperation": {
|
|
110
|
-
"forwardCompat": false,
|
|
111
|
-
"backCompat": false
|
|
112
|
-
},
|
|
113
|
-
"RemovedInterfaceDeclaration_IDirectoryCreateSubDirectoryOperation": {
|
|
114
|
-
"forwardCompat": false,
|
|
115
|
-
"backCompat": false
|
|
116
|
-
},
|
|
117
|
-
"RemovedInterfaceDeclaration_IDirectoryDeleteOperation": {
|
|
118
|
-
"forwardCompat": false,
|
|
119
|
-
"backCompat": false
|
|
120
|
-
},
|
|
121
|
-
"RemovedInterfaceDeclaration_IDirectoryDeleteSubDirectoryOperation": {
|
|
122
|
-
"forwardCompat": false,
|
|
123
|
-
"backCompat": false
|
|
124
|
-
},
|
|
125
|
-
"RemovedTypeAliasDeclaration_IDirectoryKeyOperation": {
|
|
126
|
-
"forwardCompat": false,
|
|
127
|
-
"backCompat": false
|
|
128
|
-
},
|
|
129
|
-
"RemovedInterfaceDeclaration_IDirectorySetOperation": {
|
|
130
|
-
"forwardCompat": false,
|
|
131
|
-
"backCompat": false
|
|
132
|
-
},
|
|
133
|
-
"RemovedTypeAliasDeclaration_IDirectoryStorageOperation": {
|
|
134
|
-
"forwardCompat": false,
|
|
135
|
-
"backCompat": false
|
|
136
|
-
},
|
|
137
|
-
"RemovedTypeAliasDeclaration_IDirectorySubDirectoryOperation": {
|
|
138
|
-
"forwardCompat": false,
|
|
139
|
-
"backCompat": false
|
|
140
|
-
},
|
|
141
|
-
"RemovedInterfaceDeclaration_ILocalValue": {
|
|
142
|
-
"forwardCompat": false,
|
|
143
|
-
"backCompat": false
|
|
144
|
-
},
|
|
145
|
-
"RemovedEnumDeclaration_ContainerErrorType": {
|
|
146
|
-
"forwardCompat": false,
|
|
147
|
-
"backCompat": false
|
|
148
|
-
},
|
|
149
|
-
"RemovedEnumDeclaration_DriverErrorType": {
|
|
150
|
-
"forwardCompat": false,
|
|
151
|
-
"backCompat": false
|
|
152
|
-
},
|
|
153
|
-
"RemovedTypeAliasDeclaration_ICriticalContainerError": {
|
|
154
|
-
"forwardCompat": false,
|
|
155
|
-
"backCompat": false
|
|
156
|
-
}
|
|
157
|
-
}
|
|
61
|
+
"version": "2.0.0-internal.2.0.1",
|
|
62
|
+
"broken": {}
|
|
158
63
|
}
|
|
159
|
-
}
|
|
64
|
+
}
|