@tsmodule/tsmodule 41.30.0 → 41.31.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.
Files changed (1) hide show
  1. package/package.json +4 -8
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "41.30.0",
5
+ "version": "41.31.0",
6
6
  "repository": "tsmodule/tsmodule",
7
- "description": "TypeScript Module loader and compiler",
7
+ "description": "Create standardized TypeScript ESM packages for Node or browser.",
8
8
  "license": "MIT",
9
9
  "types": "dist/types/index.d.ts",
10
10
  "module": "dist/bin.js",
@@ -74,11 +74,8 @@
74
74
  "esm",
75
75
  "es module",
76
76
  "ts module",
77
- "bundle",
78
- "loader",
77
+ "tsmodule",
79
78
  "typescript",
80
- "loader hook",
81
- "require hook",
82
79
  "experimental-loader"
83
80
  ],
84
81
  "contributors": [
@@ -87,6 +84,5 @@
87
84
  "email": "ctj.lewis@icloud.com",
88
85
  "url": "https://ctjlewis.com"
89
86
  }
90
- ],
91
- "packageManager": "yarn@3.4.1"
87
+ ]
92
88
  }