@ohbug/utils 2.0.1 → 2.0.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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohbug/utils",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Utilities for all Ohbug SDKs",
5
5
  "license": "Apache-2.0",
6
6
  "author": "chenyueban <jasonchan0527@gmail.com>",
@@ -30,11 +30,12 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@ohbug/types": "2.0.1",
33
+ "@ohbug/types": "2.0.2",
34
34
  "@types/node": "^17.0.34"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsup",
38
38
  "dev": "tsup --watch"
39
- }
39
+ },
40
+ "readme": "# `@ohbug/utils`\n\n[![npm](https://img.shields.io/npm/v/@ohbug/utils.svg?style=flat-square)](https://www.npmjs.com/package/@ohbug/utils)\n[![npm bundle size](https://img.shields.io/bundlephobia/min/@ohbug/utils?style=flat-square)](https://bundlephobia.com/result?p=@ohbug/utils)\n\nCommon utilities used by the Ohbug.\nWarning, This package is not part of our public API contract, please do not use it\n"
40
41
  }