Skip to content

Commit a0960c7

Browse files
committed
chore(ts-sdk): Update repo urls
1 parent c6bc551 commit a0960c7

14 files changed

Lines changed: 25 additions & 25 deletions

File tree

apps/apps-backend-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sideEffects": false,
55
"author": "IOTA Foundation <[email protected]>",
66
"description": "Client library for the IOTA apps-backend service",
7-
"repository": "https://github.com/iotaledger/iota",
7+
"repository": "https://github.com/iotaledger/ts-packages",
88
"license": "Apache-2.0",
99
"files": [
1010
"CHANGELOG.md",

apps/ui-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@iota/apps-ui-icons",
33
"version": "0.7.5",
4-
"repository": "https://github.com/iotaledger/iota",
4+
"repository": "https://github.com/iotaledger/ts-packages",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

apps/ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iota/apps-ui-kit",
33
"version": "0.9.5",
44
"sideEffects": false,
5-
"repository": "https://github.com/iotaledger/iota",
5+
"repository": "https://github.com/iotaledger/ts-packages",
66
"license": "Apache-2.0",
77
"files": [
88
"CHANGELOG.md",

sdk/bcs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lint": "pnpm run eslint:check && pnpm run prettier:check",
3434
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
3535
},
36-
"repository": "https://github.com/iotaledger/iota",
36+
"repository": "https://github.com/iotaledger/ts-packages",
3737
"keywords": [
3838
"bcs",
3939
"libra",
@@ -43,7 +43,7 @@
4343
"serde"
4444
],
4545
"bugs": {
46-
"url": "https://github.com/iotaledger/iota/issues"
46+
"url": "https://github.com/iotaledger/ts-packages/issues"
4747
},
4848
"size-limit": [
4949
{
@@ -55,7 +55,7 @@
5555
"limit": "10 kB"
5656
}
5757
],
58-
"homepage": "https://github.com/iotaledger/iota#readme",
58+
"homepage": "https://github.com/iotaledger/ts-packages#readme",
5959
"devDependencies": {
6060
"@iota/build-scripts": "workspace:*",
6161
"@size-limit/preset-small-lib": "^11.1.4",

sdk/create-dapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "A CLI for creating new IOTA dApps",
55
"homepage": "https://docs.iota.org/ts-sdk/typescript/",
6-
"repository": "https://github.com/iotaledger/iota",
6+
"repository": "https://github.com/iotaledger/ts-packages",
77
"version": "0.4.6",
88
"license": "Apache-2.0",
99
"files": [
@@ -29,7 +29,7 @@
2929
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
3030
},
3131
"bugs": {
32-
"url": "https://github.com/iotaledger/iota/issues/new"
32+
"url": "https://github.com/iotaledger/ts-packages/issues/new"
3333
},
3434
"devDependencies": {
3535
"@iota/build-scripts": "workspace:*",

sdk/dapp-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "A collection of React hooks and components for interacting with the IOTA blockchain and wallets.",
55
"homepage": "https://docs.iota.org/developer/ts-sdk/dapp-kit/",
6-
"repository": "https://github.com/iotaledger/iota",
6+
"repository": "https://github.com/iotaledger/ts-packages",
77
"version": "0.10.1",
88
"license": "Apache-2.0",
99
"files": [
@@ -42,7 +42,7 @@
4242
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
4343
},
4444
"bugs": {
45-
"url": "https://github.com/iotaledger/iota/issues/new"
45+
"url": "https://github.com/iotaledger/ts-packages/issues/new"
4646
},
4747
"size-limit": [
4848
{

sdk/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iota/examples",
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "IOTA SDK Examples",
5-
"repository": "https://github.com/iotaledger/iota",
5+
"repository": "https://github.com/iotaledger/ts-packages",
66
"version": "0.1.0",
77
"license": "Apache-2.0",
88
"type": "module",

sdk/graphql-transport/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"test:e2e:prepare": "docker-compose down && docker-compose up -d && cargo build --bin iota-localnet --features indexer --profile dev && cross-env RUST_LOG=info,iota=error,anemo_tower=warn,consensus=off cargo run --features indexer --bin iota-localnet start --with-faucet --force-regenesis --with-indexer --with-graphql",
3434
"test:e2e": "wait-on http://127.0.0.1:9123 -l --timeout 180000 && vitest"
3535
},
36-
"repository": "https://github.com/iotaledger/iota",
36+
"repository": "https://github.com/iotaledger/ts-packages",
3737
"bugs": {
38-
"url": "https://github.com/iotaledger/iota/issues"
38+
"url": "https://github.com/iotaledger/ts-packages/issues"
3939
},
40-
"homepage": "https://github.com/iotaledger/iota#readme",
40+
"homepage": "https://github.com/iotaledger/ts-packages#readme",
4141
"devDependencies": {
4242
"@graphql-codegen/add": "^5.0.3",
4343
"@graphql-codegen/cli": "^5.0.2",

sdk/isc-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "IOTA Foundation <[email protected]>",
44
"version": "0.2.6",
55
"description": "ISC SDK for interacting with IOTA Smart Contracts.",
6-
"repository": "https://github.com/iotaledger/iota",
6+
"repository": "https://github.com/iotaledger/ts-packages",
77
"type": "commonjs",
88
"license": "Apache-2.0",
99
"main": "./dist/cjs/index.js",

sdk/kiosk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iota/kiosk",
33
"author": "IOTA Foundation <[email protected]>",
44
"description": "IOTA Kiosk library",
5-
"repository": "https://github.com/iotaledger/iota",
5+
"repository": "https://github.com/iotaledger/ts-packages",
66
"version": "0.8.1",
77
"license": "Apache-2.0",
88
"type": "commonjs",

0 commit comments

Comments
 (0)