@merkl/api 0.19.5 → 0.19.6

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 +1 -2
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@merkl/api",
3
3
  "type": "module",
4
- "module": "true",
5
4
  "types": "./dist/src/eden/index.d.ts",
6
5
  "main": "./dist/src/eden/index.js",
7
6
  "files": [
@@ -106,5 +105,5 @@
106
105
  "access": "public",
107
106
  "registry": "https://registry.npmjs.org/"
108
107
  },
109
- "version": "v0.19.5"
108
+ "version": "v0.19.6"
110
109
  }