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 CHANGED
@@ -1,4 +1,10 @@
1
1
 
2
+ 2.6.1 / 2022-11-23
3
+ ==================
4
+
5
+ **fixes**
6
+ * [[`0b35ead`](http://github.com/cnpm/cnpmcore/commit/0b35ead2a0cd73b89d2d961bafec13d7250fe805)] - 🐛 FIX: typo for canvas (fengmk2 <<fengmk2@gmail.com>>)
7
+
2
8
  2.6.0 / 2022-11-23
3
9
  ==================
4
10
 
@@ -830,7 +830,7 @@ const binaries = {
830
830
  distUrl: 'https://github.com/dragonflyoss/image-service/releases',
831
831
  },
832
832
  canvas: {
833
- category: 'canavs',
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.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnpmcore",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "npm core",
5
5
  "files": [
6
6
  "dist/**/*"