Skip to content

Commit a0c139f

Browse files
chore: Refactor BuildOptions in TypeScript definitions and update package.json dependencies
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent b42f093 commit a0c139f

6 files changed

Lines changed: 11 additions & 62 deletions

File tree

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,2 @@
1-
declare const _default: {
2-
color: true;
3-
format: "esm";
4-
logLevel: "debug";
5-
metafile: true;
6-
minify: false;
7-
outdir: string;
8-
platform: "node";
9-
target: string;
10-
tsconfig: string;
11-
write: true;
12-
legalComments: "inline";
13-
bundle: false;
14-
assetNames: string;
15-
sourcemap: true;
16-
drop: "debugger"[];
17-
ignoreAnnotations: false;
18-
keepNames: true;
19-
plugins: never[];
20-
define: {
21-
"process.env.VERSION_CLOUDFLARE_WRANGLER_ACTION": string;
22-
"process.env.VERSION_ACTIONS_SETUP_NODE": string;
23-
"process.env.VERSION_ACTIONS_UPLOAD_ARTIFACT": string;
24-
"process.env.VERSION_ACTIONS_CACHE": string;
25-
"process.env.VERSION_ACTIONS_RS_CARGO": string;
26-
};
27-
};
1+
declare const _default: BuildOptions;
282
export default _default;
Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,2 @@
1-
declare const _default: {
2-
color: true;
3-
format: "esm";
4-
logLevel: "debug";
5-
metafile: true;
6-
minify: true;
7-
outdir: string;
8-
platform: "node";
9-
target: string;
10-
tsconfig: string;
11-
write: true;
12-
legalComments: "none";
13-
bundle: false;
14-
assetNames: string;
15-
sourcemap: false;
16-
drop: "debugger"[];
17-
ignoreAnnotations: true;
18-
keepNames: false;
19-
plugins: never[];
20-
define: {
21-
"process.env.VERSION_CLOUDFLARE_WRANGLER_ACTION": string;
22-
"process.env.VERSION_ACTIONS_SETUP_NODE": string;
23-
"process.env.VERSION_ACTIONS_UPLOAD_ARTIFACT": string;
24-
"process.env.VERSION_ACTIONS_CACHE": string;
25-
"process.env.VERSION_ACTIONS_RS_CARGO": string;
26-
};
27-
};
1+
declare const _default: BuildOptions;
282
export default _default;

Target/Maintain.d.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/Maintain.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/Target.d.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@playform/maintain",
33
"version": "0.2.0",
44
"private": false,
5-
"description": "Maintain🔧",
5+
"description": "Maintain🔧",
66
"keywords": [
77
"git",
88
"github",
@@ -20,7 +20,7 @@
2020
},
2121
"license": "SEE LICENSE IN LICENSE",
2222
"author": {
23-
"name": "Source ✍🏻 Open👐🏻",
23+
"name": "Source ✍🏻 Open👐🏻",
2424
"email": "Source/Open@PlayForm.Cloud",
2525
"url": "https://PlayForm.Cloud"
2626
},
@@ -48,7 +48,8 @@
4848
"@playform/build": "0.3.2",
4949
"@types/etag": "1.8.4",
5050
"@types/node": "25.9.1",
51-
"@types/pacote": "11.1.8"
51+
"@types/pacote": "11.1.8",
52+
"esbuild": "0.28.0"
5253
},
5354
"publishConfig": {
5455
"access": "public",

0 commit comments

Comments
 (0)