Skip to content

Commit 3c4d2ab

Browse files
authored
fix: update the sdk repo url (#696)
1 parent 44f8ef5 commit 3c4d2ab

11 files changed

Lines changed: 21 additions & 21 deletions

File tree

sdk/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
"clientKind": "git",
4141
"useIgnoreFile": true
4242
}
43-
}
43+
}

sdk/packages/events/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "events"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/events"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/events"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

sdk/packages/http-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "http", "client"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/http-client"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/http-client"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

sdk/packages/identifiers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "identifiers"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/identifiers"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/identifiers"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

sdk/packages/model-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "stream", "model", "client"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/model-client"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/model-client"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

sdk/packages/model-instance-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "stream", "model", "document", "client"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/model-instance-client"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/model-instance-client"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

sdk/packages/model-instance-protocol/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "stream", "model", "document"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/model-instance-protocol"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/model-instance-protocol"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

sdk/packages/model-protocol/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "stream", "model"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/model-protocol"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/model-protocol"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

sdk/packages/stream-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "stream", "client"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/stream-client"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/stream-client"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

sdk/packages/test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": ["ceramic", "test"],
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ceramicstudio/ceramic-sdk",
10-
"directory": "packages/test-utils"
9+
"url": "https://github.com/ceramicnetwork/rust-ceramic",
10+
"directory": "sdk/packages/test-utils"
1111
},
1212
"type": "module",
1313
"main": "dist/index.js",

0 commit comments

Comments
 (0)