Skip to content

Commit

Permalink
chore: rename to agora-rtc-sdk-ng-fake
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Sep 5, 2023
1 parent dc07ff8 commit b857132
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pnpm run test
pnpm run build
- name: Report Coverage for fake-agora-rtc 🟢
- name: Report Coverage for agora-rtc-sdk-ng-fake 🟢
if: always() # Also generate the report if tests are failing
uses: davelosert/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Zip It Up 🤐
run: |
pnpm build
zip -r fake-agora-rtc.zip dist
zip -r agora-rtc-sdk-ng-fake.zip dist
- name: Upload Artifact ⬆️
uses: actions/upload-artifact@v3
with:
name: fake-agora-rtc.zip
path: fake-agora-rtc.zip
name: agora-rtc-sdk-ng-fake.zip
path: agora-rtc-sdk-ng-fake.zip

- name: Setup NPM auth token
if: ${{ inputs.publish-npm }}
Expand All @@ -59,4 +59,4 @@ jobs:
- name: Release and Publish
run: |
pnpm release ${{ steps.package-info.outputs.version }} --ci --npm.publish=${{ inputs.publish-npm }} --github.update --github.assets=fake-agora-rtc.zip
pnpm release ${{ steps.package-info.outputs.version }} --ci --npm.publish=${{ inputs.publish-npm }} --github.update --github.assets=agora-rtc-sdk-ng-fake.zip
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ npx lint-staged --allow-empty
if command -v gitleaks >/dev/null 2>&1;
then
echo "gitleaks found, proceeding..."
gitleaks protect --staged --source . -v fake-agora-rtc.git -c .gitleaks.toml
gitleaks protect --staged --source . -v agora-rtc-sdk-ng-fake.git -c .gitleaks.toml
else
echo "gitleaks not found, skip"
fi
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# fake-agora-rtc
# agora-rtc-sdk-ng-fake
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# fake-agora-rtc
# agora-rtc-sdk-ng-fake

Fake RTC client, remote users and tracks. For internal stubbing.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "fake-agora-rtc",
"version": "0.0.0",
"name": "agora-rtc-sdk-ng-fake",
"version": "1.0.0",
"private": true,
"description": "Fake Agora RTC for testing",
"description": "Fake Agora Web RTC for testing",
"repository": {
"type": "git",
"url": "https://github.com/AgoraIO-Extensions/fake-agora-rtc.git"
"url": "https://github.com/AgoraIO-Extensions/agora-rtc-sdk-ng-fake.git"
},
"bugs": {
"url": "https://github.com/AgoraIO-Extensions/fake-agora-rtc/issues"
"url": "https://github.com/AgoraIO-Extensions/agora-rtc-sdk-ng-fake/issues"
},
"main": "src/index.ts",
"scripts": {
Expand Down Expand Up @@ -105,7 +105,7 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"header": "# fake-agora-rtc",
"header": "# agora-rtc-sdk-ng-fake",
"preset": {
"name": "conventionalcommits",
"types": [
Expand Down

0 comments on commit b857132

Please sign in to comment.