@oliversalzburg/js-utils 0.0.30-dev.0 → 0.0.30-dev.2

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 +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,3 +11,10 @@ A collection of random utilities for JS/TS development.
11
11
  - No runtime dependencies.
12
12
 
13
13
  - All runtime code is licensed under MIT, or fully compatible licenses.
14
+
15
+ ## Release Process
16
+
17
+ ```
18
+ npm version patch
19
+ git push
20
+ ```
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.30-dev.0",
4
+ "version": "0.0.30-dev.2",
5
5
  "license": "MIT",
6
6
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
7
7
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "devDependencies": {
33
33
  "@droppedcode/typedoc-plugin-copy-assets": "1.0.11",
34
34
  "@eslint/js": "9.1.1",
35
- "@types/chai": "4.3.14",
35
+ "@types/chai": "4.3.15",
36
36
  "@types/eslint": "8.56.10",
37
37
  "@types/mocha": "10.0.6",
38
38
  "@types/node": "20.12.8",