Skip to content

Commit

Permalink
fix: package metadata (storacha#1161)
Browse files Browse the repository at this point in the history
the most critical here is the w3up-client metadata points to the old
archived repo, which is confusing.

the rest of the changes are for consistency.

License: MIT

Signed-off-by: Oli Evans <oli@protocol.ai>
  • Loading branch information
olizilla authored Nov 20, 2023
1 parent 1dd371b commit b8a1cc2
Show file tree
Hide file tree
Showing 11 changed files with 972 additions and 940 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "w3protocol",
"name": "w3up",
"version": "0.0.0",
"private": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/access-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@web3-storage/access",
"version": "18.0.2",
"description": "w3access client",
"homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client",
"homepage": "https://web3.storage",
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/w3-protocol.git",
"url": "https://github.com/web3-storage/w3up.git",
"directory": "packages/access-client"
},
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
Expand Down
6 changes: 3 additions & 3 deletions packages/capabilities/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@web3-storage/capabilities",
"version": "12.0.2",
"description": "Capabilities provided by web3.storage",
"homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities",
"description": "UCAN Capabilities provided by web3.storage",
"homepage": "https://web3.storage",
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/w3protocol.git",
"url": "https://github.com/web3-storage/w3up.git",
"directory": "packages/capabilities"
},
"license": "(Apache-2.0 OR MIT)",
Expand Down
1 change: 1 addition & 0 deletions packages/did-mailto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@web3-storage/did-mailto",
"version": "2.1.0",
"description": "did:mailto",
"homepage": "https://web3.storage",
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/w3up.git",
Expand Down
8 changes: 7 additions & 1 deletion packages/eslint-config-w3up/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "@web3-storage/eslint-config-w3up",
"version": "1.0.0",
"description": "",
"description": "eslint rules for w3up",
"homepage": "https://web3.storage",
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/w3up.git",
"directory": "packages/eslint-config-w3up"
},
"main": "index.js",
"scripts": {
"lint": "eslint '**/*.{js,ts}'"
Expand Down
6 changes: 6 additions & 0 deletions packages/filecoin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "4.1.2",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/w3up.git",
"directory": "packages/filecoin-api"
},
"files": [
"src",
"test",
Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@web3-storage/filecoin-client",
"version": "3.1.2",
"description": "The w3filecoin client for web3.storage",
"homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client",
"homepage": "https://web3.storage",
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/w3up.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/upload-api/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@web3-storage/upload-api",
"description": "The upload api for web3.storage",
"version": "7.3.3",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/w3up.git",
"directory": "packages/upload-api"
},
"files": [
"src",
"test",
Expand Down
4 changes: 2 additions & 2 deletions packages/upload-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@web3-storage/upload-client",
"version": "12.0.1",
"description": "The web3.storage upload client",
"homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/upload-client",
"homepage": "https://web3.storage",
"repository": {
"type": "git",
"url": "https://github.com/web3-storage/w3protocol.git",
"url": "https://github.com/web3-storage/w3up.git",
"directory": "packages/upload-client"
},
"author": "Alan Shaw",
Expand Down
9 changes: 5 additions & 4 deletions packages/w3up-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-storage/w3up-client",
"version": "11.0.1",
"description": "Client for the w3up API",
"description": "Client for the web3.storage w3up api",
"license": "Apache-2.0 OR MIT",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -151,7 +151,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/web3-storage/w3up-client.git"
"url": "https://github.com/web3-storage/w3up.git",
"directory": "packages/w3up-client"
},
"keywords": [
"web3",
Expand All @@ -165,9 +166,9 @@
],
"author": "DAG House",
"bugs": {
"url": "https://github.com/web3-storage/w3up-client/issues"
"url": "https://github.com/web3-storage/w3up/issues"
},
"homepage": "https://github.com/web3-storage/w3up-client#readme",
"homepage": "https://web3.storage",
"depcheck": {
"ignorePatterns": [
"dist"
Expand Down
Loading

0 comments on commit b8a1cc2

Please sign in to comment.