From 75e5e538ea7fab9280d56785ce94ece7fc9c2672 Mon Sep 17 00:00:00 2001 From: Alexander Flanagan <9158102+alfl@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:09:20 -0500 Subject: [PATCH] fix(all): Update package.json metadata to unify license and author fields. fix(all): Remove emails, some missing fixes. fix(logbridge): add admin email fix(ping): Added admin email fix(test): Add admin email. fix(object): Added admin email. fix(platform): Add admin email. fix(edges): Add admin email. fix(email): Add admin email. fix(billing): Add admin email. fix(rollup): Add admin email and UNLICENSED license. fix(security): Add admin email. fix(alchemy-client): Add admin email. fix(core): Add admin email. fix(identity): Add admin email. fix(images): Add admin email. fix(starbase): Add admin email. fix(galaxy): Add admin email. fix(account): Add admin email. fix(authorization): Add admin email. fix(analytics): Add admin email. fix(types): Add admin email. fix(urns): Add admin email. fix(galaxy-client): Add admin email. fix(platform-middleware): Add admin email. fix(utils): Add admin email. fix(platform-clients): Add admin email. fix(packages): Add admin email. fix(errors): Add admin email. fix(design-system): Add admin email. fix(console): Add admin email. fix(profile): Add admin email. fix(passport): Add admin email. fix(apps): Add admin email. fix(object): Removed package lock. --- apps/console/package.json | 2 ++ apps/package.json | 2 ++ apps/passport/package.json | 2 ++ apps/profile/package.json | 2 ++ package.json | 2 ++ packages/alchemy-client/package.json | 3 ++- packages/design-system/package.json | 2 ++ packages/errors/package.json | 4 ++-- packages/galaxy-client/package.json | 4 ++-- packages/package.json | 2 ++ packages/platform-clients/package.json | 4 ++-- packages/platform-middleware/package.json | 4 ++-- packages/security/package.json | 6 +++--- packages/types/package.json | 4 ++-- packages/urns/package.json | 6 +++--- packages/utils/package.json | 6 +++--- platform/account/package.json | 2 ++ platform/analytics/package.json | 2 ++ platform/authorization/package.json | 2 ++ platform/billing/package.json | 2 ++ platform/core/package.json | 2 ++ platform/edges/package.json | 6 +++--- platform/email/package.json | 4 +++- platform/galaxy/package.json | 4 +++- platform/identity/package.json | 2 ++ platform/images/package.json | 4 +++- platform/logbridge/package.json | 2 ++ platform/object/package.json | 2 ++ platform/package.json | 2 ++ platform/ping/package.json | 2 ++ platform/starbase/package.json | 2 ++ platform/test/package.json | 2 ++ 32 files changed, 71 insertions(+), 26 deletions(-) diff --git a/apps/console/package.json b/apps/console/package.json index 57c2e041cd..b00aaefe03 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/apps.console", "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "sideEffects": true, "scripts": { "storybook:css": "npx tailwindcss -o ./app/styles/tailwind.css --watch", diff --git a/apps/package.json b/apps/package.json index aef03e5cc5..e28b1a2ff7 100644 --- a/apps/package.json +++ b/apps/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/apps", "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "useWorkspaces": true, "workspaces": [ "*" diff --git a/apps/passport/package.json b/apps/passport/package.json index 1937b25e0d..1a8ce6b4ef 100644 --- a/apps/passport/package.json +++ b/apps/passport/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/apps.passport", "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "sideEffects": true, "scripts": { "build": "run-s 'build:*'", diff --git a/apps/profile/package.json b/apps/profile/package.json index 0dd54a8b4b..092e1941ee 100644 --- a/apps/profile/package.json +++ b/apps/profile/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/apps.profile", "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "sideEffects": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 0", diff --git a/package.json b/package.json index e9681761b2..c98eede003 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@proofzero/rollupid", "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, "useWorkspaces": true, "workspaces": [ @@ -24,6 +25,7 @@ "npm-run-all": "4.1.5" }, "packageManager": "yarn@3.2.4", + "license": "UNLICENSED", "dependencies": { "@dnd-kit/core": "6.0.6", "@dnd-kit/sortable": "7.0.1" diff --git a/packages/alchemy-client/package.json b/packages/alchemy-client/package.json index 400a74c7ee..e8ce37aaff 100644 --- a/packages/alchemy-client/package.json +++ b/packages/alchemy-client/package.json @@ -1,6 +1,8 @@ { "name": "@proofzero/alchemy-client", + "author": "Proof Zero Inc. (https://rollup.id)", "version": "0.1.0", + "license": "UNLICENSED", "description": "A client for Alchemy calls.", "main": "index.ts", "scripts": { @@ -13,7 +15,6 @@ "lint:check:src": "eslint .", "test": "echo \"Error: no test specified\" && exit 0" }, - "license": "UNLICENSED", "devDependencies": { "eslint": "8.28.0", "eslint-plugin-tsdoc": "0.2.17", diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 5984e10926..c70d9fdc96 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/design-system", "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", diff --git a/packages/errors/package.json b/packages/errors/package.json index 4af40b0fc9..1a87188ea5 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,11 +1,11 @@ { "name": "@proofzero/errors", "private": true, + "author": "Proof Zero Inc. (https://rollup.id)", "version": "0.0.0", "description": "RollupId error codes and messages", "keywords": [], - "license": "ISC", - "author": "Kubelt, Inc.", + "license": "UNLICENSED", "main": "index.ts", "scripts": { "check": "run-s format:check lint:check types:check", diff --git a/packages/galaxy-client/package.json b/packages/galaxy-client/package.json index eaa8843f3a..7dd8cf179e 100644 --- a/packages/galaxy-client/package.json +++ b/packages/galaxy-client/package.json @@ -1,11 +1,11 @@ { "name": "@proofzero/galaxy-client", "version": "1.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, "description": "Kubelt Platform Clients", "keywords": [], - "license": "ISC", - "author": "Kubelt, Inc.", + "license": "UNLICENSED", "main": "index.ts", "scripts": { "gql:gen": "graphql-codegen --config graphql.config.js --aggregate-output -n -l", diff --git a/packages/package.json b/packages/package.json index bf4c214e3f..83a6cb0e15 100644 --- a/packages/package.json +++ b/packages/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/packages", "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "useWorkspaces": true, "workspaces": [ "*" diff --git a/packages/platform-clients/package.json b/packages/platform-clients/package.json index 9952d11ce2..a7b0ac6098 100644 --- a/packages/platform-clients/package.json +++ b/packages/platform-clients/package.json @@ -1,11 +1,11 @@ { "name": "@proofzero/platform-clients", "version": "1.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, "description": "Kubelt Platform Clients", "keywords": [], - "license": "ISC", - "author": "Kubelt, Inc.", + "license": "UNLICENSED", "main": "index.ts", "scripts": { "check": "run-s format:check lint:check types:check", diff --git a/packages/platform-middleware/package.json b/packages/platform-middleware/package.json index dade3065a8..334164a19e 100644 --- a/packages/platform-middleware/package.json +++ b/packages/platform-middleware/package.json @@ -1,11 +1,11 @@ { "name": "@proofzero/platform-middleware", "version": "1.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, "description": "Kubelt Platform Middleware", "keywords": [], - "license": "ISC", - "author": "Kubelt, Inc.", + "license": "UNLICENSED", "main": "index.ts", "scripts": { "check": "run-s format:check lint:check types:check", diff --git a/packages/security/package.json b/packages/security/package.json index 6a1a82fa6f..c457045bb4 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,9 +1,10 @@ { "name": "@proofzero/security", "version": "0.1.0", - "author": "Proof Zero Inc.", + "author": "Proof Zero Inc. (https://rollup.id)", "description": "Platform security definitions and utilities", "private": true, + "license": "UNLICENSED", "scripts": { "build:dev": "tsc", "docs": "run-s 'build:*' 'docs:*'", @@ -30,6 +31,5 @@ "cross-env": "7.0.3", "psl": "1.9.0" }, - "packageManager": "yarn@3.2.4", - "license": "UNLICENSED" + "packageManager": "yarn@3.2.4" } diff --git a/packages/types/package.json b/packages/types/package.json index 4a487ad53d..b41e895375 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -2,10 +2,10 @@ "name": "@proofzero/types", "private": true, "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "description": "RollupId platform types", "keywords": [], - "license": "ISC", - "author": "Kubelt, Inc.", + "license": "UNLICENSED", "main": "index.ts", "scripts": { "check": "run-s format:check lint:check types:check", diff --git a/packages/urns/package.json b/packages/urns/package.json index 3621c42ed3..bffa01c6bd 100644 --- a/packages/urns/package.json +++ b/packages/urns/package.json @@ -1,11 +1,11 @@ { "name": "@proofzero/urns", - "private": true, "version": "1.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "description": "RollupId URNs", "keywords": [], - "license": "ISC", - "author": "Kubelt, Inc.", + "private": true, + "license": "UNLICENSED", "main": "index.ts", "scripts": { "check": "run-s format:check lint:check types:check", diff --git a/packages/utils/package.json b/packages/utils/package.json index 2337f6fb69..a8bffcbe52 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,11 +1,11 @@ { "name": "@proofzero/utils", - "private": true, "version": "1.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "description": "Kubelt Utilities", "keywords": [], - "license": "ISC", - "author": "Kubelt, Inc.", + "private": true, + "license": "UNLICENSED", "main": "index.ts", "scripts": { "check": "run-s format:check lint:check types:check", diff --git a/platform/account/package.json b/platform/account/package.json index 33d545cf9b..f4c3b67490 100644 --- a/platform/account/package.json +++ b/platform/account/package.json @@ -1,8 +1,10 @@ { "name": "@proofzero/platform.account", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "main": "src/index.ts", "private": true, + "license": "UNLICENSED", "scripts": { "check": "run-s format:check lint:check types:check", "format": "run-s format:src", diff --git a/platform/analytics/package.json b/platform/analytics/package.json index 7f6b93aac1..b44fa79d60 100644 --- a/platform/analytics/package.json +++ b/platform/analytics/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/services.posthog", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "type": "module", "scripts": { "build": "wrangler publish --dry-run --outdir=dist", diff --git a/platform/authorization/package.json b/platform/authorization/package.json index 6f4c44c267..ab8e4cd2a2 100644 --- a/platform/authorization/package.json +++ b/platform/authorization/package.json @@ -1,8 +1,10 @@ { "name": "@proofzero/platform.authorization", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "main": "src/index.ts", "private": true, + "license": "UNLICENSED", "scripts": { "check": "run-s format:check lint:check types:check", "format": "run-s format:src", diff --git a/platform/billing/package.json b/platform/billing/package.json index 7d20976a21..edcc554b6b 100644 --- a/platform/billing/package.json +++ b/platform/billing/package.json @@ -1,8 +1,10 @@ { "name": "@proofzero/platform.billing", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "main": "src/index.ts", "private": true, + "license": "UNLICENSED", "scripts": { "check": "run-s format:check lint:check types:check", "format": "run-s format:src", diff --git a/platform/core/package.json b/platform/core/package.json index 31da26b486..106e78a24c 100644 --- a/platform/core/package.json +++ b/platform/core/package.json @@ -1,8 +1,10 @@ { "name": "@proofzero/platform.core", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "main": "src/index.ts", "private": true, + "license": "UNLICENSED", "scripts": { "build": "wrangler publish --dry-run --outdir=dist", "check": "run-s format:check lint:check types:check", diff --git a/platform/edges/package.json b/platform/edges/package.json index f2416f37cc..ccc68b44a5 100644 --- a/platform/edges/package.json +++ b/platform/edges/package.json @@ -1,9 +1,10 @@ { "name": "@proofzero/platform.edges", "version": "0.1.0", - "author": "Proof Zero Inc.", + "author": "Proof Zero Inc. (https://rollup.id)", "description": "Graph edge storage and retrieval", "private": true, + "license": "UNLICENSED", "type": "module", "scripts": { "db:generate": "drizzle-kit generate:sqlite --schema=src/db/schema.ts", @@ -53,6 +54,5 @@ "urns": "0.6.0", "zod": "3.22.4" }, - "packageManager": "yarn@3.2.4", - "license": "UNLICENSED" + "packageManager": "yarn@3.2.4" } diff --git a/platform/email/package.json b/platform/email/package.json index 3a6640ca8e..2d8888c96c 100644 --- a/platform/email/package.json +++ b/platform/email/package.json @@ -1,6 +1,9 @@ { "name": "@proofzero/services.email", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", + "private": true, + "license": "UNLICENSED", "devDependencies": { "@cloudflare/workers-types": "4.20221111.1", "@types/node": "18.15.3", @@ -8,7 +11,6 @@ "typescript": "5.0.4", "wrangler": "3.2.0" }, - "private": true, "scripts": { "build": "wrangler publish --dry-run --outdir=dist", "test": "echo \"Error: no test specified\" && exit 0", diff --git a/platform/galaxy/package.json b/platform/galaxy/package.json index 741ec4c03f..bfb0239646 100644 --- a/platform/galaxy/package.json +++ b/platform/galaxy/package.json @@ -1,6 +1,9 @@ { "name": "@proofzero/platform.galaxy", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", + "private": true, + "license": "UNLICENSED", "devDependencies": { "@cloudflare/workers-types": "4.20221111.1", "concurrently": "7.5.0", @@ -9,7 +12,6 @@ "typescript": "5.0.4", "wrangler": "3.2.0" }, - "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 0", "build": "wrangler publish --dry-run --outdir=dist", diff --git a/platform/identity/package.json b/platform/identity/package.json index f096b3bd54..f4c757047d 100644 --- a/platform/identity/package.json +++ b/platform/identity/package.json @@ -1,8 +1,10 @@ { "name": "@proofzero/platform.identity", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "main": "src/index.ts", "private": true, + "license": "UNLICENSED", "scripts": { "check": "run-s format:check lint:check types:check", "format": "run-s format:src", diff --git a/platform/images/package.json b/platform/images/package.json index 456aef802b..42f8af7ebe 100644 --- a/platform/images/package.json +++ b/platform/images/package.json @@ -1,6 +1,9 @@ { "name": "@proofzero/services.images", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", + "private": true, + "license": "UNLICENSED", "devDependencies": { "@cloudflare/workers-types": "4.20221111.1", "@types/node": "18.15.3", @@ -9,7 +12,6 @@ "typescript": "5.0.4", "wrangler": "3.2.0" }, - "private": true, "scripts": { "build": "wrangler publish --dry-run --outdir=dist", "test": "echo \"Error: no test specified\" && exit 0", diff --git a/platform/logbridge/package.json b/platform/logbridge/package.json index 468506c01d..91d7c37c4f 100644 --- a/platform/logbridge/package.json +++ b/platform/logbridge/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/logbridge", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "type": "module", "scripts": { "build": "wrangler publish --dry-run --outdir=dist", diff --git a/platform/object/package.json b/platform/object/package.json index a318818b69..4ac34a94a5 100644 --- a/platform/object/package.json +++ b/platform/object/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/platform.object", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "scripts": { "build": "wrangler publish --dry-run --outdir=dist", "check": "run-s format:check lint:check types:check", diff --git a/platform/package.json b/platform/package.json index fcae2a6b18..a387590aa1 100644 --- a/platform/package.json +++ b/platform/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/platform", "version": "0.1.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "useWorkspaces": true, "workspaces": [ "*" diff --git a/platform/ping/package.json b/platform/ping/package.json index ca3438e304..4f607548e4 100644 --- a/platform/ping/package.json +++ b/platform/ping/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/platform.ping", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "scripts": { "build": "wrangler publish --dry-run --outdir=dist", "check": "run-s format:check lint:check types:check", diff --git a/platform/starbase/package.json b/platform/starbase/package.json index 52cbb24a82..327a40651b 100644 --- a/platform/starbase/package.json +++ b/platform/starbase/package.json @@ -1,8 +1,10 @@ { "name": "@proofzero/platform.starbase", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "main": "src/index.ts", "private": true, + "license": "UNLICENSED", "scripts": { "check": "run-s format:check lint:check types:check", "format": "run-s format:src", diff --git a/platform/test/package.json b/platform/test/package.json index af12ea4b34..c110685b92 100644 --- a/platform/test/package.json +++ b/platform/test/package.json @@ -1,7 +1,9 @@ { "name": "@proofzero/test.worker", "version": "0.0.0", + "author": "Proof Zero Inc. (https://rollup.id)", "private": true, + "license": "UNLICENSED", "type": "module", "scripts": { "build": "wrangler publish --dry-run --outdir=dist",