laterite 0.5.0 → 0.6.0

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": "laterite",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "AGS4 geotechnical data for Node.js — read, validate, produce, and query (the Node port of the laterite Python toolkit, Rust-backed).",
5
5
  "license": "MIT",
6
6
  "author": "niko86",
@@ -47,18 +47,14 @@
47
47
  "access": "public"
48
48
  },
49
49
  "napi": {
50
- "name": "laterite-node",
51
- "package": {
52
- "name": "@laterite/native"
53
- },
54
- "triples": {
55
- "defaults": false,
56
- "additional": [
57
- "x86_64-unknown-linux-gnu",
58
- "aarch64-apple-darwin",
59
- "x86_64-pc-windows-msvc"
60
- ]
61
- }
50
+ "binaryName": "laterite-node",
51
+ "packageName": "@laterite/native",
52
+ "targets": [
53
+ "x86_64-unknown-linux-gnu",
54
+ "aarch64-apple-darwin",
55
+ "x86_64-pc-windows-msvc"
56
+ ],
57
+ "enableDefaultTargets": false
62
58
  },
63
59
  "engines": {
64
60
  "node": ">=18"
@@ -69,7 +65,7 @@
69
65
  "build:ts": "tsup",
70
66
  "artifacts": "napi artifacts",
71
67
  "smoke:pack": "node tools/pack-smoke.mjs",
72
- "prepublish:napi": "napi prepublish -t npm --skip-gh-release",
68
+ "prepublish:napi": "napi pre-publish -t npm",
73
69
  "test": "vitest run",
74
70
  "typecheck": "tsc --noEmit"
75
71
  },
@@ -77,9 +73,9 @@
77
73
  "apache-arrow": "^21.1.0"
78
74
  },
79
75
  "optionalDependencies": {
80
- "@laterite/native-linux-x64-gnu": "0.5.0",
81
- "@laterite/native-darwin-arm64": "0.5.0",
82
- "@laterite/native-win32-x64-msvc": "0.5.0"
76
+ "@laterite/native-darwin-arm64": "0.6.0",
77
+ "@laterite/native-linux-x64-gnu": "0.6.0",
78
+ "@laterite/native-win32-x64-msvc": "0.6.0"
83
79
  },
84
80
  "peerDependencies": {
85
81
  "@duckdb/node-api": ">=1.5.0"
@@ -91,8 +87,8 @@
91
87
  },
92
88
  "devDependencies": {
93
89
  "@duckdb/node-api": "^1.5.3-r.3",
94
- "@napi-rs/cli": "^2.18.4",
95
- "@types/node": "^25.9.3",
90
+ "@napi-rs/cli": "^3.7.2",
91
+ "@types/node": "^26.0.1",
96
92
  "tsup": "^8.5.0",
97
93
  "typescript": "^6.0.3",
98
94
  "vitest": "^4.1.8"