@normed/bundle 2.0.2 → 2.0.5

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/CHANGELOG.md ADDED
@@ -0,0 +1,18 @@
1
+ # 2.0.5
2
+
3
+ * MINOR: Uses pnpify as a hail mary
4
+
5
+ # 2.0.4
6
+
7
+ * MINOR: Fixes builds to actually use the normal compiler and not tsc
8
+ * MINOR: declarations now work for typescript
9
+ * MINOR: metafiles can be output with --analyse
10
+
11
+ # 2.0.3
12
+
13
+ * MINOR: Adds color
14
+ * MINOR: Bumps dependencies
15
+ * MINOR: Uses bundle's own log function for logging in cli rather than console.log/error
16
+ * MINOR: Fixes build to support ES202 and less types
17
+ * MINOR: Correctly handles escaping Windows paths during substitution
18
+ * MINOR: Alters build logs to have relative paths only
@@ -0,0 +1 @@
1
+ export {};