Skip to content

Commit

Permalink
release: v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
long-woo committed Dec 13, 2024
1 parent 906e12f commit a6a3c74
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ STC (Swagger Transform Code) is a tool for converting OpenApi/Swagger/Apifox int
[![JSR](https://jsr.io/badges/@loongwoo/stc)](https://jsr.io/@loongwoo/stc)
![NPM Version](https://img.shields.io/npm/v/%40loongwoo%2Fstc)

> New scope enabled since 2.8.0 **@loun**
<div align="center">
<img src="resources/20240422-151653.gif" alt="stc" />
</div>
Expand Down Expand Up @@ -153,8 +155,8 @@ Create a `myPlugin.ts` file:

```ts
// 引用模块
// import { start } from 'https://deno.land/x/stc@2.7.1/mod.ts'
import { start } from 'jsr:@loongwoo/stc@^2.7.1'
// import { start } from 'https://deno.land/x/stc@2.7.2/mod.ts'
import { start } from 'jsr:@loongwoo/stc@^2.7.2'

// Defining plugins
const myPlugin: IPlugin = {
Expand Down
Loading

0 comments on commit a6a3c74

Please sign in to comment.