@thi.ng/lispy 0.4.19 → 0.4.20

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/lispy",
3
- "version": "0.4.19",
3
+ "version": "0.4.20",
4
4
  "description": "Lightweight, extensible, interpreted Lisp-style DSL for embedding in other projects",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,19 +39,19 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.12",
43
- "@thi.ng/checks": "^3.8.2",
44
- "@thi.ng/compare": "^2.4.38",
45
- "@thi.ng/defmulti": "^3.0.88",
46
- "@thi.ng/errors": "^2.6.1",
47
- "@thi.ng/math": "^5.15.1",
48
- "@thi.ng/object-utils": "^1.3.4",
49
- "@thi.ng/sexpr": "^1.1.19",
50
- "@thi.ng/strings": "^3.9.33"
42
+ "@thi.ng/api": "^8.12.13",
43
+ "@thi.ng/checks": "^3.8.3",
44
+ "@thi.ng/compare": "^2.4.39",
45
+ "@thi.ng/defmulti": "^3.0.89",
46
+ "@thi.ng/errors": "^2.6.2",
47
+ "@thi.ng/math": "^5.15.2",
48
+ "@thi.ng/object-utils": "^1.3.5",
49
+ "@thi.ng/sexpr": "^1.1.20",
50
+ "@thi.ng/strings": "^3.9.34"
51
51
  },
52
52
  "devDependencies": {
53
- "esbuild": "^0.27.0",
54
- "typedoc": "^0.28.14",
53
+ "esbuild": "^0.27.2",
54
+ "typedoc": "^0.28.16",
55
55
  "typescript": "^5.9.3"
56
56
  },
57
57
  "keywords": [
@@ -96,5 +96,5 @@
96
96
  "status": "beta",
97
97
  "year": 2023
98
98
  },
99
- "gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
99
+ "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
100
100
  }