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

build(packages/vue): bump v0.0.5

This commit is contained in:
2025-02-22 23:39:50 +07:00
parent 7bfbb8e52a
commit ca0a63ea38
2 changed files with 4 additions and 4 deletions

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.4", "version": "0.0.5",
"exports": "./src/index.ts" "exports": "./src/index.ts"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@robonen/vue", "name": "@robonen/vue",
"version": "0.0.4", "version": "0.0.5",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "Collection of powerful tools for Vue", "description": "Collection of powerful tools for Vue",
"keywords": [ "keywords": [
@@ -16,9 +16,9 @@
"url": "git+https://github.com/robonen/tools.git", "url": "git+https://github.com/robonen/tools.git",
"directory": "./packages/vue" "directory": "./packages/vue"
}, },
"packageManager": "pnpm@9.15.5", "packageManager": "pnpm@10.4.1",
"engines": { "engines": {
"node": ">=22.13.1" "node": ">=22.14.0"
}, },
"type": "module", "type": "module",
"files": [ "files": [