@thi.ng/parse 2.6.34 → 2.6.36

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/parse",
3
- "version": "2.6.34",
3
+ "version": "2.6.36",
4
4
  "description": "Purely functional parser combinators & AST generation for generic inputs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,11 +39,11 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.6",
43
- "@thi.ng/checks": "^3.7.22",
44
- "@thi.ng/defmulti": "^3.0.82",
45
- "@thi.ng/errors": "^2.5.46",
46
- "@thi.ng/strings": "^3.9.26"
42
+ "@thi.ng/api": "^8.12.7",
43
+ "@thi.ng/checks": "^3.7.23",
44
+ "@thi.ng/defmulti": "^3.0.83",
45
+ "@thi.ng/errors": "^2.5.47",
46
+ "@thi.ng/strings": "^3.9.28"
47
47
  },
48
48
  "devDependencies": {
49
49
  "esbuild": "^0.25.11",
@@ -246,5 +246,5 @@
246
246
  ],
247
247
  "year": 2020
248
248
  },
249
- "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
249
+ "gitHead": "74b6f319d8f52c9266d97f616be5298a6a5b96e4\n"
250
250
  }