nalloc 0.5.2 → 0.5.3
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 +8 -8
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.
|
|
4
|
+
"version": "0.5.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
7
7
|
"main": "build/index.cjs",
|
|
@@ -143,19 +143,19 @@
|
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
145
|
"@types/node": "^25.9.4",
|
|
146
|
-
"@typescript-eslint/parser": "^8.
|
|
147
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
148
|
-
"@typescript-eslint/utils": "^8.
|
|
149
|
-
"@vitest/coverage-v8": "^4.1.
|
|
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.
|
|
153
|
-
"oxlint": "^1.
|
|
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.
|
|
158
|
+
"vitest": "^4.1.10"
|
|
159
159
|
},
|
|
160
160
|
"scripts": {
|
|
161
161
|
"check": "tsc --noEmit -p tsconfig.check.json",
|