chai 4.3.2 → 4.3.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/chai.js CHANGED
@@ -14,7 +14,7 @@ var used = [];
14
14
  * Chai version
15
15
  */
16
16
 
17
- exports.version = '4.3.2';
17
+ exports.version = '4.3.3';
18
18
 
19
19
  /*!
20
20
  * Assertion Error
package/index.mjs CHANGED
@@ -2,6 +2,7 @@ import chai from './index.js';
2
2
 
3
3
  export const expect = chai.expect;
4
4
  export const version = chai.version;
5
+ export const Assertion = chai.Assertion;
5
6
  export const AssertionError = chai.AssertionError;
6
7
  export const util = chai.util;
7
8
  export const config = chai.config;
package/lib/chai.js CHANGED
@@ -10,7 +10,7 @@ var used = [];
10
10
  * Chai version
11
11
  */
12
12
 
13
- exports.version = '4.3.2';
13
+ exports.version = '4.3.3';
14
14
 
15
15
  /*!
16
16
  * Assertion Error
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "Veselin Todorov <hi@vesln.com>",
18
18
  "John Firebaugh <john.firebaugh@gmail.com>"
19
19
  ],
20
- "version": "4.3.2",
20
+ "version": "4.3.3",
21
21
  "repository": {
22
22
  "type": "git",
23
23
  "url": "https://github.com/chaijs/chai"