@rightcapital/assertion-helpers 2.0.2 → 2.0.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rightcapital/assertion-helpers",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Type-safe assertion utilities for defensive programming.",
|
|
5
5
|
"author": "RightCapital Ecosystem team <npm-publisher@rightcapital.com>",
|
|
6
6
|
"keywords": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"utilities"
|
|
14
14
|
],
|
|
15
15
|
"license": "MIT",
|
|
16
|
-
"packageManager": "pnpm@10.16.
|
|
16
|
+
"packageManager": "pnpm@10.16.1",
|
|
17
17
|
"main": "lib/assertion-helpers.js",
|
|
18
18
|
"typings": "lib/assertion-helpers.d.ts",
|
|
19
19
|
"repository": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"prettier": "prettier \"{src,__tests__}/**/*.{tsx,ts}\" -l"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@rightcapital/exceptions": "1.2.
|
|
39
|
+
"@rightcapital/exceptions": "1.2.25"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"typedoc": "0.25.7",
|