@thi.ng/parse 2.4.49 → 2.4.50

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/parse",
3
- "version": "2.4.49",
3
+ "version": "2.4.50",
4
4
  "description": "Purely functional parser combinators & AST generation for generic inputs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,7 +40,7 @@
40
40
  "@thi.ng/checks": "^3.6.10",
41
41
  "@thi.ng/defmulti": "^3.0.46",
42
42
  "@thi.ng/errors": "^2.5.14",
43
- "@thi.ng/strings": "^3.8.2"
43
+ "@thi.ng/strings": "^3.8.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.47.5",
@@ -240,5 +240,5 @@
240
240
  ],
241
241
  "year": 2020
242
242
  },
243
- "gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
243
+ "gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
244
244
  }