Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgpholly committed Dec 16, 2024
1 parent 4f33542 commit 5c1c4f9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
23 changes: 17 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"name": "bufferstuff",
"version": "1.7.1",
"version": "1.8.0",
"description": "A set of utility classes for reading and writing binary data in NodeJS and the browser",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"updateCheck": "check-outdated",
"_clean": "tsc --build --clean",

"build": "npm-run-all build:*",
"build:smash": "ts-node ./tooling/fileSmasher.ts",
"build:build": "tsc --build",
"build:cleanup": "ts-node ./tooling/cleanup.ts",

"buildweb": "npm-run-all buildweb:*",
"buildweb:smash": "ts-node ./tooling/fileSmasher.ts forweb",
"buildweb:build": "tsc --build",
Expand All @@ -30,6 +28,7 @@
},
"homepage": "https://git.eusv.net/tgpholly/bufferStuff#readme",
"devDependencies": {
"@types/node": "^22.10.2",
"check-outdated": "^2.12.0",
"npm-run-all": "^4.1.5",
"terser": "^5.37.0",
Expand Down
3 changes: 3 additions & 0 deletions tooling/mangle.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Holly Stubbs (tgpholly) - Licensed under MIT
// Check LICENSE in repository root for more information.

import { readFileSync, writeFileSync } from "fs";
import { minify } from "terser";

Expand Down

0 comments on commit 5c1c4f9

Please sign in to comment.