@chainfuse/helpers 0.0.5 → 0.0.7

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 +6 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/ChainFuse/packages/badge)](https://securityscorecards.dev/viewer/?uri=github.com/ChainFuse/packages)[![Socket Badge](https://socket.dev/api/badge/npm/package/@chainfuse/helpers)](https://socket.dev/npm/package/@chainFuse/helpers)
2
+
3
+ ![NPM Downloads](https://img.shields.io/npm/dw/@chainfuse/helpers)![npm bundle size](https://img.shields.io/bundlephobia/min/@chainfuse/helpers)![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/@chainfuse/helpers)
4
+
5
+ [![Build & Test](https://github.com/ChainFuse/packages/actions/workflows/test.yml/badge.svg)](https://github.com/ChainFuse/packages/actions/workflows/test.yml)[![Release](https://github.com/ChainFuse/packages/actions/workflows/changeset-release.yml/badge.svg)](https://github.com/ChainFuse/packages/actions/workflows/changeset-release.yml)
6
+
1
7
  # `@chainfuse/helpers`
2
8
 
3
9
  > TODO: description
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/helpers",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/helpers#readme",
@@ -53,9 +53,9 @@
53
53
  "uuid": "^10.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@chainfuse/types": "^0.0.4",
57
- "@types/node": "^20.16.5",
56
+ "@chainfuse/types": "^0.1.2",
57
+ "@types/node": "^20.16.6",
58
58
  "@types/uuid": "^10.0.0"
59
59
  },
60
- "gitHead": "ab6ed75045ea178bd1ec690ae16c1f85b16dad72"
60
+ "gitHead": "3a9cbb00aee10e7c93a24878d384eccca787b109"
61
61
  }