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(all): Update package.json metadata #2811

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
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: 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
2 changes: 2 additions & 0 deletions platform/object/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/platform.object",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "wrangler publish --dry-run --outdir=dist",
"check": "run-s format:check lint:check types:check",
Expand Down
2 changes: 2 additions & 0 deletions platform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/platform",
"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 platform/ping/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@proofzero/platform.ping",
"version": "0.0.0",
"author": "Proof Zero Inc. <[email protected]> (https://rollup.id)",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "wrangler publish --dry-run --outdir=dist",
"check": "run-s format:check lint:check types:check",
Expand Down
Loading
Loading