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

add license key to every package.json #968

Merged
merged 1 commit into from
Apr 22, 2024
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
1 change: 1 addition & 0 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "chrome-extension",
"version": "6.3.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"description": "chrome-extension",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions apps/minifront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "minifront",
"version": "4.2.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
1 change: 1 addition & 0 deletions apps/node-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "node-status",
"version": "2.0.2",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "penumbra-web",
"private": true,
"license": "MIT OR Apache-2.0",
"license": "(MIT OR Apache-2.0)",
"repository": "penumbra-zone/web.git",
"packageManager": "pnpm@8.6.11",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/bech32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/bech32",
"version": "2.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "Tools for manipulating Penumbra bech32 strings",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/client",
"version": "3.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "Package for connecting to any Penumbra extension, including Prax.",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/constants",
"version": "2.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
1 change: 1 addition & 0 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/crypto-web",
"version": "3.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "eslint-config-custom",
"version": "2.0.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"main": "index.js",
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/getters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/getters",
"version": "2.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "Convenience getters for the deeply nested optionals of Penumbra's protobuf types",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/keys",
"version": "0.0.0",
"license": "(MIT OR Apache-2.0)",
"description": "Tool to download proving keys for Penumbra",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/perspective/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/perspective",
"version": "1.0.1",
"license": "(MIT OR Apache-2.0)",
"description": "Tools for assuming different perspectives of Penumbra transactions",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/polyfills",
"version": "2.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
1 change: 1 addition & 0 deletions packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@penumbra-zone/query",
"version": "2.0.2",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
Expand Down
1 change: 1 addition & 0 deletions packages/services-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/services-context",
"version": "2.0.2",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"lint": "eslint \"**/*.ts*\""
Expand Down
1 change: 1 addition & 0 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/services",
"version": "2.0.2",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
Expand Down
1 change: 1 addition & 0 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/storage",
"version": "3.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
Expand Down
1 change: 1 addition & 0 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@penumbra-zone/tailwind-config",
"version": "2.0.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"main": "index.ts",
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/transport-chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/transport-chrome",
"version": "2.1.0",
"license": "(MIT OR Apache-2.0)",
"description": "Tools for adapting `@penumbra-zone/transport` to Chrome's extension runtime messaging API",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
Expand Down
1 change: 1 addition & 0 deletions packages/transport-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/transport-dom",
"version": "2.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
1 change: 1 addition & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "tsconfig",
"version": "1.0.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"publishConfig": {
"access": "public"
}
Expand Down
1 change: 1 addition & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@penumbra-zone/types",
"version": "2.0.0",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@penumbra-zone/ui",
"version": "2.0.1",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"build-storybook": "storybook build",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@penumbra-zone/wasm",
"version": "3.0.0",
"license": "MIT",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed this one somehow

"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"clean": "rm -rfv dist wasm ; cargo clean --manifest-path ./crate/Cargo.toml",
Expand Down
Loading