@cofhe/mock-contracts 0.3.0 → 0.3.1

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/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @cofhe/mock-contracts Changelog
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 370f0c7: no-op
8
+
3
9
  ## 0.3.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofhe/mock-contracts",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Mock smart contracts for testing CoFHE with FHE primitives locally",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -44,8 +44,8 @@
44
44
  "forge-std": "github:foundry-rs/forge-std",
45
45
  "tsup": "^8.0.2",
46
46
  "hardhat": "^2.24.1",
47
- "@cofhe/sdk": "0.3.0",
48
- "@cofhe/tsconfig": "0.1.1"
47
+ "@cofhe/sdk": "0.3.1",
48
+ "@cofhe/tsconfig": "0.1.2"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"