Skip to content

Commit

Permalink
fix(all): Update package.json metadata to unify license and author fi…
Browse files Browse the repository at this point in the history
…elds.

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.
  • Loading branch information
alfl committed Jan 9, 2024
1 parent a2ab909 commit 1d64633
Show file tree
Hide file tree
Showing 33 changed files with 7,569 additions and 26 deletions.
2 changes: 2 additions & 0 deletions apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/apps.console",
"version": "0.1.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"sideEffects": true,
"scripts": {
"storybook:css": "npx tailwindcss -o ./app/styles/tailwind.css --watch",
Expand Down
2 changes: 2 additions & 0 deletions apps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/apps",
"version": "0.1.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"useWorkspaces": true,
"workspaces": [
"*"
Expand Down
2 changes: 2 additions & 0 deletions apps/passport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/apps.passport",
"version": "0.1.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"sideEffects": true,
"scripts": {
"build": "run-s 'build:*'",
Expand Down
2 changes: 2 additions & 0 deletions apps/profile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/apps.profile",
"version": "0.1.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"sideEffects": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@proofzero/rollupid",
"version": "0.1.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"useWorkspaces": true,
"workspaces": [
Expand All @@ -24,6 +25,7 @@
"npm-run-all": "4.1.5"
},
"packageManager": "[email protected]",
"license": "UNLICENSED",
"dependencies": {
"@dnd-kit/core": "6.0.6",
"@dnd-kit/sortable": "7.0.1"
Expand Down
3 changes: 2 additions & 1 deletion packages/alchemy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@proofzero/alchemy-client",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"version": "0.1.0",
"license": "UNLICENSED",
"description": "A client for Alchemy calls.",
"main": "index.ts",
"scripts": {
Expand All @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/design-system",
"version": "0.1.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@proofzero/errors",
"private": true,
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
4 changes: 2 additions & 2 deletions packages/galaxy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@proofzero/galaxy-client",
"version": "1.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
2 changes: 2 additions & 0 deletions packages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/packages",
"version": "0.1.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"useWorkspaces": true,
"workspaces": [
"*"
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@proofzero/platform-clients",
"version": "1.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@proofzero/platform-middleware",
"version": "1.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
6 changes: 3 additions & 3 deletions packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@proofzero/security",
"version": "0.1.0",
"author": "Proof Zero Inc.",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"description": "Platform security definitions and utilities",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build:dev": "tsc",
"docs": "run-s 'build:*' 'docs:*'",
Expand All @@ -30,6 +31,5 @@
"cross-env": "7.0.3",
"psl": "1.9.0"
},
"packageManager": "[email protected]",
"license": "UNLICENSED"
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@proofzero/types",
"private": true,
"version": "0.1.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
6 changes: 3 additions & 3 deletions packages/urns/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@proofzero/urns",
"private": true,
"version": "1.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@proofzero/utils",
"private": true,
"version": "1.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
2 changes: 2 additions & 0 deletions platform/account/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@proofzero/platform.account",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
2 changes: 2 additions & 0 deletions platform/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/services.posthog",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"type": "module",
"scripts": {
"build": "wrangler publish --dry-run --outdir=dist",
Expand Down
2 changes: 2 additions & 0 deletions platform/authorization/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@proofzero/platform.authorization",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
2 changes: 2 additions & 0 deletions platform/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@proofzero/platform.billing",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
2 changes: 2 additions & 0 deletions platform/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@proofzero/platform.core",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
6 changes: 3 additions & 3 deletions platform/edges/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@proofzero/platform.edges",
"version": "0.1.0",
"author": "Proof Zero Inc.",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down Expand Up @@ -53,6 +54,5 @@
"urns": "0.6.0",
"zod": "3.22.4"
},
"packageManager": "[email protected]",
"license": "UNLICENSED"
"packageManager": "[email protected]"
}
4 changes: 3 additions & 1 deletion platform/email/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@proofzero/services.email",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"@cloudflare/workers-types": "4.20221111.1",
"@types/node": "18.15.3",
"npm-run-all": "4.1.5",
"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",
Expand Down
4 changes: 3 additions & 1 deletion platform/galaxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@proofzero/platform.galaxy",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"@cloudflare/workers-types": "4.20221111.1",
"concurrently": "7.5.0",
Expand All @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions platform/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@proofzero/platform.identity",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (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",
Expand Down
4 changes: 3 additions & 1 deletion platform/images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@proofzero/services.images",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"@cloudflare/workers-types": "4.20221111.1",
"@types/node": "18.15.3",
Expand All @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions platform/logbridge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/logbridge",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"type": "module",
"scripts": {
"build": "wrangler publish --dry-run --outdir=dist",
Expand Down
Loading

0 comments on commit 1d64633

Please sign in to comment.