1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

build: bump stdlib 0.0.7

This commit is contained in:
2025-05-11 15:41:48 +07:00
parent f8b37cacd3
commit c596e8aa29
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://jsr.io/schema/config-file.v1.json", "$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@robonen/stdlib", "name": "@robonen/stdlib",
"version": "0.0.4", "version": "0.0.7",
"exports": "./src/index.ts" "exports": "./src/index.ts"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@robonen/stdlib", "name": "@robonen/stdlib",
"version": "0.0.6", "version": "0.0.7",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "A collection of tools, utilities, and helpers for TypeScript", "description": "A collection of tools, utilities, and helpers for TypeScript",
"keywords": [ "keywords": [

View File

@@ -2,6 +2,6 @@
"$schema": "https://jsr.io/schema/config-file.v1.json", "$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@robonen/vue", "name": "@robonen/vue",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "0.0.5", "version": "0.0.7",
"exports": "./src/index.ts" "exports": "./src/index.ts"
} }