Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 28, 2024
1 parent aed0c23 commit a956101
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions ci/build-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ for (const buildResult of buildResults) {
.insert([
{
name: buildResult.pkg.name,
short_description: buildResult.pkg.jarvis.short_description,
long_description: buildResult.pkg.jarvis.long_description,
short_description: buildResult.pkg.jarvis.shortDescription,
long_description: buildResult.pkg.jarvis.longDescription,
identifier: buildResult.pkg.jarvis.identifier,
readme: readme,
downloads: 0,
Expand Down Expand Up @@ -156,8 +156,8 @@ for (const buildResult of buildResults) {
.from("extensions")
.update({
name: buildResult.pkg.jarvis.name,
short_description: buildResult.pkg.jarvis.short_description,
long_description: buildResult.pkg.jarvis.long_description,
short_description: buildResult.pkg.jarvis.shortDescription,
long_description: buildResult.pkg.jarvis.longDescription,
icon: iconClone,
readme,
})
Expand Down
2 changes: 1 addition & 1 deletion ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.583.0",
"@supabase/supabase-js": "^2.43.4",
"jarvis-api": "0.0.2-alpha.5",
"jarvis-api": "0.0.2-alpha.6",
"sharp": "^0.33.4",
"zod": "^3.23.8"
}
Expand Down
4 changes: 2 additions & 2 deletions extensions/ip-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://extensions.jarvis.huakun.tech/schema.json",
"name": "@huakunshen/jarvis-ext-ip-info",
"version": "0.0.1",
"version": "0.0.2",
"description": "Jarvis IP Extension",
"private": false,
"type": "module",
Expand Down Expand Up @@ -72,4 +72,4 @@
"files": [
"dist"
]
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit a956101

Please sign in to comment.