Skip to content

Commit

Permalink
chore: update template-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 18, 2023
1 parent 6b79e77 commit 0c464c2
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .github/actions/create-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ inputs:
check-name:
default: ''
outputs:
check-id: ${{ steps.create-check.outputs.check_id }}
check-id:
value: ${{ steps.create-check.outputs.check_id }}
runs:
using: "composite"
steps:
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:scripts/npmcli-template-oss-26627.tgz",
"@npmcli/template-oss": "file:scripts/npmcli-template-oss-9327.tgz",
"tap": "^16.3.4"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion pkg1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-26627.tgz",
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-9327.tgz",
"pkg2": "^4.0.13",
"tap": "^16.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-26627.tgz",
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-9327.tgz",
"tap": "^16.3.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-26627.tgz",
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-9327.tgz",
"tap": "^16.3.4"
},
"tap": {
Expand Down
Binary file removed scripts/npmcli-template-oss-26627.tgz
Binary file not shown.
Binary file added scripts/npmcli-template-oss-9327.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion workspaces/arbitrary-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:../../scripts/npmcli-template-oss-26627.tgz",
"@npmcli/template-oss": "file:../../scripts/npmcli-template-oss-9327.tgz",
"tap": "^16.3.4"
},
"tap": {
Expand Down
2 changes: 1 addition & 1 deletion workspaces/not-the-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:../../scripts/npmcli-template-oss-26627.tgz",
"@npmcli/template-oss": "file:../../scripts/npmcli-template-oss-9327.tgz",
"tap": "^16.3.4"
},
"tap": {
Expand Down
2 changes: 1 addition & 1 deletion workspaces/pkg6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:../../scripts/npmcli-template-oss-26627.tgz",
"@npmcli/template-oss": "file:../../scripts/npmcli-template-oss-9327.tgz",
"tap": "^16.3.4"
},
"tap": {
Expand Down

0 comments on commit 0c464c2

Please sign in to comment.