Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
Update arguments-builder.config.ts
Update package-lock.json
Update package.json
  • Loading branch information
VirgilClyne committed Dec 4, 2024
1 parent fd112fd commit 4ee92f2
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 139 deletions.
12 changes: 6 additions & 6 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
import { defineConfig } from "@iringo/arguments-builder";
export default defineConfig({
output: {
surge: { path: "./dist/TestFlight.sgmodule",
surge: { path: "./dist/iRingo.TestFlight.sgmodule",
transformEgern: {
enable: true,
path: "./dist/WeatherKit.yaml",
path: "./dist/iRingo.TestFlight.yaml",
},
},
loon: {
path: "./dist/TestFlight.plugin"
path: "./dist/iRingo.TestFlight.plugin"
},
customItems: [
{
path: "./dist/TestFlight.snippet",
path: "./dist/iRingo.TestFlight.snippet",
template: "./template/quantumultx.handlebars",
},
{
path: "./dist/TestFlight.stoverride",
path: "./dist/iRingo.TestFlight.stoverride",
template: "./template/stash.handlebars",
},
{
path: "./dist/TestFlight.srmodule",
path: "./dist/iRingo.TestFlight.srmodule",
template: "./template/shadowrocket.handlebars",
},
],
Expand Down
Loading

0 comments on commit 4ee92f2

Please sign in to comment.