@sudobility/auctions_contracts 0.1.9 → 0.1.11

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/auctions_contracts",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "main": "dist/unified/src/unified/index.js",
6
6
  "types": "dist/unified/src/unified/index.d.ts",
@@ -113,6 +113,7 @@
113
113
  "deploy:evm:sepolia": "npx hardhat run scripts/evm/deploy.ts --network sepolia",
114
114
  "lint": "eslint --ext .ts,.js .",
115
115
  "lint:fix": "eslint --ext .ts,.js . --fix",
116
+ "pretypecheck": "npx hardhat compile",
116
117
  "typecheck": "tsc --noEmit",
117
118
  "format": "prettier --write \"**/*.{ts,js,json,md}\"",
118
119
  "format:check": "prettier --check \"**/*.{ts,js,json,md}\""
@@ -136,7 +137,7 @@
136
137
  "mobile"
137
138
  ],
138
139
  "author": "HeavyMath",
139
- "license": "MIT",
140
+ "license": "BUSL-1.1",
140
141
  "description": "Multi-chain auction system supporting Traditional, Dutch, and Penny auctions with ERC-20/721/1155 tokens on EVM and SPL/NFTs on Solana.",
141
142
  "engines": {
142
143
  "node": ">=20.0.0",
@@ -3,7 +3,7 @@ name = "auctions"
3
3
  version = "0.1.0"
4
4
  description = "Multi-auction Solana program supporting Traditional, Dutch, and Penny auctions"
5
5
  edition = "2021"
6
- license = "MIT"
6
+ license = "BUSL-1.1"
7
7
 
8
8
  [lints.rust]
9
9
  unexpected_cfgs = { level = "warn", check-cfg = [