nalloc 0.5.2 → 0.5.4

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 +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nalloc",
3
3
  "description": "Rust-like Option and Result for TypeScript with near-zero allocations for extreme performance",
4
- "version": "0.5.2",
4
+ "version": "0.5.4",
5
5
  "type": "module",
6
6
  "types": "build/index.d.ts",
7
7
  "main": "build/index.cjs",
@@ -142,20 +142,20 @@
142
142
  }
143
143
  },
144
144
  "devDependencies": {
145
- "@types/node": "^25.9.4",
146
- "@typescript-eslint/parser": "^8.62.1",
147
- "@typescript-eslint/rule-tester": "^8.62.1",
148
- "@typescript-eslint/utils": "^8.62.1",
149
- "@vitest/coverage-v8": "^4.1.9",
145
+ "@types/node": "^25.9.5",
146
+ "@typescript-eslint/parser": "^8.63.0",
147
+ "@typescript-eslint/rule-tester": "^8.63.0",
148
+ "@typescript-eslint/utils": "^8.63.0",
149
+ "@vitest/coverage-v8": "^4.1.10",
150
150
  "inop": "^0.9.4",
151
151
  "overtake": "^2.1.1",
152
- "oxc-parser": "^0.138.0",
153
- "oxlint": "^1.72.0",
152
+ "oxc-parser": "^0.139.0",
153
+ "oxlint": "^1.73.0",
154
154
  "prettier": "^3.9.4",
155
155
  "tsafe": "^1.8.12",
156
156
  "tslib": "^2.8.1",
157
157
  "typescript": "^6.0.3",
158
- "vitest": "^4.1.9"
158
+ "vitest": "^4.1.10"
159
159
  },
160
160
  "scripts": {
161
161
  "check": "tsc --noEmit -p tsconfig.check.json",