Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions example-apps/dashmint-lab/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-apps/dashmint-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dashevo/evo-sdk": "4.0.0-rc.2",
"@dashevo/evo-sdk": "4.0.0",
"@tailwindcss/vite": "^4.2.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
Expand Down
2 changes: 1 addition & 1 deletion example-apps/dashmint-lab/public/dashmint-lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2>Browse cards</h2>
// package and serves it as a browser-native ES module. Pinned to the same
// version the React app at ../package.json depends on so both UIs behave
// identically against the same testnet contract.
import { EvoSDK } from 'https://esm.sh/@dashevo/evo-sdk@4.0.0-rc.2';
import { EvoSDK } from 'https://esm.sh/@dashevo/evo-sdk@4.0.0';

// The token-enabled "card" data contract is already published on testnet by
// the React app. Anyone querying with the same contract id hits the same
Expand Down
16 changes: 8 additions & 8 deletions example-apps/dashnote-starter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-apps/dashnote-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dashevo/evo-sdk": "4.0.0-rc.2",
"@dashevo/evo-sdk": "4.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
Expand Down
16 changes: 8 additions & 8 deletions example-apps/dashnote/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-apps/dashnote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dashevo/evo-sdk": "4.0.0-rc.2",
"@dashevo/evo-sdk": "4.0.0",
"@tailwindcss/vite": "^4.2.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
Expand Down
2 changes: 1 addition & 1 deletion example-apps/dashnote/public/dashnote-lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2>Get note by ID</h2>
// package and serves it as a browser-native ES module. Pinned to the same
// version the React app at ../package.json depends on so both UIs behave
// identically against the same testnet contract.
import { EvoSDK } from 'https://esm.sh/@dashevo/evo-sdk@4.0.0-rc.2';
import { EvoSDK } from 'https://esm.sh/@dashevo/evo-sdk@4.0.0';

// The "note" data contract is already published on testnet by the React app.
// Anyone querying with the same contract id hits the same documents.
Expand Down
16 changes: 8 additions & 8 deletions example-apps/dashproof-lab/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-apps/dashproof-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dashevo/evo-sdk": "4.0.0-rc.2",
"@dashevo/evo-sdk": "4.0.0",
"@tailwindcss/vite": "^4.2.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
Expand Down
2 changes: 1 addition & 1 deletion example-apps/dashproof-lab/public/dashproof-lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2>History by chainId</h2>
// package and serves it as a browser-native ES module. Pinned to the same
// version the React app at ../package.json depends on so both UIs behave
// identically against the same testnet contract.
import { EvoSDK } from 'https://esm.sh/@dashevo/evo-sdk@4.0.0-rc.2';
import { EvoSDK } from 'https://esm.sh/@dashevo/evo-sdk@4.0.0';

// The "anchor" data contract is already published on testnet by the React app.
// Anyone querying with the same contract id hits the same documents.
Expand Down
16 changes: 8 additions & 8 deletions example-apps/dashrate/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-apps/dashrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"preview": "vite preview"
},
"dependencies": {
"@dashevo/evo-sdk": "4.0.0-rc.2",
"@dashevo/evo-sdk": "4.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platform-tutorials",
"version": "4.0-rc",
"version": "4.0.0",
"description": "Tutorial code for https://docs.dash.org/platform",
"main": "connect.mjs",
"scripts": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/dashpay/platform-tutorials#readme",
"dependencies": {
"@dashevo/evo-sdk": "4.0.0-rc.2",
"@dashevo/evo-sdk": "4.0.0",
"dotenv": "17.3.1"
},
"devDependencies": {
Expand Down