@nativescript-community/arraybuffers
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.3](https://github.com/nativescript-community/arraybuffers/compare/v1.1.2...v1.1.3) (2023-08-10) | ||
**Note:** Version bump only for package @nativescript-community/arraybuffers | ||
## [1.1.2](https://github.com/nativescript-community/arraybuffers/compare/v1.1.1...v1.1.2) (2023-08-10) | ||
@@ -8,0 +12,0 @@ |
@@ -55,5 +55,5 @@ let _runtimeVersion; | ||
const bytuffer = buffer.nativeObject; | ||
if (bytuffer.isDirect()) { | ||
return buffer['nativeObject'].array(); | ||
} | ||
// if (bytuffer.isDirect()) { | ||
// return buffer['nativeObject'].array(); | ||
// } | ||
bytuffer.rewind(); | ||
@@ -60,0 +60,0 @@ const bytes = Array.create('byte', buffer.byteLength); |
{ | ||
"name": "@nativescript-community/arraybuffers", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Utility methods to work with Array Buffers in Nativescript", | ||
@@ -46,3 +46,3 @@ "main": "index", | ||
"bootstrapper": "nativescript-plugin-seed", | ||
"gitHead": "4a41db99de5ef3f902767aebafa9fcdbed3e01d9" | ||
"gitHead": "bb22bfadc200c1ae894c3791dc4ab414112c17b1" | ||
} |
Sorry, the diff of this file is not supported yet
30955