@img-custom/sharp-win32-x64 0.10.0 → 0.11.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
@@ -2,20 +2,20 @@
2
2
 
3
3
  Prebuilt sharp for use with Windows x64.
4
4
 
5
- ## Licensing
6
-
7
- Copyright 2013 Lovell Fuller and others.
8
-
9
- Licensed under the Apache License, Version 2.0 (the "License");
10
- you may not use this file except in compliance with the License.
11
- You may obtain a copy of the License at
12
- [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
13
-
14
- Unless required by applicable law or agreed to in writing, software
15
- distributed under the License is distributed on an "AS IS" BASIS,
16
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- See the License for the specific language governing permissions and
18
- limitations under the License.
5
+ ## Licensing
6
+
7
+ Copyright 2013 Lovell Fuller and others.
8
+
9
+ Licensed under the Apache License, Version 2.0 (the "License");
10
+ you may not use this file except in compliance with the License.
11
+ You may obtain a copy of the License at
12
+ [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
13
+
14
+ Unless required by applicable law or agreed to in writing, software
15
+ distributed under the License is distributed on an "AS IS" BASIS,
16
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ See the License for the specific language governing permissions and
18
+ limitations under the License.
19
19
 
20
20
  This software contains third-party libraries
21
21
  used under the terms of the following licences:
package/index.cjs ADDED
@@ -0,0 +1 @@
1
+ module.exports = require('./lib/sharp-win32-x64-0.11.0.node');
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img-custom/sharp-win32-x64",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Prebuilt sharp for use with Windows x64",
5
5
  "author": "Lovell Fuller <npm@lovell.info>",
6
6
  "homepage": "https://sharp.pixelplumbing.com",
@@ -15,6 +15,7 @@
15
15
  },
16
16
  "preferUnplugged": true,
17
17
  "files": [
18
+ "index.cjs",
18
19
  "lib",
19
20
  "versions.json"
20
21
  ],
@@ -23,12 +24,12 @@
23
24
  },
24
25
  "type": "commonjs",
25
26
  "exports": {
26
- "./sharp.node": "./lib/sharp-win32-x64.node",
27
+ "./sharp.node": "./index.cjs",
27
28
  "./package": "./package.json",
28
29
  "./versions": "./versions.json"
29
30
  },
30
31
  "engines": {
31
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
32
+ "node": ">=20.9.0"
32
33
  },
33
34
  "os": [
34
35
  "win32"
Binary file