amf-client-js 5.9.0-SNAPSHOT.17 → 5.9.0-SNAPSHOT.19

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.9.0-SNAPSHOT.17",
3
+ "version": "5.9.0-SNAPSHOT.19",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -1300,6 +1300,8 @@ declare module "amf-client-js" {
1300
1300
  lexical(): Range;
1301
1301
 
1302
1302
  location(): undefined | string;
1303
+
1304
+ resolvedReferenceLike(): undefined | string;
1303
1305
  }
1304
1306
  export class AnyField implements ValueField<any> {
1305
1307
  isNull: boolean;