@meshsdk/contract 1.9.0-beta.77 → 1.9.0-beta.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshsdk/contract",
|
|
3
|
-
"version": "1.9.0-beta.
|
|
3
|
+
"version": "1.9.0-beta.78",
|
|
4
4
|
"description": "List of open-source smart contracts, complete with documentation, live demos, and end-to-end source code. https://meshjs.dev/smart-contracts",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"browser": "./dist/index.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"typescript": "^5.3.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@meshsdk/common": "1.9.0-beta.
|
|
38
|
-
"@meshsdk/core": "1.9.0-beta.
|
|
37
|
+
"@meshsdk/common": "1.9.0-beta.78",
|
|
38
|
+
"@meshsdk/core": "1.9.0-beta.78"
|
|
39
39
|
},
|
|
40
40
|
"prettier": "@meshsdk/configs/prettier",
|
|
41
41
|
"publishConfig": {
|