@1sat/actions 0.0.48 → 0.0.49
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/dist/identity/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Identity Module
|
|
3
3
|
*
|
|
4
4
|
* BAP identity actions: attestations and alias/profile updates.
|
|
5
|
-
* Uses the wallet's BAP signing key ([1, "
|
|
5
|
+
* Uses the wallet's BAP signing key ([1, "sigma"] / "identity") via applyAip.
|
|
6
6
|
*
|
|
7
7
|
* Prerequisite: Sigma Identity must seed the wallet's `bap` basket with
|
|
8
8
|
* an output tagged `type:id` and `bapId:<hash>` so actions can resolve
|
package/dist/identity/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Identity Module
|
|
3
3
|
*
|
|
4
4
|
* BAP identity actions: attestations and alias/profile updates.
|
|
5
|
-
* Uses the wallet's BAP signing key ([1, "
|
|
5
|
+
* Uses the wallet's BAP signing key ([1, "sigma"] / "identity") via applyAip.
|
|
6
6
|
*
|
|
7
7
|
* Prerequisite: Sigma Identity must seed the wallet's `bap` basket with
|
|
8
8
|
* an output tagged `type:id` and `bapId:<hash>` so actions can resolve
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1sat/actions",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.49",
|
|
4
4
|
"description": "Action definitions for the 1Sat SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"keywords": ["1sat", "bsv", "actions", "wallet", "ordinals"],
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@1sat/client": "^0.0.
|
|
25
|
-
"@1sat/types": "^0.0.
|
|
26
|
-
"@1sat/utils": "^0.0.
|
|
27
|
-
"@1sat/wallet": "^0.0.
|
|
24
|
+
"@1sat/client": "^0.0.12",
|
|
25
|
+
"@1sat/types": "^0.0.11",
|
|
26
|
+
"@1sat/utils": "^0.0.10",
|
|
27
|
+
"@1sat/wallet": "^0.0.22",
|
|
28
28
|
"@bopen-io/templates": "1.2.3"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|