-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tooling): update authors field on tooling packages (#1824)
* feat(tooling): Update authors field on tooling packages * feat(tooling): Revert changes to version.ts and move-bytecode-template/Cargo.lock
- Loading branch information
Showing
15 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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" | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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,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", | ||
|
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,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", | ||
|
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,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", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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,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", | ||
|
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,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", | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"Blue", | ||
"Hardware Wallet" | ||
], | ||
"author": "Mysten Labs <[email protected]>", | ||
"author": "IOTA Foundation <[email protected]>", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
|
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 |
---|---|---|
|
@@ -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:*", | ||
|
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,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", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -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", | ||
|