tiny-ok-message 0.4.0 → 0.5.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/tiny-ok-message)
8
8
 
9
9
  # tiny-ok-message
10
- An intentionally small, fetch-based package that is useful for quick API-client experiments.
10
+ ⚗️ An intentionally small, fetch-based package that is useful for quick API-client experiments. Experimental Package: primarily used for learning purposes.
11
11
 
12
12
  ### 📦 Installation
13
13
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "utility"
12
12
  ],
13
13
  "license": "MIT",
14
- "version": "0.4.0",
14
+ "version": "0.5.0",
15
15
  "type": "module",
16
16
  "main": "./dist/index.js",
17
17
  "types": "./dist/index.d.ts",