File tree Expand file tree Collapse file tree 9 files changed +63
-61
lines changed Expand file tree Collapse file tree 9 files changed +63
-61
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 22
33const { join } = require ( "path" ) ;
44const { writeFileSync } = require ( "fs" ) ;
5- const telescope = require ( "@cosmology /telescope" ) . default ;
5+ const telescope = require ( "@hyperweb /telescope" ) . default ;
66
77const outPath = join ( __dirname , "/../src" ) ;
88
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments