ci: fix release

This commit is contained in:
Jef LeCompte
2025-07-18 20:37:13 -07:00
parent fb28b7d6e6
commit 3e16649936
4 changed files with 3 additions and 12 deletions

View File

@@ -1,8 +0,0 @@
{
"packages": {
".": {
"release-type": "simple",
"package-name": "zap2xml"
}
}
}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jef/zap2xml",
"version": "1.0.0",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@jef/zap2xml",
"version": "1.0.0",
"version": "1.0.3",
"dependencies": {
"node-fetch": "^3.3.2"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@jef/zap2xml",
"version": "1.0.0",
"version": "1.0.3",
"description": "JavaScript implementation of zap2xml",
"exports": "./src/index.ts",
"type": "module",

View File

@@ -1 +0,0 @@
1.0.3