Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@savvy-web/github-action-builder

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@savvy-web/github-action-builder - npm Package Compare versions

Comparing version
0.7.2
to
0.7.3
+2
-2
bin/github-action-builder.js

@@ -77,3 +77,3 @@ #!/usr/bin/env node

const forceOption = Options.boolean("force").pipe(Options.withAlias("f"), Options.withDescription("Overwrite existing files"), Options.withDefault(false));
const getPackageVersion = ()=>"0.7.2";
const getPackageVersion = ()=>"0.7.3";
const generatePackageJson = (name)=>{

@@ -310,3 +310,3 @@ const version = getPackageVersion();

name: "github-action-builder",
version: "0.7.2"
version: "0.7.3"
});

@@ -313,0 +313,0 @@ const CliLayer = Layer.merge(AppLayer, NodeContext.layer);

{
"name": "@savvy-web/github-action-builder",
"version": "0.7.2",
"version": "0.7.3",
"private": false,

@@ -21,9 +21,10 @@ "description": "A zero-config build tool for creating GitHub Actions from TypeScript. Bundles with rsbuild, validates action.yml against GitHub's schema, and outputs production-ready Node.js 24 actions.",

],
"homepage": "https://github.com/savvy-web/github-action-builder#readme",
"homepage": "https://github.com/savvy-web/systems/tree/main/packages/github-action-builder",
"bugs": {
"url": "https://github.com/savvy-web/github-action-builder/issues"
"url": "https://github.com/savvy-web/systems/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/savvy-web/github-action-builder.git"
"url": "git+https://github.com/savvy-web/systems.git",
"directory": "packages/github-action-builder"
},

@@ -54,3 +55,3 @@ "license": "MIT",

"@effect/typeclass": "^0.40.0",
"@rsbuild/core": "^2.0.6",
"@rsbuild/core": "^2.0.9",
"effect": "^3.21.2",

@@ -57,0 +58,0 @@ "jiti": "^2.7.0",