File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
src/routes/app/extension/store/[identifier] Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- import { getExtensionsLatestPublishByIdentifier } from "@kksh/sdk"
21import { IconType } from "@kksh/api/models"
2+ import { getExtensionsLatestPublishByIdentifier } from "@kksh/sdk"
33
44const latestPublish = await getExtensionsLatestPublishByIdentifier ( {
55 path : {
@@ -10,4 +10,4 @@ console.log(latestPublish)
1010// latestPublish
1111
1212// console.log(typeof IconEnum.Iconify)
13- console . log ( IconType . options )
13+ console . log ( IconType . options )
Original file line number Diff line number Diff line change 11import type { ExtPublishMetadata } from "@kunkunapi/src/models"
22
3- export async function getInstallExtras (
4- extMetadata ?: {
5- sourceType ?: string
6- source ?: string
7- }
8- ) : Promise < { overwritePackageJson ?: string } > {
3+ export async function getInstallExtras ( extMetadata ?: {
4+ sourceType ?: string
5+ source ?: string
6+ } ) : Promise < { overwritePackageJson ?: string } > {
97 const extras : { overwritePackageJson ?: string } = { }
108 if ( extMetadata ?. sourceType ) {
119 if ( extMetadata ?. sourceType === "jsr" ) {
You can’t perform that action at this time.
0 commit comments