Skip to content

Commit e5bab16

Browse files
authored
chore: Update repo urls (#65)
Closes #11
1 parent 6de6c4f commit e5bab16

21 files changed

Lines changed: 34 additions & 35 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"iota-explorer",
1515
"wallet-dashboard",
1616
"apps-backend",
17-
"iota-evm-bridge",
17+
"iota-evm-bridge",
1818
"@iota/core",
1919
"sponsored-transactions",
2020
"kiosk-demo",

.github/workflows/apps_apps-backend_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
context: .
8383
file: ./apps/apps-backend/Dockerfile
8484
push: true
85-
tags: ghcr.io/iotaledger/iota/apps-backend-${{ needs.resolve-deploy-type.outputs.deploy_type }}:${{ env.VERSION }}
85+
tags: ghcr.io/iotaledger/ts-packages/apps-backend-${{ needs.resolve-deploy-type.outputs.deploy_type }}:${{ env.VERSION }}
8686
build-args: |
8787
DEPLOY_TYPE=${{ needs.resolve-deploy-type.outputs.deploy_type }}
8888
STAGING_APPS_BACKEND=${{ secrets.STAGING_APPS_BACKEND }}

.github/workflows/names_display.production_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
file: apps/names-display/Dockerfile
4040
push: true
4141
tags: |
42-
ghcr.io/iotaledger/iota-names/iota-names-display:${{ env.VERSION }}
43-
ghcr.io/iotaledger/iota-names/iota-names-display:latest
42+
ghcr.io/iotaledger/ts-packages/iota-names-display:${{ env.VERSION }}
43+
ghcr.io/iotaledger/ts-packages/iota-names-display:latest
4444
no-cache: true
4545

4646
- name: Add SSH key

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 <info@iota.org>",
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/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "IOTA Foundation <info@iota.org>",
77
"repository": {
88
"type": "git",
9-
"url": "github.com:iotaledger/iota.git"
9+
"url": "github.com:iotaledger/ts-packages.git"
1010
},
1111
"license": "Apache-2.0",
1212
"scripts": {

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",

apps/wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "github.com:iotaledger/iota.git"
37+
"url": "github.com:iotaledger/ts-packages.git"
3838
},
3939
"keywords": [
4040
"iota",

dapps/kiosk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If the connected address doesn't own a Kiosk (missing kioskOwnerCap), the purcha
3838
### Transfer Policy Rules supported
3939

4040
Currently, the demo supports the following Transfer Policy cases:
41-
(based on the [`@iota/kiosk`](https://github.com/iotaledger/iota/tree/main/sdk/kiosk) SDK)
41+
(based on the [`@iota/kiosk`](https://github.com/iotaledger/ts-packages/tree/main/sdk/kiosk) SDK)
4242

4343
1. No rules
4444
2. Royalty rule (soft royalties)

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",

0 commit comments

Comments
 (0)