From 6246fa17b7c5cd1693561144be0ad68cdde39a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atahan=20Yorganc=C4=B1?= Date: Sat, 20 Jul 2024 17:28:46 +0300 Subject: [PATCH] 0.1.3 --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 19e4dfe..66802af 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@yorganci/npm-registry-api", - "version": "0.1.2", + "version": "0.1.3", "exports": { ".": "./src/index.ts", "./cache": "./src/cache.ts" diff --git a/package.json b/package.json index 59b4e29..7adea2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yorganci/npm-registry-api", - "version": "0.1.2", + "version": "0.1.3", "description": "Fully typesafe npm registry API client with optional caching.", "license": "MIT", "author": {