@palamedes/core-node-win32-x64-msvc 0.1.0 → 0.2.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/README.md CHANGED
@@ -1,3 +1,41 @@
1
1
  # @palamedes/core-node-win32-x64-msvc
2
2
 
3
- Windows x64 native bindings for `@palamedes/core-node`.
3
+ [![npm version](https://img.shields.io/npm/v/%40palamedes%2Fcore-node-win32-x64-msvc?logo=npm)](https://www.npmjs.com/package/@palamedes/core-node-win32-x64-msvc)
4
+ [![CI](https://github.com/sebastian-software/palamedes/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sebastian-software/palamedes/actions/workflows/ci.yml)
5
+ [![Sponsored by Sebastian Software](https://img.shields.io/badge/Sponsored%20by-Sebastian%20Software-0f172a.svg)](https://oss.sebastian-software.com/)
6
+ [![License: MIT](https://img.shields.io/badge/license-MIT-0f172a.svg)](https://github.com/sebastian-software/palamedes/blob/main/LICENSE)
7
+
8
+ Platform-specific native bindings for `@palamedes/core-node` on Windows x64 with MSVC.
9
+
10
+ ## When To Use This Package
11
+
12
+ You usually should not install this package directly.
13
+
14
+ `@palamedes/core-node` pulls in the matching native package for the current environment. This package exists so the Windows binary can ship as a normal npm artifact instead of through a custom installer story.
15
+
16
+ ## Installation
17
+
18
+ Install [`@palamedes/core-node`](https://www.npmjs.com/package/@palamedes/core-node) instead:
19
+
20
+ ```bash
21
+ pnpm add @palamedes/core-node
22
+ ```
23
+
24
+ ## Package Role
25
+
26
+ - contains the `.node` binary for `win32-x64-msvc`
27
+ - is loaded internally by `@palamedes/core-node`
28
+ - is not intended as a stable direct dependency
29
+
30
+ ## Related Packages
31
+
32
+ - [`@palamedes/core-node`](https://www.npmjs.com/package/@palamedes/core-node)
33
+ - [`@palamedes/core-node-darwin-arm64`](https://www.npmjs.com/package/@palamedes/core-node-darwin-arm64)
34
+ - [`@palamedes/core-node-linux-x64-gnu`](https://www.npmjs.com/package/@palamedes/core-node-linux-x64-gnu)
35
+ - [`@palamedes/core-node-linux-arm64-gnu`](https://www.npmjs.com/package/@palamedes/core-node-linux-arm64-gnu)
36
+
37
+ ## License
38
+
39
+ [![Sebastian Software](https://sebastian-brand.vercel.app/sebastian-software/logo-software.svg)](https://oss.sebastian-software.com/)
40
+
41
+ MIT © 2026 Sebastian Software
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palamedes/core-node-win32-x64-msvc",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Windows x64 native bindings for @palamedes/core-node",
5
5
  "homepage": "https://github.com/sebastian-software/palamedes",
6
6
  "repository": {
@@ -8,6 +8,7 @@
8
8
  "url": "git+https://github.com/sebastian-software/palamedes.git",
9
9
  "directory": "packages/core-node-win32-x64-msvc"
10
10
  },
11
+ "bugs": "https://github.com/sebastian-software/palamedes/issues",
11
12
  "license": "MIT",
12
13
  "type": "commonjs",
13
14
  "main": "./palamedes-node.node",
Binary file