cnpmcore 2.6.0 → 2.6.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/History.md +6 -0
- package/dist/config/binaries.js +1 -1
- package/package.json +1 -1
package/History.md
CHANGED
package/dist/config/binaries.js
CHANGED
|
@@ -830,7 +830,7 @@ const binaries = {
|
|
|
830
830
|
distUrl: 'https://github.com/dragonflyoss/image-service/releases',
|
|
831
831
|
},
|
|
832
832
|
canvas: {
|
|
833
|
-
category: '
|
|
833
|
+
category: 'canvas',
|
|
834
834
|
// canvas@<=2.6.1 二进制需要从 node-canvas-prebuilt 下载
|
|
835
835
|
mergeCategory: 'node-canvas-prebuilt',
|
|
836
836
|
description: 'Node canvas is a Cairo backed Canvas implementation for NodeJS.',
|