Skip to content

Commit 6c26386

Browse files
authored
Merge pull request #107 from cosmos/hyperweb-telescope
Migrate from @cosmology/telescope to @hyperweb/telescope
2 parents db4cbb1 + 60fa290 commit 6c26386

File tree

9 files changed

+63
-61
lines changed

9 files changed

+63
-61
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
- Migrate from @cosmology/telescope to @hyperweb/telescope.
12+
1113
## [0.10.1] - 2025-07-29
1214

1315
- Add missing json-safe.\* files to package

package-lock.json

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
},
4545
"devDependencies": {
46-
"@cosmology/telescope": "^1.12.20",
46+
"@hyperweb/telescope": "^1.17.4",
4747
"@types/node": "^15.6.2",
4848
"prettier": "^3.6.2",
4949
"typescript": "~5.9"

scripts/codegen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const { join } = require("path");
44
const { writeFileSync } = require("fs");
5-
const telescope = require("@cosmology/telescope").default;
5+
const telescope = require("@hyperweb/telescope").default;
66

77
const outPath = join(__dirname, "/../src");
88

src/binary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
/**
3-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
3+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
44
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
55
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
66
*/

src/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
/**
3-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
3+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
44
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
55
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
66
*/

src/json-safe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
/**
3-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
3+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
44
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
55
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
66
*/

src/utf8.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
/**
3-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
3+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
44
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
55
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
66
*/

src/varint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
/**
3-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
3+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
44
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
55
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
66
*/

0 commit comments

Comments
 (0)