@misofm/partyos 0.3.0 → 0.3.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@misofm/partyos",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"packageManager": "bun@1.4.0",
|
|
5
5
|
"description": "Typed bindings, queries, and PTB builders for the PartyOS object model (Party identity, admin caps, and group membership) on Sui.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"package.json"
|
|
85
85
|
],
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@misofm/effect": "0.1.
|
|
87
|
+
"@misofm/effect": "0.1.1",
|
|
88
88
|
"@mysten/bcs": "^2.1.1"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|