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.6.1
to
0.6.2
+3
-2
677.js

@@ -541,3 +541,4 @@ import { Context, Data, Effect, Layer, ParseResult, Schema } from "effect";

const ACT_WORKFLOW_CONTENT = `name: Local Test
on: push
on:
workflow_dispatch:

@@ -548,3 +549,3 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./.github/actions/local

@@ -551,0 +552,0 @@ `;

+2
-2

@@ -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.6.1";
const getPackageVersion = ()=>"0.6.2";
const generatePackageJson = (name)=>{

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

name: "github-action-builder",
version: "0.6.1"
version: "0.6.2"
});

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

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

@@ -53,3 +53,3 @@ "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.",

"@effect/typeclass": "^0.40.0",
"@rsbuild/core": "^1.7.3",
"@rsbuild/core": "^1.7.4",
"effect": "^3.21.0",

@@ -56,0 +56,0 @@ "jiti": "^2.6.1",

@@ -13,3 +13,4 @@ {

"strict": true,
"target": "ES2022"
"target": "ES2022",
"types": ["node"]
},

@@ -16,0 +17,0 @@ "exclude": ["node_modules", "dist"],