@code-pushup/js-packages-plugin 0.55.0 → 0.56.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.
Files changed (3) hide show
  1. package/README.md +4 -4
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -78,8 +78,8 @@ It supports the following package managers:
78
78
  refs: [
79
79
  {
80
80
  type: 'group',
81
- plugin: 'npm-audit', // replace prefix with your package manager
82
- slug: 'js-packages',
81
+ slug: 'npm-audit', // replace prefix with your package manager
82
+ plugin: 'js-packages',
83
83
  weight: 1,
84
84
  },
85
85
  ],
@@ -90,8 +90,8 @@ It supports the following package managers:
90
90
  refs: [
91
91
  {
92
92
  type: 'group',
93
- plugin: 'npm-outdated', // replace prefix with your package manager
94
- slug: 'js-packages',
93
+ slug: 'npm-outdated', // replace prefix with your package manager
94
+ plugin: 'js-packages',
95
95
  weight: 1,
96
96
  },
97
97
  // ...
package/index.js CHANGED
@@ -4,7 +4,7 @@ import { fileURLToPath } from "node:url";
4
4
 
5
5
  // packages/plugin-js-packages/package.json
6
6
  var name = "@code-pushup/js-packages-plugin";
7
- var version = "0.55.0";
7
+ var version = "0.56.0";
8
8
 
9
9
  // packages/plugin-js-packages/src/lib/config.ts
10
10
  import { z as z17 } from "zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/js-packages-plugin",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
4
4
  "description": "Code PushUp plugin for JavaScript packages 🛡️",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-js-packages#readme",
@@ -39,8 +39,8 @@
39
39
  "main": "./index.js",
40
40
  "types": "./src/index.d.ts",
41
41
  "dependencies": {
42
- "@code-pushup/models": "0.55.0",
43
- "@code-pushup/utils": "0.55.0",
42
+ "@code-pushup/models": "0.56.0",
43
+ "@code-pushup/utils": "0.56.0",
44
44
  "build-md": "^0.4.1",
45
45
  "semver": "^7.6.0",
46
46
  "zod": "^3.22.4"