@mimasu/tdt 3.0.3 → 3.0.4
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
|
|
Binary file
|
package/dist/wasm/dotnet.boot.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const config = /*json-start*/{
|
|
2
2
|
"mainAssemblyName": "TagDataTranslation.Wasm.dll",
|
|
3
3
|
"resources": {
|
|
4
|
-
"hash": "sha256-
|
|
4
|
+
"hash": "sha256-SMYKP/IfgIVFTyY1oCMcpPu7sEN6coITeSPsw6LGj3I=",
|
|
5
5
|
"jsModuleNative": [
|
|
6
6
|
{
|
|
7
7
|
"name": "dotnet.native.js"
|
|
@@ -15,7 +15,7 @@ export const config = /*json-start*/{
|
|
|
15
15
|
"wasmNative": [
|
|
16
16
|
{
|
|
17
17
|
"name": "dotnet.native.wasm",
|
|
18
|
-
"integrity": "sha256
|
|
18
|
+
"integrity": "sha256-x3ZFzMqoNKXG7P81T0ecmcQszqrsPw8W6Gkyipb0gFw="
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
21
|
"wasmSymbols": [
|
|
@@ -884,12 +884,12 @@ export const config = /*json-start*/{
|
|
|
884
884
|
{
|
|
885
885
|
"virtualPath": "TagDataTranslation.wasm",
|
|
886
886
|
"name": "TagDataTranslation.wasm",
|
|
887
|
-
"integrity": "sha256-
|
|
887
|
+
"integrity": "sha256-fshhl5pJbicYJJQd6yKr9Q2IMhpnoaYnODvR075EbcU="
|
|
888
888
|
},
|
|
889
889
|
{
|
|
890
890
|
"virtualPath": "TagDataTranslation.Wasm.wasm",
|
|
891
891
|
"name": "TagDataTranslation.Wasm.wasm",
|
|
892
|
-
"integrity": "sha256-
|
|
892
|
+
"integrity": "sha256-YrSjl7K4h5BTYVuLxyyaJBkU0fnE0K6/Dk2e+bE9bBM="
|
|
893
893
|
},
|
|
894
894
|
{
|
|
895
895
|
"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/
|
|
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/
|
|
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
|
+
"version": "3.0.4",
|
|
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",
|