@nevermined-io/commons 0.2.15 → 0.3.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.
@@ -58,7 +58,7 @@ export interface CreditsConfig {
58
58
  /**
59
59
  * Whether the credits burn proof signed by the user is required
60
60
  */
61
- proofRequired: boolean;
61
+ onchainMirror: boolean;
62
62
  /**
63
63
  * The duration of the credits in seconds
64
64
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nevermined-io/commons",
3
- "version": "0.2.15",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "main": "../dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -76,7 +76,7 @@ export interface CreditsConfig {
76
76
  /**
77
77
  * Whether the credits burn proof signed by the user is required
78
78
  */
79
- proofRequired: boolean
79
+ onchainMirror: boolean
80
80
  /**
81
81
  * The duration of the credits in seconds
82
82
  */