@mimasu/tdt 3.0.6 → 3.0.7

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/README.md CHANGED
@@ -38,7 +38,7 @@ console.log(hex);
38
38
 
39
39
  ```javascript
40
40
  const binary = engine.hexToBinary("30340242201d8840009efdf7");
41
- const uri = engine.translate(binary, "tagLength=96", "PURE_IDENTITY");
41
+ const uri = engine.translate(binary, "", "PURE_IDENTITY");
42
42
  console.log(uri);
43
43
  // urn:epc:id:sgtin:0037000.030241.10419703
44
44
  ```
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-+KTKJVkpDuUZLLbjjNmCCEOfzrBnRYXR/QKo1RSQiXE=",
4
+ "hash": "sha256-0MWVEO8R4rC/Mp9MOipg/KljnqlFp5AAhS8YbC4rcyA=",
5
5
  "jsModuleNative": [
6
6
  {
7
7
  "name": "dotnet.native.js"
@@ -879,12 +879,12 @@ export const config = /*json-start*/{
879
879
  {
880
880
  "virtualPath": "TagDataTranslation.wasm",
881
881
  "name": "TagDataTranslation.wasm",
882
- "integrity": "sha256-3YlhafOJYNGsWlSEBxNV8jiBlOrHiiJ7BbVhP9UlcrM="
882
+ "integrity": "sha256-qJ/vVJOwxRAnI2j4UonT4STLzMaVG4Le/tZiTOA6MZU="
883
883
  },
884
884
  {
885
885
  "virtualPath": "TagDataTranslation.Wasm.wasm",
886
886
  "name": "TagDataTranslation.Wasm.wasm",
887
- "integrity": "sha256-m8QfYTTomKZ6pUobndpMCoZy4AdgxpVOZem1n/lSeEk="
887
+ "integrity": "sha256-LIMB0753OLwlwzFofeRBmzHZx99OCUEFgApbklVbae0="
888
888
  },
889
889
  {
890
890
  "virtualPath": "WindowsBase.wasm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimasu/tdt",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
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",