@projetoacbr/acbrlib-base-node 1.0.3 → 1.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.
package/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/src/index.js CHANGED
@@ -169,7 +169,6 @@ class ACBrLibBaseMT {
169
169
  if (!this.handle) {
170
170
  return;
171
171
  }
172
- koffi.encode(this.getHandle(), 'void *', null);
173
172
  koffi.free(this.handle);
174
173
  this.handle = null;
175
174
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projetoacbr/acbrlib-base-node",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",