amf-client-js 5.0.4-RC.0 → 5.0.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.0.4-RC.0",
3
+ "version": "5.0.4",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -1362,7 +1362,7 @@ declare module 'amf-client-js' {
1362
1362
 
1363
1363
  objectRange(): Array<StrField>
1364
1364
 
1365
- domain(): StrField
1365
+ domain(): Array<StrField>
1366
1366
 
1367
1367
  withPattern(pattern: string): AnnotationMapping
1368
1368
 
@@ -6102,4 +6102,4 @@ declare module 'amf-client-js' {
6102
6102
 
6103
6103
 
6104
6104
  }
6105
- }
6105
+ }