@cheqd/sdk 1.3.0 → 1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.1](https://github.com/cheqd/sdk/compare/1.3.0...1.3.1) (2022-10-03)
4
+
3
5
  ## [1.3.0](https://github.com/cheqd/sdk/compare/1.2.10...1.3.0) (2022-09-01)
4
6
 
5
7
 
package/README.md CHANGED
@@ -23,7 +23,7 @@ With this SDK, developers are able to:
23
23
 
24
24
  * ✅ Create a `did:cheqd` method DID
25
25
  * ✅ Update a `did:cheqd` method DID
26
- * 🚧 Create Resource within a `did:cheqd` method DID
26
+ * Create Resource within a `did:cheqd` method DID
27
27
 
28
28
  ### 🧰 Tooling
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cheqd/sdk",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "A TypeScript SDK built with CosmJS to interact with cheqd network ledger",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Cheqd Foundation Limited (https://github.com/cheqd)",
@@ -8,8 +8,8 @@
8
8
  "main": "build/index.js",
9
9
  "types": "build/index.d.ts",
10
10
  "scripts": {
11
- "test": "jest --passWithNoTests --runInBand",
12
- "test:watch": "jest --passWithNoTests --runInBand --watch",
11
+ "test": "jest --passWithNoTests",
12
+ "test:watch": "jest --passWithNoTests --watch",
13
13
  "build": "tsc"
14
14
  },
15
15
  "repository": "https://github.com/cheqd/sdk.git",