@imferno/wasm 2.0.1-beta.03660c5 → 2.0.1-beta.2011594

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/codes.d.ts CHANGED
@@ -336,5 +336,12 @@ export declare const codes: {
336
336
  readonly Imferno: {
337
337
  readonly UnreferencedAsset: "IMFERNO:Package/UnreferencedAsset";
338
338
  readonly UnlistedEssence: "IMFERNO:Package/UnlistedEssence";
339
+ readonly ParseError: "IMFERNO:Package/ParseError";
340
+ readonly PklParseError: "IMFERNO:Package/PklParseError";
341
+ readonly XmlAssetParseError: "IMFERNO:Package/XmlAssetParseError";
342
+ readonly XmlReadError: "IMFERNO:Package/XmlReadError";
343
+ readonly ReadDirError: "IMFERNO:Package/ReadDirError";
344
+ readonly DirEntryError: "IMFERNO:Package/DirEntryError";
345
+ readonly PathTraversal: "IMFERNO:Package/PathTraversal";
339
346
  }
340
347
  };
package/codes.js CHANGED
@@ -336,5 +336,12 @@ export const codes = {
336
336
  Imferno: {
337
337
  UnreferencedAsset: "IMFERNO:Package/UnreferencedAsset",
338
338
  UnlistedEssence: "IMFERNO:Package/UnlistedEssence",
339
+ ParseError: "IMFERNO:Package/ParseError",
340
+ PklParseError: "IMFERNO:Package/PklParseError",
341
+ XmlAssetParseError: "IMFERNO:Package/XmlAssetParseError",
342
+ XmlReadError: "IMFERNO:Package/XmlReadError",
343
+ ReadDirError: "IMFERNO:Package/ReadDirError",
344
+ DirEntryError: "IMFERNO:Package/DirEntryError",
345
+ PathTraversal: "IMFERNO:Package/PathTraversal",
339
346
  }
340
347
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imferno/wasm",
3
- "version": "2.0.1-beta.03660c5",
3
+ "version": "2.0.1-beta.2011594",
4
4
  "description": "Fast, type-safe SMPTE ST 2067 IMF parser for JavaScript and TypeScript",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",