@savvy-web/github-action-builder
Advanced tools
@@ -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); |
+6
-5
| { | ||
| "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", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
126921
0.03%Updated