@thi.ng/parse 2.6.6 → 2.6.7

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.6.6",
3
+ "version": "2.6.7",
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
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.21",
43
- "@thi.ng/checks": "^3.6.24",
43
+ "@thi.ng/checks": "^3.7.0",
44
44
  "@thi.ng/defmulti": "^3.0.61",
45
45
  "@thi.ng/errors": "^2.5.27",
46
46
  "@thi.ng/strings": "^3.9.6"
@@ -244,5 +244,5 @@
244
244
  ],
245
245
  "year": 2020
246
246
  },
247
- "gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
247
+ "gitHead": "2958e6a9881bd9e06de587a2141f6d23c64278db\n"
248
248
  }