@tsmodule/tsmodule 34.0.1 → 36.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "34.0.1",
5
+ "version": "36.0.0",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "TypeScript Module loader and compiler",
8
8
  "license": "MIT",
@@ -27,8 +27,8 @@
27
27
  "prebootload": "node bootstrap.js",
28
28
  "bootload": "node --no-warnings --loader ./dist/loader/index.js src/index.ts build -r",
29
29
  "prebuild": "yarn bootload && yarn link -f",
30
- "build": "tsmodule build -b",
31
- "dev": "tsmodule dev",
30
+ "build": "node dist/index.js build -b",
31
+ "dev": "node dist/index.js dev",
32
32
  "test-bundle": "yarn build && ava --no-worker-threads",
33
33
  "test-production-bundle": "node runBundleTests.js",
34
34
  "test": "yarn test-production-bundle",