Skip to content

Commit 0382464

Browse files
AlexaDeWitjacereda
authored andcommitted
Bump purescript-text-encoding version dependency
The main reason for this is that it will improve user problem solving ability when running into issues with the transient text-encoding dependency in node environments. With this version users should now encounter a message like this: ``` You appear to be trying to use the purescript-text-encoding in a node based environment without having the text-encoding polyfill available in your node_modules. This can be easily resolved by adding it to your package.json dependencies. if this is not sufficient, please feel free to contact the maintainer of this library via its github here: https://github.com/AlexaDeWit/purescript-text-encoding /home/alexa/Workspace/purescript-encoding/output/Data.TextDecoder/foreign.js:15 throw new Error("Text encoding polyfill library could not be imported."); ``` When lacking the appropriate polyfill.
1 parent e071786 commit 0382464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"purescript-maybe": "^4.0.0",
1818
"purescript-effect": "^2.0.0",
1919
"purescript-uint": "^4.0.0",
20-
"purescript-text-encoding": "^0.0.8"
20+
"purescript-text-encoding": "^0.0.9"
2121
},
2222
"devDependencies": {
2323
"purescript-debug": "^4.0.0",

0 commit comments

Comments
 (0)