package.json version update

pull/92/head
Aparna Jyothi 3 months ago
parent 3b70d02eee
commit 0c1c754930

6
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "publish-action", "name": "publish-action",
"version": "0.3.0", "version": "0.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "publish-action", "name": "publish-action",
"version": "0.3.0", "version": "0.4.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
@ -31,7 +31,7 @@
"typescript": "^5.3.2" "typescript": "^5.3.2"
}, },
"engines": { "engines": {
"node": ">=24" "node": ">=24.0.0"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {

@ -1,10 +1,10 @@
{ {
"name": "publish-action", "name": "publish-action",
"version": "0.3.0", "version": "0.4.0",
"description": "Update the major version tag (v1, v2, etc.) to point to the specified tag", "description": "Update the major version tag (v1, v2, etc.) to point to the specified tag",
"main": "lib/main.js", "main": "lib/main.js",
"engines": { "engines": {
"node": ">=24" "node": ">=24.0.0"
}, },
"scripts": { "scripts": {
"build": "tsc && ncc build", "build": "tsc && ncc build",

Loading…
Cancel
Save