context 2.0.0-next-c704bc → 2.0.1

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/CHANGELOG.md CHANGED
@@ -4,34 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## 2.0.0 - 2021-12-17
8
- ### Changed or removed
9
- - 7c43eab major(context): used named export in context (ealush)
10
- - e8652bc breaking(vest, enforce): prepare next major (ealush)
11
- - dab8e00 breaking(vest, enforce): prepare next major (ealush)
7
+ ## 2.0.0 2021-12-24
12
8
 
13
- ### Added
14
- - b0a9a14 feat(vest): use key prop to retain test state after reorder (#732) (Evyatar)
15
- - 220127b added(n4s): partial rule modifier (undefined)
16
- - b5ce72d feat(n4s): context propagation within enforce (undefined)
17
-
18
- ### Fixed and improved
19
- - 9f9b970 vx: improve package.json generation (ealush)
20
- - f721b2d patch(vest): replace warns boolean flag with enum (ealush)
21
- - bed7040 vx: add back to workspace (ealush)
22
- - f2d458d update build artifacts (ealush)
23
- - package.json
24
- - .eslintrc.js
25
- - packages/anyone/README.md
26
- - packages/anyone/package.json
27
- - packages/anyone/package.json
28
- - 4d88c04 patch: add nodejs exports (undefined)
29
- - packages/anyone/package.json
30
- - 26af06b chore: reduce complexity, remove all lint errors (undefined)
31
- - packages/anyone/.npmignore
32
- - .github/PULL_REQUEST_TEMPLATE.md
33
- - ba68539 lint: handling lint of all packages (ealush)
34
- - .gitignore
9
+ - 7c43eab major(context): use named export in context (ealush)
35
10
 
36
11
  ## 1.1.16 - 2021-07-02
37
12
 
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
3
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.context = {}));
5
- })(this, (function (exports) { 'use strict';
5
+ }(this, (function (exports) { 'use strict';
6
6
 
7
7
  var assign = Object.assign;
8
8
 
@@ -84,4 +84,4 @@
84
84
 
85
85
  Object.defineProperty(exports, '__esModule', { value: true });
86
86
 
87
- }));
87
+ })));
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0-next-c704bc",
2
+ "version": "2.0.1",
3
3
  "license": "MIT",
4
4
  "main": "./dist/cjs/context.js",
5
5
  "types": "./types/context.d.ts",