triangle-utils 1.0.27 → 1.0.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triangle-utils",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "main": "index.js",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -19,7 +19,7 @@ export default class Utils_Bee {
19
19
  console.log("Status", response.status)
20
20
  return undefined
21
21
  }
22
- const text = text_decoder.decode(response.data)
22
+ const text = this.text_decoder.decode(response.data)
23
23
  return text
24
24
  } catch (e) {
25
25
  console.log(e.stack)