littlewing 2.2.0 → 2.3.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "littlewing",
3
- "version": "2.2.0",
3
+ "version": "2.3.2",
4
4
  "description": "A minimal, high-performance multi-type expression language with lexer, parser, and interpreter. Optimized for browsers with type-safe execution.",
5
5
  "keywords": [
6
6
  "calculator",
@@ -55,12 +55,12 @@
55
55
  "release": "bumpp --commit --push --tag"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/bun": "^1.3.9",
59
- "bumpp": "^10.4.1",
60
- "bunup": "^0.16.29",
61
- "temporal-polyfill": "^0.3.0",
62
- "temporal-spec": "^0.3.0",
63
- "typescript": "^5.9.3"
58
+ "@types/bun": "^1.3.13",
59
+ "bumpp": "^11.0.1",
60
+ "bunup": "^0.16.31",
61
+ "temporal-polyfill": "^0.3.2",
62
+ "temporal-spec": "^0.3.1",
63
+ "typescript": "^6.0.3"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "temporal-polyfill": ">=0.3.0",