@lukso/universalprofile-contracts 0.15.0-rc.1 → 0.15.0-rc.4

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.
@@ -11,7 +11,7 @@ abstract contract Version {
11
11
  // DO NOT CHANGE
12
12
  // Comments block below is used by release-please to automatically update the version in this file.
13
13
  // x-release-please-start-version
14
- string public constant VERSION = "0.15.0-rc.1";
14
+ string public constant VERSION = "0.15.0-rc.4";
15
15
 
16
16
  // x-release-please-end
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/universalprofile-contracts",
3
- "version": "0.15.0-rc.1",
3
+ "version": "0.15.0-rc.4",
4
4
  "description": "Package for Universal Profile, an implementation of LSP0 ERC725 Account & LSP3 Profile Metadata standards combined together.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "",
@@ -35,10 +35,12 @@
35
35
  ],
36
36
  "scripts": {
37
37
  "build": "hardhat compile --show-stack-traces",
38
+ "build:types": "npx wagmi generate",
38
39
  "clean": "hardhat clean && rm -Rf dist/",
39
40
  "format": "prettier --write .",
40
41
  "lint": "eslint . --ext .ts,.js",
41
- "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'"
42
+ "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'",
43
+ "package": "hardhat prepare-package"
42
44
  },
43
45
  "dependencies": {
44
46
  "@erc725/smart-contracts": "^7.0.0",