From 92f36fdb5b122cbea864cb78691bc643b7c9b3a5 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 17 Aug 2026 14:56:41 -0400 Subject: [PATCH] Bump 0.30.7 --- package.json | 92 ++++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/package.json b/package.json index 7e4d2f4..9309d06 100644 --- a/package.json +++ b/package.json @@ -1,46 +1,46 @@ -{ - "name": "@ztimson/utils", - "version": "0.30.6", - "description": "Utility library", - "author": "Zak Timson", - "license": "MIT", - "private": false, - "repository": { - "type": "git", - "url": "https://git.zakscode.com/ztimson/js-utilities" - }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - } - }, - "scripts": { - "build": "npx tsc && npx vite build", - "docs": "typedoc --cleanOutputDir false --out ./docs --entryPoints src/**/*.ts --readme none", - "test": "npx jest", - "test:coverage": "npx jest --coverage", - "watch": "npx vite build --watch" - }, - "dependencies": { - "var-persist": "^1.0.1" - }, - "devDependencies": { - "@types/jest": "^30.0.0", - "fake-indexeddb": "^6.2.5", - "jest": "^30.2.0", - "jest-junit": "^16.0.0", - "ts-jest": "^29.4.5", - "typedoc": "^0.28.15", - "typescript": "^5.9.3", - "vite": "^7.2.4", - "vite-plugin-dts": "^4.5.4" - }, - "files": [ - "dist" - ] -} +{ + "name": "@ztimson/utils", + "version": "0.30.7", + "description": "Utility library", + "author": "Zak Timson", + "license": "MIT", + "private": false, + "repository": { + "type": "git", + "url": "https://git.zakscode.com/ztimson/js-utilities" + }, + "main": "./dist/index.cjs", + "module": "./dist/index.mjs", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.mjs", + "require": "./dist/index.cjs" + } + }, + "scripts": { + "build": "npx tsc && npx vite build", + "docs": "typedoc --cleanOutputDir false --out ./docs --entryPoints src/**/*.ts --readme none", + "test": "npx jest", + "test:coverage": "npx jest --coverage", + "watch": "npx vite build --watch" + }, + "dependencies": { + "var-persist": "^1.0.1" + }, + "devDependencies": { + "@types/jest": "^30.0.0", + "fake-indexeddb": "^6.2.5", + "jest": "^30.2.0", + "jest-junit": "^16.0.0", + "ts-jest": "^29.4.5", + "typedoc": "^0.28.15", + "typescript": "^5.9.3", + "vite": "^7.2.4", + "vite-plugin-dts": "^4.5.4" + }, + "files": [ + "dist" + ] +}