@lukso/lsp25-contracts 0.15.0-rc.5 → 0.15.0

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,3 +7,11 @@ Package for the LSP25 Execute Relay Call standard.
7
7
  ```bash
8
8
  npm i @lukso/lsp25-contracts
9
9
  ```
10
+
11
+ ## Available Constants & Types
12
+
13
+ The `@lukso/lsp25-contracts` npm package contains useful constants such as InterfaceIds, and specific constants related to the LSP25 Standard. You can import and access them as follow:
14
+
15
+ ```js
16
+ import { LSP25_VERSION, INTERFACE_ID_LSP25 } from "@lukso/lsp25-contracts";
17
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/lsp25-contracts",
3
- "version": "0.15.0-rc.5",
3
+ "version": "0.15.0",
4
4
  "description": "Package for the LSP25 Execute Relay Call standard",
5
5
  "license": "Apache-2.0",
6
6
  "author": "",