Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: package metadata #1161

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]> (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