Skip to content

Commit 564a745

Browse files
committed
fix build for cia
1 parent f816c7c commit 564a745

File tree

4 files changed

+126
-8
lines changed

4 files changed

+126
-8
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"eslint-plugin-prettier": "^4.0.0",
3131
"jest": "29.3.1",
3232
"lerna": "4.0.0",
33-
"prettier": "2.8.0"
33+
"prettier": "2.8.0",
34+
"copyfiles": "2.4.1"
3435
},
3536
"workspaces": [
3637
"packages/*",

packages/create-interchain-app/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
"dist"
2020
],
2121
"scripts": {
22+
"build:clean": "rimraf dist/**",
23+
"build:copy": "copyfiles -f ../../LICENSE-MIT ../../LICENSE-Apache README.md package.json dist",
2224
"build:dist": "yarn tsc -p tsconfig.json --outDir dist --module commonjs || true",
2325
"build:chmod": "chmod +x ./dist/create-interchain-app.js",
24-
"build": "npm run build:dist && npm run build:chmod",
26+
"build": "npm run build:clean && npm run build:dist && npm run build:copy && npm run build:chmod",
2527
"prepare": "npm run build",
2628
"dev": "node ./dist/create-interchain-app",
2729
"lint": "eslint .",

packages/create-interchain-app/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"baseUrl": ".",
4-
"rootDir": ".",
4+
"rootDir": "src",
55
"skipLibCheck": true,
66
"emitDeclarationOnly": false,
77
"declaration": true,

yarn.lock

+120-5
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,17 @@
19041904
case "1.6.3"
19051905
dotty "0.1.2"
19061906

1907+
"@cosmology/ast@^1.10.1":
1908+
version "1.10.1"
1909+
resolved "https://registry.npmjs.org/@cosmology/ast/-/ast-1.10.1.tgz#265756583228ae1c5dc3090fb2424f6856c0461f"
1910+
integrity sha512-N20RIRa9Xm71cno/OFH8ZAVkfbNR/1WYkkIJQoK9EUZNPCpJk0wZGZiT+uLYa0Qt6eKzEwiamua6sh9BPE1T+A==
1911+
dependencies:
1912+
"@babel/types" "7.23.6"
1913+
"@cosmology/types" "^1.12.0"
1914+
"@cosmology/utils" "^1.10.0"
1915+
case "1.6.3"
1916+
dotty "0.1.2"
1917+
19071918
"@cosmology/lcd@^0.12.0":
19081919
version "0.12.0"
19091920
resolved "https://registry.npmjs.org/@cosmology/lcd/-/lcd-0.12.0.tgz#a6594fc00a8c84c7341e90840627e62a7e63fd1b"
@@ -1926,6 +1937,20 @@
19261937
minimatch "5.1.0"
19271938
mkdirp "3.0.0"
19281939

1940+
"@cosmology/proto-parser@^1.10.1":
1941+
version "1.10.1"
1942+
resolved "https://registry.npmjs.org/@cosmology/proto-parser/-/proto-parser-1.10.1.tgz#d3f1e9d30acc1e4da5bc7bf9a974d3cacc4d02b5"
1943+
integrity sha512-PeWu6B/bZ6LgYbPdJPUZPU2w4BAr8i/KKNfCdAySDhAqvu+YdD/780Y/xhlx7qB7u6Kij043jf1POYQbHm2ktA==
1944+
dependencies:
1945+
"@cosmology/protobufjs" "7.3.2"
1946+
"@cosmology/types" "^1.12.0"
1947+
"@cosmology/utils" "^1.10.0"
1948+
dotty "0.1.2"
1949+
fast-json-patch "3.1.1"
1950+
glob "8.0.3"
1951+
minimatch "5.1.0"
1952+
mkdirp "3.0.0"
1953+
19291954
"@cosmology/[email protected]":
19301955
version "7.3.2"
19311956
resolved "https://registry.npmjs.org/@cosmology/protobufjs/-/protobufjs-7.3.2.tgz#6c2acdaec9e4b7aab4647bb236da1258e7526a87"
@@ -2005,6 +2030,36 @@
20052030
rimraf "5.0.0"
20062031
yaml "^2.3.4"
20072032

2033+
"@cosmology/telescope@^1.12.4":
2034+
version "1.12.7"
2035+
resolved "https://registry.npmjs.org/@cosmology/telescope/-/telescope-1.12.7.tgz#09076d1c6510e44a905f3bc300f7a0143cbed77d"
2036+
integrity sha512-e+Lvg0d1DpRRReTZebs+7+3TzS7gKw02/G28GktLn0MorxNs3fFhq6ZVNvCqv3ZyshYn5IFxfaWzjTVJ1l4gGA==
2037+
dependencies:
2038+
"@babel/generator" "^7.23.6"
2039+
"@babel/parser" "^7.23.6"
2040+
"@babel/traverse" "7.23.6"
2041+
"@babel/types" "7.23.6"
2042+
"@cosmology/ast" "^1.10.1"
2043+
"@cosmology/proto-parser" "^1.10.1"
2044+
"@cosmology/types" "^1.12.0"
2045+
"@cosmology/utils" "^1.10.0"
2046+
"@cosmwasm/ts-codegen" "0.35.7"
2047+
"@types/parse-package-name" "0.1.0"
2048+
case "1.6.3"
2049+
dargs "7.0.0"
2050+
deepmerge "4.3.1"
2051+
dotty "0.1.2"
2052+
fuzzy "0.1.3"
2053+
glob "8.0.3"
2054+
inquirerer "0.1.3"
2055+
long "^5.2.1"
2056+
minimatch "5.1.0"
2057+
minimist "1.2.8"
2058+
mkdirp "3.0.0"
2059+
parse-package-name "1.0.0"
2060+
rimraf "5.0.0"
2061+
yaml "^2.3.4"
2062+
20082063
"@cosmology/types@^1.11.2", "@cosmology/types@^1.12.0":
20092064
version "1.12.0"
20102065
resolved "https://registry.npmjs.org/@cosmology/types/-/types-1.12.0.tgz#8668f85892a80b22ac61e15505d5722effa6d1fd"
@@ -10042,6 +10097,19 @@ copy-to-clipboard@^3.3.3:
1004210097
dependencies:
1004310098
toggle-selection "^1.0.6"
1004410099

10100+
10101+
version "2.4.1"
10102+
resolved "https://registry.npmjs.org/copyfiles/-/copyfiles-2.4.1.tgz#d2dcff60aaad1015f09d0b66e7f0f1c5cd3c5da5"
10103+
integrity sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==
10104+
dependencies:
10105+
glob "^7.0.5"
10106+
minimatch "^3.0.3"
10107+
mkdirp "^1.0.4"
10108+
noms "0.0.0"
10109+
through2 "^2.0.1"
10110+
untildify "^4.0.0"
10111+
yargs "^16.1.0"
10112+
1004510113
core-js-compat@^3.21.0, core-js-compat@^3.22.1, core-js-compat@^3.25.1:
1004610114
version "3.41.0"
1004710115
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.41.0.tgz#4cdfce95f39a8f27759b667cf693d96e5dda3d17"
@@ -12018,7 +12086,7 @@ glob@^10.0.0:
1201812086
package-json-from-dist "^1.0.0"
1201912087
path-scurry "^1.11.1"
1202012088

12021-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
12089+
glob@^7.0.0, glob@^7.0.5, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
1202212090
version "7.2.3"
1202312091
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
1202412092
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -12421,7 +12489,7 @@ inflight@^1.0.4:
1242112489
once "^1.3.0"
1242212490
wrappy "1"
1242312491

12424-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3:
12492+
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
1242512493
version "2.0.4"
1242612494
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
1242712495
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -12463,6 +12531,20 @@ [email protected]:
1246312531
"@noble/hashes" "^1.3.1"
1246412532
decimal.js "^10.4.3"
1246512533

12534+
12535+
version "1.11.2"
12536+
resolved "https://registry.npmjs.org/injectivejs/-/injectivejs-1.11.2.tgz#bcdb354e43c1f213acebe7b4762b0745d45a014e"
12537+
integrity sha512-W5mNXiNmkS0sLGmYEwJgRqU6vKqHU9oIbEQbGpHhBMeEbgjbJO3bugDA8TpKMKI3Ch4zIlvgZPEVV4ovxZjOOQ==
12538+
dependencies:
12539+
"@interchainjs/cosmos" "1.11.2"
12540+
"@interchainjs/cosmos-types" "1.11.2"
12541+
"@interchainjs/encoding" "1.11.2"
12542+
"@interchainjs/pubkey" "1.11.2"
12543+
"@interchainjs/types" "1.11.2"
12544+
"@interchainjs/utils" "1.11.2"
12545+
"@noble/hashes" "^1.3.1"
12546+
decimal.js "^10.4.3"
12547+
1246612548
1246712549
version "0.2.4"
1246812550
resolved "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz#f4af5fe72e612839fcd453d989a586566d695f22"
@@ -12981,6 +13063,11 @@ is-what@^4.1.8:
1298113063
resolved "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz#1ad860a19da8b4895ad5495da3182ce2acdd7a6f"
1298213064
integrity sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==
1298313065

13066+
13067+
version "0.0.1"
13068+
resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
13069+
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
13070+
1298413071
isarray@^2.0.5:
1298513072
version "2.0.5"
1298613073
resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
@@ -14539,7 +14626,7 @@ [email protected]:
1453914626
dependencies:
1454014627
brace-expansion "^2.0.1"
1454114628

14542-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
14629+
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1454314630
version "3.1.2"
1454414631
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
1454514632
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -14903,6 +14990,14 @@ node-releases@^2.0.19:
1490314990
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314"
1490414991
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
1490514992

14993+
14994+
version "0.0.0"
14995+
resolved "https://registry.npmjs.org/noms/-/noms-0.0.0.tgz#da8ebd9f3af9d6760919b27d9cdc8092a7332859"
14996+
integrity sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==
14997+
dependencies:
14998+
inherits "^2.0.1"
14999+
readable-stream "~1.0.31"
15000+
1490615001
nopt@^4.0.1:
1490715002
version "4.0.3"
1490815003
resolved "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48"
@@ -16149,6 +16244,16 @@ readable-stream@^2.0.6, readable-stream@~2.3.6:
1614916244
string_decoder "~1.1.1"
1615016245
util-deprecate "~1.0.1"
1615116246

16247+
readable-stream@~1.0.31:
16248+
version "1.0.34"
16249+
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
16250+
integrity sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==
16251+
dependencies:
16252+
core-util-is "~1.0.0"
16253+
inherits "~2.0.1"
16254+
isarray "0.0.1"
16255+
string_decoder "~0.10.x"
16256+
1615216257
readdir-scoped-modules@^1.0.0:
1615316258
version "1.1.0"
1615416259
resolved "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz#8d45407b4f870a0dcaebc0e28670d18e74514309"
@@ -17080,6 +17185,11 @@ string_decoder@^1.1.1:
1708017185
dependencies:
1708117186
safe-buffer "~5.2.0"
1708217187

17188+
string_decoder@~0.10.x:
17189+
version "0.10.31"
17190+
resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
17191+
integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==
17192+
1708317193
string_decoder@~1.1.1:
1708417194
version "1.1.1"
1708517195
resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
@@ -17351,7 +17461,7 @@ thread-stream@^0.15.1:
1735117461
dependencies:
1735217462
real-require "^0.1.0"
1735317463

17354-
through2@^2.0.0:
17464+
through2@^2.0.0, through2@^2.0.1:
1735517465
version "2.0.5"
1735617466
resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
1735717467
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
@@ -17906,6 +18016,11 @@ unstorage@^1.9.0:
1790618016
ofetch "^1.4.1"
1790718017
ufo "^1.5.4"
1790818018

18019+
untildify@^4.0.0:
18020+
version "4.0.0"
18021+
resolved "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
18022+
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
18023+
1790918024
upath@^2.0.1:
1791018025
version "2.0.1"
1791118026
resolved "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b"
@@ -18452,7 +18567,7 @@ yargs-parser@^21.1.1:
1845218567
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz"
1845318568
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
1845418569

18455-
yargs@^16.2.0:
18570+
yargs@^16.1.0, yargs@^16.2.0:
1845618571
version "16.2.0"
1845718572
resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
1845818573
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==

0 commit comments

Comments
 (0)