@vitest/expect 5.0.0-beta.3 → 5.0.0-beta.5

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @vitest/expect
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/@vitest/runner?color=a1b858&label=)](https://npmx.dev/package/@vitest/runner)
3
+ [![NPM version](https://img.shields.io/npm/v/@vitest/expect?color=a1b858&label=)](https://npmx.dev/package/@vitest/expect)
4
4
 
5
5
  Jest's expect matchers as a Chai plugin.
6
6
 
package/dist/index.js CHANGED
@@ -441,7 +441,7 @@ function hasProperty(obj, property) {
441
441
  }
442
442
  return hasProperty(getPrototype(obj), property);
443
443
  }
444
- // SENTINEL constants are from https://github.com/facebook/immutable-js
444
+ // SENTINEL constants are from https://github.com/immutable-js/immutable-js
445
445
  const IS_KEYED_SENTINEL = "@@__IMMUTABLE_KEYED__@@";
446
446
  const IS_SET_SENTINEL = "@@__IMMUTABLE_SET__@@";
447
447
  const IS_LIST_SENTINEL = "@@__IMMUTABLE_LIST__@@";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitest/expect",
3
3
  "type": "module",
4
- "version": "5.0.0-beta.3",
4
+ "version": "5.0.0-beta.5",
5
5
  "description": "Jest's expect matchers as a Chai plugin",
6
6
  "license": "MIT",
7
7
  "funding": "https://opencollective.com/vitest",
@@ -40,11 +40,8 @@
40
40
  "@types/chai": "^5.2.2",
41
41
  "chai": "^6.2.2",
42
42
  "tinyrainbow": "^3.1.0",
43
- "@vitest/spy": "5.0.0-beta.3",
44
- "@vitest/utils": "5.0.0-beta.3"
45
- },
46
- "devDependencies": {
47
- "@vitest/runner": "5.0.0-beta.3"
43
+ "@vitest/spy": "5.0.0-beta.5",
44
+ "@vitest/utils": "5.0.0-beta.5"
48
45
  },
49
46
  "scripts": {
50
47
  "build": "premove dist && rollup -c",