@libp2p/http-utils 0.0.0 → 1.0.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 (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/http-utils",
3
- "version": "0.0.0",
3
+ "version": "1.0.0",
4
4
  "description": "Shared utils and common code for HTTP modules",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-http/tree/main/packages/http-utils#readme",
@@ -12,7 +12,8 @@
12
12
  "url": "https://github.com/libp2p/js-libp2p-http/issues"
13
13
  },
14
14
  "publishConfig": {
15
- "access": "public"
15
+ "access": "public",
16
+ "provenance": true
16
17
  },
17
18
  "type": "module",
18
19
  "types": "./dist/src/index.d.ts",
@@ -134,8 +135,6 @@
134
135
  "test:webkit": "aegir test -t browser -- --browser webkit",
135
136
  "test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
136
137
  "dep-check": "aegir dep-check -i readable-stream",
137
- "doc-check": "aegir doc-check",
138
- "docs": "aegir docs",
139
138
  "release": "aegir release"
140
139
  },
141
140
  "dependencies": {