@polka-codes/core 0.6.1 → 0.6.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5832,7 +5832,7 @@ var _parseJSON = (jsonString, allow) => {
5832
5832
  };
5833
5833
  const skipBlank = () => {
5834
5834
  while (index < length && `
5835
- \r\t`.includes(jsonString[index])) {
5835
+ \r `.includes(jsonString[index])) {
5836
5836
  index++;
5837
5837
  }
5838
5838
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/core",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",