Skip to content

Commit be53635

Browse files
committed
0.0.4-1
1 parent d1a3c2c commit be53635

File tree

8 files changed

+24
-28
lines changed

8 files changed

+24
-28
lines changed

package.json

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
{
2-
"name": "@oxvg/oxvg",
3-
"version": "0.0.2",
4-
"main": "index.js",
5-
"scripts": {
6-
"build": "pnpm run -r build",
7-
"test": "cargo test"
8-
},
9-
"keywords": [
10-
"svg",
11-
"optimise",
12-
"minify"
13-
],
14-
"files": [],
15-
"author": "Noah Baldwin <[email protected]> (https://github.com/noahbald)",
16-
"packageManager": "[email protected]",
17-
"devDependencies": {
18-
"@biomejs/biome": "1.9.4",
19-
"@types/node": "^22.13.14"
20-
},
21-
"description": "OXVG is an effort to create high-performance SVG tooling.",
22-
"license": "MIT"
2+
"name": "@oxvg/oxvg",
3+
"version": "0.0.4-1",
4+
"main": "index.js",
5+
"scripts": {
6+
"build": "pnpm run -r build",
7+
"test": "cargo test"
8+
},
9+
"keywords": ["svg", "optimise", "minify"],
10+
"files": [],
11+
"author": "Noah Baldwin <[email protected]> (https://github.com/noahbald)",
12+
"packageManager": "[email protected]",
13+
"devDependencies": {
14+
"@biomejs/biome": "1.9.4",
15+
"@types/node": "^22.13.14"
16+
},
17+
"description": "OXVG is an effort to create high-performance SVG tooling.",
18+
"license": "MIT"
2319
}

packages/correctness/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "correctness",
3-
"version": "0.0.3",
3+
"version": "0.0.4-1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/napi/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi-darwin-arm64",
3-
"version": "0.0.3",
3+
"version": "0.0.4-1",
44
"repository": {
55
"url": "git+https://github.com/noahbald/oxvg.git"
66
},

packages/napi/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi-darwin-x64",
3-
"version": "0.0.3",
3+
"version": "0.0.4-1",
44
"os": ["darwin"],
55
"repository": {
66
"url": "git+https://github.com/noahbald/oxvg.git"

packages/napi/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi-linux-x64-gnu",
3-
"version": "0.0.3",
3+
"version": "0.0.4-1",
44
"os": ["linux"],
55
"repository": {
66
"url": "git+https://github.com/noahbald/oxvg.git"

packages/napi/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi-win32-x64-msvc",
3-
"version": "0.0.3",
3+
"version": "0.0.4-1",
44
"os": ["win32"],
55
"repository": {
66
"url": "git+https://github.com/noahbald/oxvg.git"

packages/napi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi",
3-
"version": "0.0.3",
3+
"version": "0.0.4-1",
44
"description": "",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/wasm",
3-
"version": "0.0.3",
3+
"version": "0.0.4-1",
44
"type": "module",
55
"description": "",
66
"files": [

0 commit comments

Comments
 (0)