@bonfida/spl-name-service 0.2.12 → 0.2.13

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.
@@ -32,7 +32,6 @@ export declare function updateNameRegistryData(connection: Connection, name: str
32
32
  * @param connection The solana connection object to the RPC node
33
33
  * @param name The name of the name account
34
34
  * @param newOwner The new owner to be set
35
- * @param curentNameOwner the current name Owner
36
35
  * @param nameClass The class of this name, if it exsists
37
36
  * @param nameParent The parent name of this name, if it exists
38
37
  * @param parentOwner Parent name owner
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonfida/spl-name-service",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"