@spikard/node-darwin-arm64 0.9.1 → 0.16.0-rc.1

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": "@spikard/node-darwin-arm64",
3
- "version": "0.9.1",
3
+ "version": "0.16.0-rc.1",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
@@ -8,42 +8,19 @@
8
8
  "files": [
9
9
  "spikard-node.darwin-arm64.node"
10
10
  ],
11
- "description": "High-performance HTTP framework for Node.js and Bun. Type-safe routing, validation, and testing powered by Rust core.",
12
- "keywords": [
13
- "http",
14
- "framework",
15
- "typescript",
16
- "nodejs",
17
- "bun",
18
- "rust",
19
- "napi",
20
- "performance",
21
- "validation",
22
- "testing",
23
- "type-safe",
24
- "axum",
25
- "tower",
26
- "web",
27
- "api",
28
- "rest"
29
- ],
30
- "author": {
31
- "name": "Na'aman Hirschfeld",
32
- "email": "nhirschfeld@gmail.com"
33
- },
34
- "homepage": "https://github.com/Goldziher/spikard",
11
+ "description": "Rust-centric multi-language HTTP framework with polyglot bindings",
35
12
  "license": "MIT",
36
13
  "engines": {
37
- "node": ">=20"
14
+ "node": ">= 18"
38
15
  },
39
16
  "repository": {
40
17
  "type": "git",
41
- "url": "https://github.com/Goldziher/spikard"
18
+ "url": "git+https://github.com/Goldziher/spikard.git"
42
19
  },
43
- "bugs": {
44
- "url": "https://github.com/Goldziher/spikard/issues"
20
+ "publishConfig": {
21
+ "access": "public"
45
22
  },
46
23
  "os": [
47
24
  "darwin"
48
25
  ]
49
- }
26
+ }
Binary file