example-adder-library
Advanced tools
+0
-1
@@ -33,2 +33,1 @@ "use strict"; | ||
| }); | ||
| //# sourceMappingURL=index.js.map |
+2
-2
| { | ||
| "name": "example-adder-library", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "An example adder library", | ||
@@ -19,3 +19,3 @@ "homepage": "https://github.com/SkateEventManagement/tournament-engine#readme", | ||
| "test": "eslint && jest", | ||
| "build": "tsup src/index.ts src/cli.ts", | ||
| "build": "tsup ./src/index.ts --dts", | ||
| "eslint": "eslint", | ||
@@ -22,0 +22,0 @@ "api-extractor": "api-extractor run --local --verbose" |
| {"version":3,"sources":["../src/index.ts"],"sourcesContent":["\r\nexport function add1(a: number, b: number): number {\r\n return a + b;\r\n}\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACO,SAAS,KAAK,GAAW,GAAmB;AACjD,SAAO,IAAI;AACb;","names":[]} |
| import { defineConfig } from "tsup"; | ||
| export default defineConfig({ | ||
| entry: ["src/index.ts"], | ||
| splitting: false, | ||
| sourcemap: true, | ||
| clean: true, | ||
| dts: true, | ||
| onSuccess: async () => { | ||
| console.log("Build succeeded!"); | ||
| }, | ||
| }); |
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
40820
-1.33%11
-15.38%723
-1.5%