@fluidframework/datastore-definitions 0.58.2002 → 0.59.1000
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 +10 -118
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore-definitions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.59.1000",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -14,15 +14,11 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"types": "dist/index.d.ts",
|
|
16
16
|
"scripts": {
|
|
17
|
-
"build": "
|
|
17
|
+
"build": "concurrently npm:build:compile npm:lint && npm run build:docs",
|
|
18
18
|
"build:compile": "npm run tsc && npm run build:test",
|
|
19
19
|
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
|
|
20
20
|
"build:full": "npm run build",
|
|
21
21
|
"build:full:compile": "npm run build:compile",
|
|
22
|
-
"build:gen": "npm run build:gen:typetests",
|
|
23
|
-
"build:gen:bump": "npm run build:gen:typetests:prepare",
|
|
24
|
-
"build:gen:typetests": "fluid-type-validator -d .",
|
|
25
|
-
"build:gen:typetests:prepare": "fluid-type-validator -d . -p",
|
|
26
22
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
27
23
|
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
|
|
28
24
|
"clean": "rimraf dist *.tsbuildinfo *.build.log",
|
|
@@ -37,23 +33,16 @@
|
|
|
37
33
|
"dependencies": {
|
|
38
34
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
39
35
|
"@fluidframework/common-utils": "^0.32.1",
|
|
40
|
-
"@fluidframework/container-definitions": "^0.
|
|
41
|
-
"@fluidframework/core-interfaces": "^0.
|
|
42
|
-
"@fluidframework/protocol-definitions": "^0.
|
|
43
|
-
"@fluidframework/runtime-definitions": "^0.
|
|
36
|
+
"@fluidframework/container-definitions": "^0.48.1000",
|
|
37
|
+
"@fluidframework/core-interfaces": "^0.43.1000",
|
|
38
|
+
"@fluidframework/protocol-definitions": "^0.1028.1000",
|
|
39
|
+
"@fluidframework/runtime-definitions": "^0.59.1000",
|
|
44
40
|
"@types/node": "^14.18.0"
|
|
45
41
|
},
|
|
46
42
|
"devDependencies": {
|
|
47
43
|
"@fluidframework/build-common": "^0.23.0",
|
|
48
|
-
"@fluidframework/
|
|
49
|
-
"@fluidframework/
|
|
50
|
-
"@fluidframework/datastore-definitions-0.52.0": "npm:@fluidframework/datastore-definitions@0.52.0",
|
|
51
|
-
"@fluidframework/datastore-definitions-0.53.0": "npm:@fluidframework/datastore-definitions@0.53.0",
|
|
52
|
-
"@fluidframework/datastore-definitions-0.54.0": "npm:@fluidframework/datastore-definitions@0.54.0",
|
|
53
|
-
"@fluidframework/datastore-definitions-0.55.0": "npm:@fluidframework/datastore-definitions@0.55.0",
|
|
54
|
-
"@fluidframework/datastore-definitions-0.56.0": "npm:@fluidframework/datastore-definitions@0.56.0",
|
|
55
|
-
"@fluidframework/datastore-definitions-0.57.0": "npm:@fluidframework/datastore-definitions@0.57.0",
|
|
56
|
-
"@fluidframework/eslint-config-fluid": "^0.27.0",
|
|
44
|
+
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@^0.58.0",
|
|
45
|
+
"@fluidframework/eslint-config-fluid": "^0.28.1000",
|
|
57
46
|
"@microsoft/api-extractor": "^7.16.1",
|
|
58
47
|
"@rushstack/eslint-config": "^2.5.1",
|
|
59
48
|
"@typescript-eslint/eslint-plugin": "~5.9.0",
|
|
@@ -72,104 +61,7 @@
|
|
|
72
61
|
"typescript-formatter": "7.1.0"
|
|
73
62
|
},
|
|
74
63
|
"typeValidation": {
|
|
75
|
-
"version": "0.
|
|
76
|
-
"broken": {
|
|
77
|
-
"0.51.1": {
|
|
78
|
-
"InterfaceDeclaration_IChannel": {
|
|
79
|
-
"backCompat": false,
|
|
80
|
-
"forwardCompat": false
|
|
81
|
-
},
|
|
82
|
-
"InterfaceDeclaration_IChannelFactory": {
|
|
83
|
-
"backCompat": false,
|
|
84
|
-
"forwardCompat": false
|
|
85
|
-
},
|
|
86
|
-
"InterfaceDeclaration_IFluidDataStoreRuntime": {
|
|
87
|
-
"backCompat": false,
|
|
88
|
-
"forwardCompat": false
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"0.52.0": {
|
|
92
|
-
"InterfaceDeclaration_IChannel": {
|
|
93
|
-
"backCompat": false,
|
|
94
|
-
"forwardCompat": false
|
|
95
|
-
},
|
|
96
|
-
"InterfaceDeclaration_IChannelFactory": {
|
|
97
|
-
"backCompat": false,
|
|
98
|
-
"forwardCompat": false
|
|
99
|
-
},
|
|
100
|
-
"InterfaceDeclaration_IFluidDataStoreRuntime": {
|
|
101
|
-
"backCompat": false,
|
|
102
|
-
"forwardCompat": false
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"0.53.0": {
|
|
106
|
-
"InterfaceDeclaration_IChannel": {
|
|
107
|
-
"backCompat": false,
|
|
108
|
-
"forwardCompat": false
|
|
109
|
-
},
|
|
110
|
-
"InterfaceDeclaration_IChannelFactory": {
|
|
111
|
-
"backCompat": false,
|
|
112
|
-
"forwardCompat": false
|
|
113
|
-
},
|
|
114
|
-
"InterfaceDeclaration_IFluidDataStoreRuntime": {
|
|
115
|
-
"backCompat": false,
|
|
116
|
-
"forwardCompat": false
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"0.54.0": {
|
|
120
|
-
"InterfaceDeclaration_IChannel": {
|
|
121
|
-
"backCompat": false,
|
|
122
|
-
"forwardCompat": false
|
|
123
|
-
},
|
|
124
|
-
"InterfaceDeclaration_IChannelFactory": {
|
|
125
|
-
"backCompat": false,
|
|
126
|
-
"forwardCompat": false
|
|
127
|
-
},
|
|
128
|
-
"InterfaceDeclaration_IChannelServices": {
|
|
129
|
-
"backCompat": false,
|
|
130
|
-
"forwardCompat": false
|
|
131
|
-
},
|
|
132
|
-
"InterfaceDeclaration_IDeltaConnection": {
|
|
133
|
-
"backCompat": false,
|
|
134
|
-
"forwardCompat": false
|
|
135
|
-
},
|
|
136
|
-
"InterfaceDeclaration_IFluidDataStoreRuntime": {
|
|
137
|
-
"backCompat": false,
|
|
138
|
-
"forwardCompat": false
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"0.55.0": {
|
|
142
|
-
"InterfaceDeclaration_IChannel": {
|
|
143
|
-
"backCompat": false,
|
|
144
|
-
"forwardCompat": false
|
|
145
|
-
},
|
|
146
|
-
"InterfaceDeclaration_IChannelFactory": {
|
|
147
|
-
"backCompat": false,
|
|
148
|
-
"forwardCompat": false
|
|
149
|
-
},
|
|
150
|
-
"InterfaceDeclaration_IChannelServices": {
|
|
151
|
-
"backCompat": false,
|
|
152
|
-
"forwardCompat": false
|
|
153
|
-
},
|
|
154
|
-
"InterfaceDeclaration_IDeltaConnection": {
|
|
155
|
-
"backCompat": false,
|
|
156
|
-
"forwardCompat": false
|
|
157
|
-
},
|
|
158
|
-
"InterfaceDeclaration_IFluidDataStoreRuntime": {
|
|
159
|
-
"backCompat": false,
|
|
160
|
-
"forwardCompat": false
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"0.56.0": {
|
|
164
|
-
"InterfaceDeclaration_IChannelFactory": {
|
|
165
|
-
"backCompat": false,
|
|
166
|
-
"forwardCompat": false
|
|
167
|
-
},
|
|
168
|
-
"InterfaceDeclaration_IFluidDataStoreRuntime": {
|
|
169
|
-
"backCompat": false,
|
|
170
|
-
"forwardCompat": false
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
}
|
|
64
|
+
"version": "0.59.1000",
|
|
65
|
+
"broken": {}
|
|
174
66
|
}
|
|
175
67
|
}
|