@mimasu/tdt 3.0.3 → 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-kQn1S85vC09BwqcVQOkN1HpypIMqLXuW2qoJ9s9X8uA=",
4
+ "hash": "sha256-wAPo6Z0Zh9u4AxY1HsvmsV4judL6WL4JTwSHowySJwk=",
5
5
  "jsModuleNative": [
6
6
  {
7
7
  "name": "dotnet.native.js"
@@ -15,12 +15,7 @@ export const config = /*json-start*/{
15
15
  "wasmNative": [
16
16
  {
17
17
  "name": "dotnet.native.wasm",
18
- "integrity": "sha256-+w6tU376MnHY1dTNj1cSvltxnXtUHAUA7nO+ZjZEhyA="
19
- }
20
- ],
21
- "wasmSymbols": [
22
- {
23
- "name": "dotnet.native.js.symbols"
18
+ "integrity": "sha256-x3ZFzMqoNKXG7P81T0ecmcQszqrsPw8W6Gkyipb0gFw="
24
19
  }
25
20
  ],
26
21
  "coreAssembly": [
@@ -884,12 +879,12 @@ export const config = /*json-start*/{
884
879
  {
885
880
  "virtualPath": "TagDataTranslation.wasm",
886
881
  "name": "TagDataTranslation.wasm",
887
- "integrity": "sha256-otlDJBsg7glbYUVhpn1DihhM0qeys44zhNDEYNbV3Oo="
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-87WV+5T/A79Ok6762CG0562J+QJE1N53/zywGcIz6OA="
887
+ "integrity": "sha256-tBGAQEyQcwaLD0rbzUaSn+iTc5nWh5foC7sm08knDmM="
893
888
  },
894
889
  {
895
890
  "virtualPath": "WindowsBase.wasm",
@@ -30,11 +30,11 @@ Module['ready'] = new Promise((resolve, reject) => {
30
30
 
31
31
  // --pre-jses are emitted after the Module integration code, so that they can
32
32
  // refer to Module (if they choose; they can also define Module)
33
- // include: /usr/local/share/dotnet/packs/Microsoft.NETCore.App.Runtime.Mono.browser-wasm/10.0.3/runtimes/browser-wasm/native/src/es6/dotnet.es6.pre.js
33
+ // include: /usr/share/dotnet/packs/Microsoft.NETCore.App.Runtime.Mono.browser-wasm/10.0.3/runtimes/browser-wasm/native/src/es6/dotnet.es6.pre.js
34
34
  if (_nativeModuleLoaded) throw new Error("Native module already loaded");
35
35
  _nativeModuleLoaded = true;
36
36
  createDotnetRuntime = Module = moduleArg(Module);
37
- // end include: /usr/local/share/dotnet/packs/Microsoft.NETCore.App.Runtime.Mono.browser-wasm/10.0.3/runtimes/browser-wasm/native/src/es6/dotnet.es6.pre.js
37
+ // end include: /usr/share/dotnet/packs/Microsoft.NETCore.App.Runtime.Mono.browser-wasm/10.0.3/runtimes/browser-wasm/native/src/es6/dotnet.es6.pre.js
38
38
 
39
39
 
40
40
  // Sometimes an existing Module object exists with properties
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimasu/tdt",
3
- "version": "3.0.3",
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",