@tsmodule/tsmodule 27.0.2 → 27.0.3

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -133,6 +133,11 @@ And conditional exports in package.json will be configured like so, such that
133
133
  This has no restriction on internal imports between files, only the default
134
134
  configuration for how downstream consumers can import from module subpaths.
135
135
 
136
+ #### Package.json export
137
+
138
+ For information on why the `"./package.json": "./package.json"` export is
139
+ specified, see [#1](https://github.com/tsmodule/tsmodule/issues/1#issuecomment-1065500448).
140
+
136
141
  ## License
137
142
 
138
143
  MIT © [C. Lewis](https://ctjlewis.com)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "27.0.2",
5
+ "version": "27.0.3",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "TypeScript Module loader and compiler",
8
8
  "license": "MIT",