@mimasu/tdt 3.0.4 → 3.0.5

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.
Binary file
@@ -1,7 +1,7 @@
1
1
  export const config = /*json-start*/{
2
2
  "mainAssemblyName": "TagDataTranslation.Wasm.dll",
3
3
  "resources": {
4
- "hash": "sha256-SMYKP/IfgIVFTyY1oCMcpPu7sEN6coITeSPsw6LGj3I=",
4
+ "hash": "sha256-wAPo6Z0Zh9u4AxY1HsvmsV4judL6WL4JTwSHowySJwk=",
5
5
  "jsModuleNative": [
6
6
  {
7
7
  "name": "dotnet.native.js"
@@ -18,11 +18,6 @@ export const config = /*json-start*/{
18
18
  "integrity": "sha256-x3ZFzMqoNKXG7P81T0ecmcQszqrsPw8W6Gkyipb0gFw="
19
19
  }
20
20
  ],
21
- "wasmSymbols": [
22
- {
23
- "name": "dotnet.native.js.symbols"
24
- }
25
- ],
26
21
  "coreAssembly": [
27
22
  {
28
23
  "virtualPath": "System.Private.CoreLib.wasm",
@@ -884,12 +879,12 @@ export const config = /*json-start*/{
884
879
  {
885
880
  "virtualPath": "TagDataTranslation.wasm",
886
881
  "name": "TagDataTranslation.wasm",
887
- "integrity": "sha256-fshhl5pJbicYJJQd6yKr9Q2IMhpnoaYnODvR075EbcU="
882
+ "integrity": "sha256-VB+xhcCro/H46aiauAUUwgLShnZRaG97M1I+L9R6OxE="
888
883
  },
889
884
  {
890
885
  "virtualPath": "TagDataTranslation.Wasm.wasm",
891
886
  "name": "TagDataTranslation.Wasm.wasm",
892
- "integrity": "sha256-YrSjl7K4h5BTYVuLxyyaJBkU0fnE0K6/Dk2e+bE9bBM="
887
+ "integrity": "sha256-tBGAQEyQcwaLD0rbzUaSn+iTc5nWh5foC7sm08knDmM="
893
888
  },
894
889
  {
895
890
  "virtualPath": "WindowsBase.wasm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimasu/tdt",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "GS1 EPC Tag Data Translation for JavaScript/TypeScript and RAIN (UHF) RFID via WebAssembly. Encode and decode SGTIN, SSCC, SGLN, GRAI, and all EPC schemes.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",