@oliversalzburg/js-utils 0.0.24-dev.2 → 0.0.24-dev.4

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,4 +2,8 @@
2
2
 
3
3
  A collection of random utilities for JS/TS development.
4
4
 
5
- - Tree-shaking in mind. Subpath-imports fully supported.
5
+ - ESM only.
6
+
7
+ - Tree-shaking in mind. Subpath-imports fully supported and recommended.
8
+
9
+ - No runtime dependencies.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@oliversalzburg/js-utils",
4
- "version": "0.0.24-dev.2",
4
+ "version": "0.0.24-dev.4",
5
5
  "license": "MIT",
6
6
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
7
7
  "repository": {
@@ -51,7 +51,7 @@
51
51
  "prettier-plugin-organize-imports": "3.2.4",
52
52
  "typedoc": "0.25.3",
53
53
  "typedoc-plugin-extras": "3.0.0",
54
- "typedoc-plugin-mdn-links": "3.1.4",
54
+ "typedoc-plugin-mdn-links": "3.1.5",
55
55
  "typescript": "5.2.2"
56
56
  },
57
57
  "packageManager": "yarn@4.0.2"