@palamedes/core-node-win32-x64-msvc 0.6.0 → 0.7.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/LICENSE +21 -21
- package/README.md +41 -41
- package/package.json +1 -1
- package/palamedes-node.node +0 -0
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Sebastian Software GmbH
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Sebastian Software GmbH
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
# @palamedes/core-node-win32-x64-msvc
|
|
2
|
-
|
|
3
|
-
[](https://www.npmjs.com/package/@palamedes/core-node-win32-x64-msvc)
|
|
4
|
-
[](https://github.com/sebastian-software/palamedes/actions/workflows/ci.yml)
|
|
5
|
-
[](https://oss.sebastian-software.com/)
|
|
6
|
-
[](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
|
-
[](https://oss.sebastian-software.com/)
|
|
40
|
-
|
|
41
|
-
MIT © 2026 Sebastian Software
|
|
1
|
+
# @palamedes/core-node-win32-x64-msvc
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@palamedes/core-node-win32-x64-msvc)
|
|
4
|
+
[](https://github.com/sebastian-software/palamedes/actions/workflows/ci.yml)
|
|
5
|
+
[](https://oss.sebastian-software.com/)
|
|
6
|
+
[](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
|
+
[](https://oss.sebastian-software.com/)
|
|
40
|
+
|
|
41
|
+
MIT © 2026 Sebastian Software
|
package/package.json
CHANGED
package/palamedes-node.node
CHANGED
|
Binary file
|