tiny-ok-message 0.2.0 → 0.4.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 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ![downloads](https://img.shields.io/npm/dw/tiny-ok-message)
4
4
  ![license](https://img.shields.io/npm/l/tiny-ok-message)
5
5
  ![Security Policy](https://img.shields.io/badge/security-policy-brightgreen)
6
+ ![npm_provenance](https://img.shields.io/badge/npm-provenance-brightgreen?logo=npm)
6
7
  ![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/tiny-ok-message)
7
8
 
8
9
  # tiny-ok-message
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "utility"
12
12
  ],
13
13
  "license": "MIT",
14
- "version": "0.2.0",
14
+ "version": "0.4.0",
15
15
  "type": "module",
16
16
  "main": "./dist/index.js",
17
17
  "types": "./dist/index.d.ts",
@@ -27,6 +27,7 @@
27
27
  "scripts": {
28
28
  "build": "tsc",
29
29
  "clean": "rm -rf -v ./coverage ./dist",
30
+ "publish:check": "npm view tiny-ok-message version",
30
31
  "prepublishOnly": "npm run build",
31
32
  "test": "jest",
32
33
  "test:watch": "jest --watch",