@augment-vir/assert 31.32.2 → 31.33.0

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.
@@ -168,7 +168,7 @@ function throwsWaitUntil(matchOptionsOrCallback, callbackOrOptions, optionsOrFai
168
168
  }
169
169
  const assertions = {
170
170
  throws,
171
- isError: isError,
171
+ isError,
172
172
  };
173
173
  export const throwGuards = {
174
174
  assert: assertions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augment-vir/assert",
3
- "version": "31.32.2",
3
+ "version": "31.33.0",
4
4
  "description": "A collection of assertions for test and production code alike.",
5
5
  "keywords": [
6
6
  "augment",
@@ -42,7 +42,7 @@
42
42
  "test:update": "npm test"
43
43
  },
44
44
  "dependencies": {
45
- "@augment-vir/core": "^31.32.2",
45
+ "@augment-vir/core": "^31.33.0",
46
46
  "@date-vir/duration": "^7.4.0",
47
47
  "deep-eql": "^5.0.2",
48
48
  "expect-type": "^1.2.2",