@cardano-sdk/util-rxjs 0.6.2 → 0.6.3

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/util-rxjs",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "RxJS extensions",
5
5
  "engines": {
6
6
  "node": ">=16.20.2"
@@ -28,7 +28,7 @@
28
28
  "tscNoEmit": "echo typescript --noEmit command not implemented yet",
29
29
  "cleanup:dist": "rm -rf dist",
30
30
  "cleanup:nm": "rm -rf node_modules",
31
- "cleanup": "run-s cleanup:dist cleanup:nm",
31
+ "cleanup": "rm -rf dist node_modules",
32
32
  "lint": "eslint -c ../../complete.eslintrc.js \"src/**/*.ts\" \"test/**/*.ts\"",
33
33
  "lint:fix": "yarn lint --fix",
34
34
  "test": "jest -c ./jest.config.js",
@@ -39,12 +39,12 @@
39
39
  "test:e2e": "echo 'test:e2e' command not implemented yet"
40
40
  },
41
41
  "dependencies": {
42
- "@cardano-sdk/util": "~0.14.4",
42
+ "@cardano-sdk/util": "~0.14.5",
43
43
  "backoff-rxjs": "^7.0.0",
44
44
  "rxjs": "^7.4.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@cardano-sdk/util-dev": "~0.18.1",
47
+ "@cardano-sdk/util-dev": "~0.19.0",
48
48
  "eslint": "^7.32.0",
49
49
  "jest": "^28.1.3",
50
50
  "madge": "^5.0.1",
@@ -59,5 +59,5 @@
59
59
  "LICENSE",
60
60
  "NOTICE"
61
61
  ],
62
- "gitHead": "8a6db2a251cd1c956f52730a0d35de2b7fc67404"
62
+ "gitHead": "468cfd594344de2b5e7404af83e2d5cf1522208f"
63
63
  }