Skip to content

Commit

Permalink
feat: add universal picgo core
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 14, 2024
1 parent d1614bf commit 5b074ea
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Expand Up @@ -39,7 +39,7 @@ updates:
- "picgo-core"

- package-ecosystem: npm
directory: "/libs/zhi-picgo-siyuan"
directory: "/libs/Universal-PicGo-Core"
schedule:
interval: daily
time: "00:00"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -17,25 +17,25 @@ picgo lib for siyuan-note
## Dev

```bash
pnpm dev -F zhi-picgo-siyuan
pnpm dev -F Universal-PicGo-Core
```

## Build

```bash
pnpm build -F zhi-picgo-siyuan
pnpm build -F Universal-PicGo-Core
```

## Test

Execute the unit tests via [vitest](https://vitest.dev)

```bash
pnpm test -F zhi-picgo-siyuan
pnpm test -F Universal-PicGo-Core
```

## Publish

```bash
pnpm publish -F zhi-picgo-siyuan --tag latest
pnpm publish -F Universal-PicGo-Core --tag latest
```
Expand Up @@ -17,25 +17,25 @@ picgo lib for siyuan-note
## Dev

```bash
pnpm dev -F zhi-picgo-siyuan
pnpm dev -F Universal-PicGo-Core
```

## Build

```bash
pnpm build -F zhi-picgo-siyuan
pnpm build -F Universal-PicGo-Core
```

## Test

Execute the unit tests via [vitest](https://vitest.dev)

```bash
pnpm test -F zhi-picgo-siyuan
pnpm test -F Universal-PicGo-Core
```

## Publish

```bash
pnpm publish -F zhi-picgo-siyuan --tag latest
pnpm publish -F Universal-PicGo-Core --tag latest
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,8 +1,8 @@
{
"name": "zhi-picgo-siyuan",
"name": "universal-picgo",
"version": "1.5.1",
"type": "module",
"description": "picgo lib for siyuan-note",
"description": "picgo lib for node, browser and electron",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": "terwer/zhi",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/picgo-plugin-app/src/pages/PicGoIndex.vue
Expand Up @@ -8,7 +8,7 @@
-->

<script setup lang="ts">
import SyPicgo from "zhi-picgo-siyuan"
import SyPicgo from "../../../../libs/Universal-PicGo-Core"
import { createAppLogger } from "@/utils/appLogger.ts"
const logger = createAppLogger("picgo-index")
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 5b074ea

Please sign in to comment.