Skip to content

Commit 7ec3708

Browse files
committed
update deps to v0.13.0-next.1 & update version in examples
1 parent d316b02 commit 7ec3708

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@cashscript/utils": "^0.12.0",
12+
"@cashscript/utils": "^0.13.0-next.1",
1313
"@emotion/react": "^11.14.0",
1414
"@emotion/styled": "^11.14.0",
1515
"@monaco-editor/react": "^3.6.2",
1616
"bootstrap": "^5.3.7",
17-
"cashc": "^0.12.0",
18-
"cashscript": "^0.12.0",
17+
"cashc": "^0.13.0-next.1",
18+
"cashscript": "^0.13.0-next.1",
1919
"next": "15.5.9",
2020
"react": "18.2.0",
2121
"react-bootstrap": "^2.10.10",

src/exampleContracts/examples.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const exampleTimeoutContract = `pragma cashscript ~0.12.0;
1+
export const exampleTimeoutContract = `pragma cashscript ~0.13.0;
22
33
// see https://cashscript.org/docs/basics/getting-started#writing-your-first-contract
44
@@ -16,7 +16,7 @@ contract TransferWithTimeout(pubkey sender, pubkey recipient, int timeout) {
1616
}
1717
`
1818

19-
export const exampleEscrowContract = `pragma cashscript ~0.12.0;
19+
export const exampleEscrowContract = `pragma cashscript ~0.13.0;
2020
2121
// see https://cashscript.org/docs/guides/covenants#restricting-p2pkh-recipients
2222
@@ -40,7 +40,7 @@ contract Escrow(bytes20 arbiter, bytes20 buyer, bytes20 seller) {
4040
}
4141
`
4242

43-
export const exampleStramingMecenasContract = `pragma cashscript ~0.12.0;
43+
export const exampleStramingMecenasContract = `pragma cashscript ~0.13.0;
4444
4545
// see https://cashscript.org/docs/guides/covenants#keeping-local-state-in-nfts
4646
@@ -100,7 +100,7 @@ contract StreamingMecenas(
100100
}
101101
`
102102

103-
export const exampleDexContract = `pragma cashscript ~0.12.0;
103+
export const exampleDexContract = `pragma cashscript ~0.13.0;
104104
105105
// see https://cashscript.org/docs/language/examples#amm-dex
106106

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
resolved "https://registry.yarnpkg.com/@bitauth/libauth/-/libauth-3.1.0-next.8.tgz#d130e5db6c3c8b24731c8d04c4091be07f48b0ee"
7171
integrity sha512-Pm+Ju+YP3JeBLLTiVrBnia2wwE4G17r4XqpvPRMcklElJTe8J6x3JgKRg1by0Xm3ZY6UFxACkEAoSA+x419/zA==
7272

73-
"@cashscript/utils@^0.12.0":
74-
version "0.12.0"
75-
resolved "https://registry.yarnpkg.com/@cashscript/utils/-/utils-0.12.0.tgz#d4e96428ecb09792fb87970f4675214d7e54f409"
76-
integrity sha512-25sJQuEUBeZ3BwCRJ3bruqsyP/9P1VLy9gnqObB/Uz2rzW9OAmDQ5gDsx9ABywazoXmq5/mQ+gQBwlqt9qpgmA==
73+
"@cashscript/utils@^0.13.0-next.1":
74+
version "0.13.0-next.1"
75+
resolved "https://registry.yarnpkg.com/@cashscript/utils/-/utils-0.13.0-next.1.tgz#2791e6c77371ea847a2a3863731b1b2bfead8317"
76+
integrity sha512-TDR9XmiViXJnhNfT+Pa/6WQomquELlIwh4wrQpyG1AO2+XjnYpe6YRMZpg96YSBsjY3Ann+yrtfM15DhklNkYA==
7777
dependencies:
7878
"@bitauth/libauth" "^3.1.0-next.8"
7979

@@ -1187,24 +1187,24 @@ caniuse-lite@^1.0.30001579:
11871187
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001625.tgz#ead1b155ea691d6a87938754d3cb119c24465b03"
11881188
integrity sha512-4KE9N2gcRH+HQhpeiRZXd+1niLB/XNLAhSy4z7fI8EzcbcPoAqjNInxVHTiTwWfTIV4w096XG8OtCOCQQKPv3w==
11891189

1190-
cashc@^0.12.0:
1191-
version "0.12.0"
1192-
resolved "https://registry.yarnpkg.com/cashc/-/cashc-0.12.0.tgz#1e0674d569c5ae4119226032b792b226cf39457c"
1193-
integrity sha512-Cns6Xi+sRbURn7j8OwTAsVOp16BgUN3EmPNXMAj8DWhyofhJSPzkxtvynvKH10N1yDQBU8/Y9X/pz7JRA90UIg==
1190+
cashc@^0.13.0-next.1:
1191+
version "0.13.0-next.1"
1192+
resolved "https://registry.yarnpkg.com/cashc/-/cashc-0.13.0-next.1.tgz#276b9a87fd5be5b4ab29919a97610993f6ff9c12"
1193+
integrity sha512-yDHNxND6FAbRxOA8TQ9397u2rWo8wFcnUNGKQyN/NzzfPjLcbefX6IWCYl/JFq0nsRmFug2K4vR+FOKXp0GqlQ==
11941194
dependencies:
11951195
"@bitauth/libauth" "^3.1.0-next.8"
1196-
"@cashscript/utils" "^0.12.0"
1196+
"@cashscript/utils" "^0.13.0-next.1"
11971197
antlr4 "^4.13.2"
11981198
commander "^14.0.0"
11991199
semver "^7.7.2"
12001200

1201-
cashscript@^0.12.0:
1202-
version "0.12.0"
1203-
resolved "https://registry.yarnpkg.com/cashscript/-/cashscript-0.12.0.tgz#66225524eb94fa657b4c68ac90e786d4348a848b"
1204-
integrity sha512-pdrBjdiBka8g/jVCtaku08R2xoFCMo2GG/pdVf/z+b95Yd0H1ioFSMlp9mx1xuxeYbvZx85ZGk643CAFm+Kzgg==
1201+
cashscript@^0.13.0-next.1:
1202+
version "0.13.0-next.1"
1203+
resolved "https://registry.yarnpkg.com/cashscript/-/cashscript-0.13.0-next.1.tgz#83f351ebb64e39c20c75aaecb41a6ce63081d68c"
1204+
integrity sha512-mi3kDVPU7Y0EDkOjadJ65c7kh6j91nPEPWhsZUzgpViCGeitwk6cKM9YVtuAciH/3rRVRit+LsK8tdXrHYDuZA==
12051205
dependencies:
12061206
"@bitauth/libauth" "^3.1.0-next.8"
1207-
"@cashscript/utils" "^0.12.0"
1207+
"@cashscript/utils" "^0.13.0-next.1"
12081208
"@electrum-cash/network" "^4.1.3"
12091209
"@mr-zwets/bchn-api-wrapper" "^1.0.1"
12101210
pako "^2.1.0"

0 commit comments

Comments
 (0)