@oliversalzburg/js-utils 0.1.2-dev.125 → 0.1.2-dev.127

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 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,15 +4,15 @@
4
4
 
5
5
  A collection of random utilities for JS/TS development.
6
6
 
7
- - ESM only.
7
+ - ESM only.
8
8
 
9
- - Tree-shaking in mind. Only subpath-imports are supported.
9
+ - Tree-shaking in mind. Only subpath-imports are supported.
10
10
 
11
- - Consumable with `node` and `nodenext` [module resolution](https://www.typescriptlang.org/tsconfig/#moduleResolution).
11
+ - Consumable with `node` and `nodenext` [module resolution](https://www.typescriptlang.org/tsconfig/#moduleResolution).
12
12
 
13
- - No runtime dependencies.
13
+ - No runtime dependencies.
14
14
 
15
- - All runtime code is licensed under MIT, or fully compatible licenses.
15
+ - All runtime code is licensed under MIT, or fully compatible licenses.
16
16
 
17
17
  ## Release Process
18
18
 
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.1.2-dev.125",
4
+ "version": "0.1.2-dev.127",
5
5
  "license": "MIT",
6
6
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
7
7
  "repository": {
@@ -44,7 +44,7 @@
44
44
  "@types/chai": "5.0.1",
45
45
  "@types/eslint": "9.6.1",
46
46
  "@types/mocha": "10.0.10",
47
- "@types/node": "22.10.0",
47
+ "@types/node": "22.10.1",
48
48
  "@types/web": "0.0.183",
49
49
  "c8": "10.1.2",
50
50
  "chai": "5.1.2",
@@ -55,7 +55,7 @@
55
55
  "globals": "15.12.0",
56
56
  "lint-staged": "15.2.10",
57
57
  "mocha": "10.8.2",
58
- "prettier": "3.3.3",
58
+ "prettier": "3.4.1",
59
59
  "prettier-package-json": "2.8.0",
60
60
  "prettier-plugin-organize-imports": "4.1.0",
61
61
  "typedoc": "0.27.1",