-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(all): Update package.json metadata to unify license and author fi…
…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
Showing
33 changed files
with
7,569 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
"*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:*'", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
"*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:*'", | ||
|
@@ -30,6 +31,5 @@ | |
"cross-env": "7.0.3", | ||
"psl": "1.9.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"license": "UNLICENSED" | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -53,6 +54,5 @@ | |
"urns": "0.6.0", | ||
"zod": "3.22.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"license": "UNLICENSED" | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
Oops, something went wrong.