@dashevo/dpns-contract 2.1.0-dev.7 → 2.1.0-pr.2716.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/Cargo.toml +1 -1
  2. package/package.json +2 -2
package/Cargo.toml CHANGED
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  name = "dpns-contract"
3
3
  description = "DPNS data contract schema and tools"
4
- version = "2.1.0-dev.7"
4
+ version = "2.1.0-pr.2716.1"
5
5
  edition = "2021"
6
6
  rust-version.workspace = true
7
7
  license = "MIT"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dashevo/dpns-contract",
3
- "version": "2.1.0-dev.7",
3
+ "version": "2.1.0-pr.2716.1",
4
4
  "description": "A contract and helper scripts for DPNS DApp",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "license": "MIT",
33
33
  "devDependencies": {
34
- "@dashevo/wasm-dpp": "2.1.0-dev.7",
34
+ "@dashevo/wasm-dpp": "2.1.0-pr.2716.1",
35
35
  "chai": "^4.3.10",
36
36
  "dirty-chai": "^2.0.1",
37
37
  "eslint": "^8.53.0",