@dashevo/wasm-dpp 2.1.0-dev.6 → 2.1.0-dev.8

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": "@dashevo/wasm-dpp",
3
- "version": "2.1.0-dev.6",
3
+ "version": "2.1.0-dev.8",
4
4
  "description": "The JavaScript implementation of the Dash Platform Protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "@babel/core": "^7.26.10",
45
45
  "@babel/preset-env": "^7.26.9",
46
46
  "@dashevo/dashcore-lib": "~0.22.0",
47
- "@dashevo/dpns-contract": "2.1.0-dev.6",
47
+ "@dashevo/dpns-contract": "2.1.0-dev.8",
48
48
  "@types/bs58": "^4.0.1",
49
49
  "@types/node": "^14.6.0",
50
50
  "@yarnpkg/pnpify": "^4.0.0-rc.42",
@@ -57,6 +57,7 @@ describe('ExtendedDocument', () => {
57
57
  $createdAt: null, // TODO: it should be omitted
58
58
  $createdAtBlockHeight: null,
59
59
  $createdAtCoreBlockHeight: null,
60
+ $creatorId: null,
60
61
  $updatedAt: null,
61
62
  $updatedAtBlockHeight: null,
62
63
  $updatedAtCoreBlockHeight: null,
@@ -84,6 +84,7 @@ describe('Document', () => {
84
84
  $createdAt: now,
85
85
  $createdAtBlockHeight: 1,
86
86
  $createdAtCoreBlockHeight: 1,
87
+ $creatorId: null,
87
88
  $updatedAt: now,
88
89
  $updatedAtBlockHeight: 1,
89
90
  $updatedAtCoreBlockHeight: 1,
@@ -102,6 +103,7 @@ describe('Document', () => {
102
103
  $createdAt: now,
103
104
  $createdAtBlockHeight: 1,
104
105
  $createdAtCoreBlockHeight: 1,
106
+ $creatorId: null,
105
107
  $updatedAt: now,
106
108
  $updatedAtBlockHeight: 1,
107
109
  $updatedAtCoreBlockHeight: 1,