@microsoft/sp-module-interfaces 1.14.0 → 1.15.0-rc.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.
Files changed (28) hide show
  1. package/dist/index-internal-beta.d.ts +37 -48
  2. package/dist/index-internal-public.d.ts +6 -4
  3. package/dist/index-internal.d.ts +6 -4
  4. package/dist/tsdoc-metadata.json +1 -1
  5. package/lib-commonjs/index.js +6 -2
  6. package/lib-commonjs/manifestHelpers.d.ts +20 -0
  7. package/lib-commonjs/manifestHelpers.d.ts.map +1 -0
  8. package/lib-commonjs/manifestHelpers.js +29 -0
  9. package/lib-commonjs/manifestSchemaValidator.js +6 -2
  10. package/lib-commonjs/manifestSchemas/IAdaptiveCardExtensionManifest.d.ts +2 -2
  11. package/lib-commonjs/manifestSchemas/IClientSideComponentLoaderConfiguration.d.ts +21 -33
  12. package/lib-commonjs/manifestSchemas/IClientSideComponentLoaderConfiguration.d.ts.map +1 -1
  13. package/lib-commonjs/manifestSchemas/IClientSideWebPartManifest.d.ts +2 -2
  14. package/lib-commonjs/manifestSchemas/ICommandSetExtensionManifest.d.ts +1 -1
  15. package/lib-commonjs/manifestSchemas/examples/application.manifest.json +36 -36
  16. package/lib-commonjs/manifestSchemas/examples/application_1.manifest.js +36 -36
  17. package/lib-commonjs/manifestSchemas/examples/assembly.manifest.json +37 -37
  18. package/lib-commonjs/manifestSchemas/examples/assembly_1.manifest.js +36 -36
  19. package/lib-commonjs/manifestSchemas/examples/library.manifest.json +36 -36
  20. package/lib-commonjs/manifestSchemas/examples/library_1.manifest.js +36 -36
  21. package/lib-commonjs/manifestSchemas/examples/multi-version_1.manifest.js +72 -72
  22. package/lib-commonjs/manifestSchemas/examples/multi-version_1.manifest.json +36 -36
  23. package/lib-commonjs/manifestSchemas/examples/webpart.manifest.json +36 -36
  24. package/lib-commonjs/manifestSchemas/examples/webpart_1.manifest.js +36 -36
  25. package/lib-commonjs/manifestSchemas/examples/webpart_2.manifest.js +36 -36
  26. package/lib-commonjs/manifestSchemas/jsonSchemas/client-side-component-loader-configuration.schema.json +12 -18
  27. package/lib-commonjs/manifestSchemas/jsonSchemas/client-side-extension-manifest.schema.json +2 -1
  28. package/package.json +6 -2
@@ -29,7 +29,7 @@ const webpartManifest = {
29
29
  version: 'latest',
30
30
  id: '00000000-0000-0000-0000-000000000000',
31
31
  failoverPath: {
32
- default: 'script.js'
32
+ path: 'script.js'
33
33
  }
34
34
  },
