diff --git a/jsr.json b/jsr.json index 676e82d..9340421 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@sxzz/obug", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "exports": { ".": "./src/node.ts", diff --git a/package.json b/package.json index 22561d7..3240d38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obug", "type": "module", - "version": "2.1.2", + "version": "2.1.3", "packageManager": "pnpm@11.5.3", "description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.", "author": "Kevin Deng ",