amf-client-js 5.7.0-SNAPSHOT.12 → 5.7.0-SNAPSHOT.14

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.7.0-SNAPSHOT.12",
3
+ "version": "5.7.0-SNAPSHOT.14",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -6506,7 +6506,6 @@ declare module "amf-client-js" {
6506
6506
  getMaxYamlReferences: undefined | number;
6507
6507
  isAmfJsonLdSerialization: boolean;
6508
6508
  isTokens: boolean;
6509
- isExtensionsEverywhere: boolean;
6510
6509
 
6511
6510
  constructor();
6512
6511
 
@@ -6527,10 +6526,6 @@ declare module "amf-client-js" {
6527
6526
  withoutBaseUnitUrl(): ParsingOptions;
6528
6527
 
6529
6528
  withoutTokens(): ParsingOptions;
6530
-
6531
- withExtensionsEverywhere(): ParsingOptions;
6532
-
6533
- withoutExtensionsEverywhere(): ParsingOptions;
6534
6529
  }
6535
6530
  export class Path {
6536
6531
  static delimiter: string;