35
35
  frameworkD: {
@@ -37,8 +37,8 @@ const webpartManifest = {
37
37
  version: 'latest',
38
38
  id: '00000000-0000-0000-0000-000000000000',
39
39
  failoverPath: {
40
- default: 'script.js',
41
- debug: 'script.debug.js'
40
+ path: 'script.js',
41
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
42
42
  }
43
43
  },
44
44
  frameworkE: {
@@ -59,7 +59,7 @@ const webpartManifest = {
59
59
  version: 'latest',
60
60
  id: '00000000-0000-0000-0000-000000000000',
61
61
  failoverPath: {
62
- default: 'script.js'
62
+ path: 'script.js'
63
63
  },
64
64
  shouldNotPreload: true
65
65
  },
@@ -68,8 +68,8 @@ const webpartManifest = {
68
68
  version: 'latest',
69
69
  id: '00000000-0000-0000-0000-000000000000',
70
70
  failoverPath: {
71
- default: 'script.js',
72
- debug: 'script.debug.js'
71
+ path: 'script.js',
72
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
73
73
  },
74
74
  shouldNotPreload: true
75
75
  },
@@ -91,7 +91,7 @@ const webpartManifest = {
91
91
  version: 'latest',
92
92
  id: '00000000-0000-0000-0000-000000000000',
93
93
  failoverPath: {
94
- default: 'script.js'
94
+ path: 'script.js'
95
95
  },
96
96
  shouldNotPreload: false
97
97
  },
@@ -100,8 +100,8 @@ const webpartManifest = {
100
100
  version: 'latest',
101
101
  id: '00000000-0000-0000-0000-000000000000',
102
102
  failoverPath: {
103
- default: 'script.js',
104
- debug: 'script.debug.js'
103
+ path: 'script.js',
104
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
105
105
  },
106
106
  shouldNotPreload: false
107
107
  },
@@ -112,14 +112,14 @@ const webpartManifest = {
112
112
  dependencyA: {
113
113
  type: 'path',
114
114
  path: {
115
- default: 'dependencyA.script.js',
116
- debug: 'dependencyA.debug.script.js'
115
+ path: 'dependencyA.script.js',
116
+ integrity: 'dependencyA.sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
117
117
  }
118
118
  },
119
119
  dependencyB: {
120
120
  type: 'path',
121
121
  path: {
122
- default: 'dependencyB.script.js'
122
+ path: 'dependencyB.script.js'
123
123
  }
124
124
  },
125
125
  dependencyC: {
@@ -129,15 +129,15 @@ const webpartManifest = {
129
129
  dependencyD: {
130
130
  type: 'path',
131
131
  path: {
132
- default: 'dependencyD.script.js',
133
- debug: 'dependencyD.debug.script.js'
132
+ path: 'dependencyD.script.js',
133
+ integrity: 'dependencyD.sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
134
134
  },
135
135
  shouldNotPreload: true
136
136
  },
137
137
  dependencyE: {
138
138
  type: 'path',
139
139
  path: {
140
- default: 'dependencyE.script.js'
140
+ path: 'dependencyE.script.js'
141
141
  },
142
142
  shouldNotPreload: true
143
143
  },
@@ -149,15 +149,15 @@ const webpartManifest = {
149
149
  dependencyG: {
150
150
  type: 'path',
151
151
  path: {
152
- default: 'dependencyG.script.js',
153
- debug: 'dependencyG.debug.script.js'
152
+ path: 'dependencyG.script.js',
153
+ integrity: 'dependencyG.sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
154
154
  },
155
155
  shouldNotPreload: false
156
156
  },
157
157
  dependencyH: {
158
158
  type: 'path',
159
159
  path: {
160
- default: 'dependencyH.script.js'
160
+ path: 'dependencyH.script.js'
161
161
  },
162
162
  shouldNotPreload: false
163
163
  },
@@ -173,14 +173,14 @@ const webpartManifest = {
173
173
  stringsB: {
174
174
  type: 'localizedPath',
175
175
  defaultPath: {
176
- default: 'stringsB_default.js',
177
- debug: 'stringsB_default.debug.js'
176
+ path: 'stringsB_default.js',
177
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
178
178
  }
179
179
  },
180
180
  stringsC: {
181
181
  type: 'localizedPath',
182
182
  defaultPath: {
183
- default: 'stringsC_default.js'
183
+ path: 'stringsC_default.js'
184
184
  }
185
185
  },
186
186
  stringsD: {
@@ -196,7 +196,7 @@ const webpartManifest = {
196
196
  defaultPath: 'stringsE_default.js',
197
197
  paths: {
198
198
  'en-us': {
199
- default: 'stringsE_en-us.js'
199
+ path: 'stringsE_en-us.js'
200
200
  },
201
201
  'fr-fr': 'stringsE_fr-fr.js'
202
202
  }
@@ -206,8 +206,8 @@ const webpartManifest = {
206
206
  defaultPath: 'stringsF_default.js',
207
207
  paths: {
208
208
  'en-us': {
209
- default: 'stringsF_en-us.js',
210
- debug: 'stringsF_en-us.debug.js'
209
+ path: 'stringsF_en-us.js',
210
+ integrity: 'stringsF_en-sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
211
211
  },
212
212
  'fr-fr': 'stringsF_fr-fr.js'
213
213
  }
@@ -220,15 +220,15 @@ const webpartManifest = {
220
220
  stringsH: {
221
221
  type: 'localizedPath',
222
222
  defaultPath: {
223
- default: 'stringsH_default.js',
224
- debug: 'stringsH_default.debug.js'
223
+ path: 'stringsH_default.js',
224
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
225
225
  },
226
226
  shouldNotPreload: true
227
227
  },
228
228
  stringsI: {
229
229
  type: 'localizedPath',
230
230
  defaultPath: {
231
- default: 'stringsI_default.js'
231
+ path: 'stringsI_default.js'
232
232
  },
233
233
  shouldNotPreload: true
234
234
  },
@@ -246,7 +246,7 @@ const webpartManifest = {
246
246
  defaultPath: 'stringsK_default.js',
247
247
  paths: {
248
248
  'en-us': {
249
- default: 'stringsK_en-us.js'
249
+ path: 'stringsK_en-us.js'
250
250
  },
251
251
  'fr-fr': 'stringsK_fr-fr.js'
252
252
  },
@@ -257,8 +257,8 @@ const webpartManifest = {
257
257
  defaultPath: 'stringsL_default.js',
258
258
  paths: {
259
259
  'en-us': {
260
- default: 'stringsL_en-us.js',
261
- debug: 'stringsL_en-us.debug.js'
260
+ path: 'stringsL_en-us.js',
261
+ integrity: 'stringsL_en-sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
262
262
  },
263
263
  'fr-fr': 'stringsL_fr-fr.js'
264
264
  },
@@ -272,15 +272,15 @@ const webpartManifest = {
272
272
  stringsN: {
273
273
  type: 'localizedPath',
274
274
  defaultPath: {
275
- default: 'stringsN_default.js',
276
- debug: 'stringsN_default.debug.js'
275
+ path: 'stringsN_default.js',
276
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
277
277
  },
278
278
  shouldNotPreload: false
279
279
  },
280
280
  stringsO: {
281
281
  type: 'localizedPath',
282
282
  defaultPath: {
283
- default: 'stringsO_default.js'
283
+ path: 'stringsO_default.js'
284
284
  },
285
285
  shouldNotPreload: false
286
286
  },
@@ -298,7 +298,7 @@ const webpartManifest = {
298
298
  defaultPath: 'stringsQ_default.js',
299
299
  paths: {
300
300
  'en-us': {
301
- default: 'stringsQ_en-us.js'
301
+ path: 'stringsQ_en-us.js'
302
302
  },
303
303
  'fr-fr': 'stringsQ_fr-fr.js'
304
304
  },
@@ -309,8 +309,8 @@ const webpartManifest = {
309
309
  defaultPath: 'stringsR_default.js',
310
310
  paths: {
311
311
  'en-us': {
312
- default: 'stringsR_en-us.js',
313
- debug: 'stringsR_en-us.debug.js'
312
+ path: 'stringsR_en-us.js',
313
+ integrity: 'stringsR_en-sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
314
314
  },
315
315
  'fr-fr': 'stringsR_fr-fr.js'
316
316
  },
@@ -28,7 +28,7 @@ const webpartManifest = {
28
28
  version: 'latest',
29
29
  id: '00000000-0000-0000-0000-000000000000',
30
30
  failoverPath: {
31
- default: 'script.js'
31
+ path: 'script.js'
32
32
  }
33
33
  },
34
34
  frameworkD: {
@@ -36,8 +36,8 @@ const webpartManifest = {
36
36
  version: 'latest',
37
37
  id: '00000000-0000-0000-0000-000000000000',
38
38
  failoverPath: {
39
- default: 'script.js',
40
- debug: 'script.debug.js'
39
+ path: 'script.js',
40
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
41
41
  }
42
42
  },
43
43
  frameworkE: {
@@ -58,7 +58,7 @@ const webpartManifest = {
58
58
  version: 'latest',
59
59
  id: '00000000-0000-0000-0000-000000000000',
60
60
  failoverPath: {
61
- default: 'script.js'
61
+ path: 'script.js'
62
62
  },
63
63
  shouldNotPreload: true
64
64
  },
@@ -67,8 +67,8 @@ const webpartManifest = {
67
67
  version: 'latest',
68
68
  id: '00000000-0000-0000-0000-000000000000',
69
69
  failoverPath: {
70
- default: 'script.js',
71
- debug: 'script.debug.js'
70
+ path: 'script.js',
71
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
72
72
  },
73
73
  shouldNotPreload: true
74
74
  },
@@ -90,7 +90,7 @@ const webpartManifest = {
90
90
  version: 'latest',
91
91
  id: '00000000-0000-0000-0000-000000000000',
92
92
  failoverPath: {
93
- default: 'script.js'
93
+ path: 'script.js'
94
94
  },
95
95
  shouldNotPreload: false
96
96
  },
@@ -99,8 +99,8 @@ const webpartManifest = {
99
99
  version: 'latest',
100
100
  id: '00000000-0000-0000-0000-000000000000',
101
101
  failoverPath: {
102
- default: 'script.js',
103
- debug: 'script.debug.js'
102
+ path: 'script.js',
103
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
104
104
  },
105
105
  shouldNotPreload: false
106
106
  },
@@ -111,14 +111,14 @@ const webpartManifest = {
111
111
  dependencyA: {
112
112
  type: 'path',
113
113
  path: {
114
- default: 'dependencyA.script.js',
115
- debug: 'dependencyA.debug.script.js'
114
+ path: 'dependencyA.script.js',
115
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
116
116
  }
117
117
  },
118
118
  dependencyB: {
119
119
  type: 'path',
120
120
  path: {
121
- default: 'dependencyB.script.js'
121
+ path: 'dependencyB.script.js'
122
122
  }
123
123
  },
124
124
  dependencyC: {
@@ -128,15 +128,15 @@ const webpartManifest = {
128
128
  dependencyD: {
129
129
  type: 'path',
130
130
  path: {
131
- default: 'dependencyD.script.js',
132
- debug: 'dependencyD.debug.script.js'
131
+ path: 'dependencyD.script.js',
132
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
133
133
  },
134
134
  shouldNotPreload: true
135
135
  },
136
136
  dependencyE: {
137
137
  type: 'path',
138
138
  path: {
139
- default: 'dependencyE.script.js'
139
+ path: 'dependencyE.script.js'
140
140
  },
141
141
  shouldNotPreload: true
142
142
  },
@@ -148,15 +148,15 @@ const webpartManifest = {
148
148
  dependencyG: {
149
149
  type: 'path',
150
150
  path: {
151
- default: 'dependencyG.script.js',
152
- debug: 'dependencyG.debug.script.js'
151
+ path: 'dependencyG.script.js',
152
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
153
153
  },
154
154
  shouldNotPreload: false
155
155
  },
156
156
  dependencyH: {
157
157
  type: 'path',
158
158
  path: {
159
- default: 'dependencyH.script.js'
159
+ path: 'dependencyH.script.js'
160
160
  },
161
161
  shouldNotPreload: false
162
162
  },
@@ -172,14 +172,14 @@ const webpartManifest = {
172
172
  stringsB: {
173
173
  type: 'localizedPath',
174
174
  defaultPath: {
175
- default: 'stringsB_default.js',
176
- debug: 'stringsB_default.debug.js'
175
+ path: 'stringsB_default.js',
176
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
177
177
  }
178
178
  },
179
179
  stringsC: {
180
180
  type: 'localizedPath',
181
181
  defaultPath: {
182
- default: 'stringsC_default.js'
182
+ path: 'stringsC_default.js'
183
183
  }
184
184
  },
185
185
  stringsD: {
@@ -195,7 +195,7 @@ const webpartManifest = {
195
195
  defaultPath: 'stringsE_default.js',
196
196
  paths: {
197
197
  'en-us': {
198
- default: 'stringsE_en-us.js'
198
+ path: 'stringsE_en-us.js'
199
199
  },
200
200
  'fr-fr': 'stringsE_fr-fr.js'
201
201
  }
@@ -205,8 +205,8 @@ const webpartManifest = {
205
205
  defaultPath: 'stringsF_default.js',
206
206
  paths: {
207
207
  'en-us': {
208
- default: 'stringsF_en-us.js',
209
- debug: 'stringsF_en-us.debug.js'
208
+ path: 'stringsF_en-us.js',
209
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
210
210
  },
211
211
  'fr-fr': 'stringsF_fr-fr.js'
212
212
  }
@@ -219,15 +219,15 @@ const webpartManifest = {
219
219
  stringsH: {
220
220
  type: 'localizedPath',
221
221
  defaultPath: {
222
- default: 'stringsH_default.js',
223
- debug: 'stringsH_default.debug.js'
222
+ path: 'stringsH_default.js',
223
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
224
224
  },
225
225
  shouldNotPreload: true
226
226
  },
227
227
  stringsI: {
228
228
  type: 'localizedPath',
229
229
  defaultPath: {
230
- default: 'stringsI_default.js'
230
+ path: 'stringsI_default.js'
231
231
  },
232
232
  shouldNotPreload: true
233
233
  },
@@ -245,7 +245,7 @@ const webpartManifest = {
245
245
  defaultPath: 'stringsK_default.js',
246
246
  paths: {
247
247
  'en-us': {
248
- default: 'stringsK_en-us.js'
248
+ path: 'stringsK_en-us.js'
249
249
  },
250
250
  'fr-fr': 'stringsK_fr-fr.js'
251
251
  },
@@ -256,8 +256,8 @@ const webpartManifest = {
256
256
  defaultPath: 'stringsL_default.js',
257
257
  paths: {
258
258
  'en-us': {
259
- default: 'stringsL_en-us.js',
260
- debug: 'stringsL_en-us.debug.js'
259
+ path: 'stringsL_en-us.js',
260
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
261
261
  },
262
262
  'fr-fr': 'stringsL_fr-fr.js'
263
263
  },
@@ -271,15 +271,15 @@ const webpartManifest = {
271
271
  stringsN: {
272
272
  type: 'localizedPath',
273
273
  defaultPath: {
274
- default: 'stringsN_default.js',
275
- debug: 'stringsN_default.debug.js'
274
+ path: 'stringsN_default.js',
275
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
276
276
  },
277
277
  shouldNotPreload: false
278
278
  },
279
279
  stringsO: {
280
280
  type: 'localizedPath',
281
281
  defaultPath: {
282
- default: 'stringsO_default.js'
282
+ path: 'stringsO_default.js'
283
283
  },
284
284
  shouldNotPreload: false
285
285
  },
@@ -297,7 +297,7 @@ const webpartManifest = {
297
297
  defaultPath: 'stringsQ_default.js',
298
298
  paths: {
299
299
  'en-us': {
300
- default: 'stringsQ_en-us.js'
300
+ path: 'stringsQ_en-us.js'
301
301
  },
302
302
  'fr-fr': 'stringsQ_fr-fr.js'
303
303
  },
@@ -308,8 +308,8 @@ const webpartManifest = {
308
308
  defaultPath: 'stringsR_default.js',
309
309
  paths: {
310
310
  'en-us': {
311
- default: 'stringsR_en-us.js',
312
- debug: 'stringsR_en-us.debug.js'
311
+ path: 'stringsR_en-us.js',
312
+ integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC'
313
313
  },
314
314
  'fr-fr': 'stringsR_fr-fr.js'
315
315
  },
@@ -30,30 +30,24 @@
30
30
  "path": {
31
31
  "oneOf": [
32
32
  {
33
- "type": "string",
34
- "minLength": 5
35
- },
36
- {
37
- "title": "Path",
38
- "description": "This is the base interface for a set of debug and non-debug/minimized paths.",
39
33
  "type": "object",
40
- "required": ["default"],
34
+ "additionalProperties": false,
35
+ "required": ["path"],
41
36
  "properties": {
42
- "default": {
43
- "title": "Default Path",
44
- "description": "A path to this module's javascript resource either as a fully-qualified URL or as a path under the paths provided in the \"internalModuleBaseUrls\" field. The script referenced by this field is loaded by default unless a debug version of the script is provided and explicitly requested.",
37
+ "path": {
45
38
  "type": "string",
46
- "minLength": 5
39
+ "title": "Path",
40
+ "description": "The path to the resource."
47
41
  },
48
-
49
- "debug": {
50
- "title": "Debug Path",
51
- "description": "A path to this module's debug javascript resource either as a fully-qualified URL or as a path under the paths provided in the \"internalModuleBaseUrls\" field. The script referenced by this field is only loaded if it is present and debug scripts are explicitly requested.",
42
+ "integrity": {
52
43
  "type": "string",
53
- "minLength": 5
44
+ "title": "Integrity",
45
+ "description": "The subresource integrity hash of the resource referenced in \"path\"."
54
46
  }
55
- },
56
- "additionalProperties": false
47
+ }
48
+ },
49
+ {
50
+ "type": "string"
57
51
  }
58
52
  ]
59
53
  }
@@ -21,7 +21,8 @@
21
21
  "ApplicationCustomizer",
22
22
  "FieldCustomizer",
23
23
  "ListViewCommandSet",
24
- "SearchQueryModifier"
24
+ "SearchQueryModifier",
25
+ "FormCustomizer"
25
26
  ]
26
27
  }
27
28
  },
package/package.json CHANGED
@@ -1,17 +1,21 @@
1
1
  {
2
2
  "name": "@microsoft/sp-module-interfaces",
3
- "version": "1.14.0",
3
+ "version": "1.15.0-rc.0",
4
4
  "description": "SharePoint Framework module interfaces",
5
5
  "license": "SEE LICENSE IN \"EULA\" FOLDER",
6
6
  "homepage": "http://aka.ms/spfx",
7
7
  "scripts": {},
8
8
  "engines": {
9
- "node": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0"
9
+ "node": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0"
10
10
  },
11
11
  "main": "lib-commonjs/index.js",
12
12
  "module": "lib/index.js",
13
13
  "typings": "dist/index-internal.d.ts",
14
14
  "tsdoc": {
15
15
  "tsdocFlavor": "AEDoc"
16
+ },
17
+ "dependencies": {
18
+ "@rushstack/node-core-library": "3.45.5",
19
+ "z-schema": "4.2.4"
16
20
  }
17
21
  }