Skip to content

Commit

Permalink
refactor(tooling): update authors field on tooling packages (#1824)
Browse files Browse the repository at this point in the history
* feat(tooling): Update authors field on tooling packages

* feat(tooling): Revert changes to version.ts and move-bytecode-template/Cargo.lock
  • Loading branch information
msarcev authored Aug 14, 2024
1 parent 51789e3 commit 7ca2d5d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/index.ts",
"private": true,
"sideEffects": false,
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"repository": {
"type": "git",
"url": "github.com:iotaledger/iota.git"
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"sideEffects": false,
"main": "./src/index.ts",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"repository": {
"type": "git",
"url": "github.com:iotaledger/iota.git"
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tokens",
"balance"
],
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@amplitude/ampli": "^1.31.5",
Expand Down
2 changes: 1 addition & 1 deletion sdk/bcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "BCS - Canonical Binary Serialization implementation for JavaScript",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"sideEffects": false,
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/build-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iota/build-scripts",
"private": true,
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"description": "Build scripts for @mysten packages",
"version": "0.0.0",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/create-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/create-dapp",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"description": "A CLI for creating new Iota dApps",
"homepage": "https://sdk.mystenlabs.com",
"version": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/dapp-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/dapp-kit",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"description": "A collection of React hooks and components for interacting with the Iota blockchain and wallets.",
"homepage": "https://sdk.mystenlabs.com/typescript",
"version": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/graphql-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "A GraphQL transport to allow IotaClient to work with RPC 2.0",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/iotans-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/iotans-toolkit",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"description": "IotaNS TypeScript SDK",
"version": "0.0.0",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/kiosk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/kiosk",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"description": "Iota Kiosk library",
"version": "0.0.0",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/ledgerjs-hw-app-iota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Blue",
"Hardware Wallet"
],
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion sdk/move-bytecode-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:release": "wasm-pack build --target web --release --scope mysten",
"test": "vitest run"
},
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@iota/bcs": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/iota-sdk",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"description": "Iota TypeScript API(Work in Progress)",
"homepage": "https://sdk.mystenlabs.com",
"version": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/zklogin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "Utilities for interacting with zkLogin in Iota",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
"author": "IOTA Foundation <[email protected]>",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 7ca2d5d

Please sign in to comment.