@tsmodule/tsmodule 42.6.0 → 43.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "42.6.0",
5
+ "version": "43.1.0",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "Create standardized TypeScript ESM packages for Node or browser.",
8
8
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "scripts": {
27
27
  "prebootload": "node scripts/bootstrap.js",
28
28
  "bootload": "node --no-warnings --loader ./dist/loader/index.js src/index.ts build -r",
29
- "prebuild": "yarn bootload && npm link -f --no-save",
29
+ "prebuild": "yarn bootload && npm link -f",
30
30
  "build": "node dist/bin.js build --standalone \"src/{index.ts,bin.ts,loader/index.ts}\"",
31
31
  "dev": "node dist/bin.js dev",
32
32
  "test-bundle": "yarn build && ava",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "esbuild": "^0.17.8",
41
- "pkg": "^5.8.0",
41
+ "pkg": "^5.8.1",
42
42
  "typescript": "^4.9.3"
43
43
  },
44
44
  "devDependencies": {
@@ -2,4 +2,4 @@
2
2
  "name": "template",
3
3
  "version": "0.0.1",
4
4
  "license": "MIT"
5
- }
5
+ }