Skip to content

Commit

Permalink
Merge pull request #22 from devsapp/update-package-json
Browse files Browse the repository at this point in the history
add package json
  • Loading branch information
rsonghuster authored Nov 8, 2024
2 parents 3cff081 + 16bfbe5 commit 778cb50
Show file tree
Hide file tree
Showing 8 changed files with 275 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/6455f7ff81b284e28f4774c4/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/6455f7ff81b284e28f4774c4/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/6455f7ff81b284e28f4774c4/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_docker_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/6455f7ff81b284e28f4774c4/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_docker_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/6455f7ff81b284e28f4774c4/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: NPM install
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Configure NPM
run: |
npm config set registry https://registry.npmjs.org
npm config set '//packages.aliyun.com/6455f7ff81b284e28f4774c4/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}}
- name: release prod
run: |
make release-prod
131 changes: 131 additions & 0 deletions __tests__/e2e/apt/code/package-lock.json

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

131 changes: 131 additions & 0 deletions __tests__/e2e/nodejs/code/package-lock.json

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

10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@alicloud/devs20230714": "^1.0.4",
"@alicloud/devs20230714": "^1.0.1",
"@alicloud/fc2": "^2.6.6",
"@alicloud/fc20230330": "^4.1.3",
"@alicloud/pop-core": "^1.7.13",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"resolutions": {
"@alicloud/devs20230714": {
"registry": "https://packages.aliyun.com/6455f7ff81b284e28f4774c4/npm/npm-registry/"
"registry": "https://packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/"
}
}
}

0 comments on commit 778cb50

Please sign in to comment.