chai 5.3.1 → 5.3.2
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 +9 -1
- package/chai.js +1 -1
- package/index.js +4245 -1
- package/lib/chai/interface/assert.js +1 -1
- package/lib/chai/interface/expect.js +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -147,8 +147,16 @@ list of contributors.
|
|
|
147
147
|
Feel free to reach out to any of the core contributors with your questions or
|
|
148
148
|
concerns. We will do our best to respond in a timely manner.
|
|
149
149
|
|
|
150
|
+
[](https://github.com/keithamus)
|
|
151
|
+
[](https://github.com/43081j)
|
|
152
|
+
[](https://github.com/koddsson)
|
|
153
|
+
|
|
154
|
+
### Core Contributor Alumni
|
|
155
|
+
|
|
156
|
+
This project would not be what it is without the contributions from our prior
|
|
157
|
+
core contributors, for whom we are forever grateful:
|
|
158
|
+
|
|
150
159
|
[](https://github.com/logicalparadox)
|
|
151
160
|
[](https://github.com/vesln)
|
|
152
|
-
[](https://github.com/keithamus)
|
|
153
161
|
[](https://github.com/lucasfcosta)
|
|
154
162
|
[](https://github.com/meeber)
|
package/chai.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './index.js';
|