diff --git a/jsr.json b/jsr.json index e78011b..d9ed530 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@pedrokehl/caminho", - "version": "1.4.1", + "version": "1.4.2", "exports": "./src/index.ts", "exclude": [".github/*", "benchmark/*", "test/*", ".eslintrc"] } diff --git a/package-lock.json b/package-lock.json index 9960d46..0dba8fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "caminho", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "caminho", - "version": "1.4.1", + "version": "1.4.2", "license": "ISC", "dependencies": { "rxjs": "^7.8.1" diff --git a/package.json b/package.json index 8855e52..dd59aa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caminho", - "version": "1.4.1", + "version": "1.4.2", "description": "Caminho means path, a new path to your data processing.", "main": "dist/index.js", "types": "dist/index.d.ts",