Skip to content

Commit

Permalink
add license key to each package.json (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime authored Apr 22, 2024
1 parent 243f3f6 commit 54d3286
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 2 deletions.
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": "[email protected]",
"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",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"clean": "rm -rfv dist wasm ; cargo clean --manifest-path ./crate/Cargo.toml",
Expand Down

0 comments on commit 54d3286

Please sign in to comment.