@principal-ai/quality-lens-cli 0.1.20 → 0.1.21

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/dist/cli.js +3 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1000,10 +1000,13 @@ jobs:
1000
1000
  uses: actions/setup-node@v4
1001
1001
  with:
1002
1002
  node-version: '20'
1003
+ registry-url: 'https://registry.npmjs.org'
1003
1004
 
1004
1005
  - name: Install project dependencies
1005
1006
  run: npm ci
1006
1007
  continue-on-error: true
1008
+ env:
1009
+ NODE_AUTH_TOKEN: \${{ secrets.NPM_TOKEN }}
1007
1010
 
1008
1011
  - name: Install Quality Lens CLI
1009
1012
  run: npm install -g @principal-ai/quality-lens-cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ai/quality-lens-cli",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "CLI tool for running quality lenses on codebases in CI/CD pipelines",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",