n4s 4.0.0-dev-fc2efe → 4.0.0-dev-cc2a13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ 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
- ## 4.0.0 - 2021-12-14
7
+ ## 4.0.0 - 2021-12-16
8
8
  ### Changed or removed
9
9
  - b5a0108 breaking(vest): remove test.each (ealush)
10
10
  - 7c43eab major(context): used named export in context (ealush)
@@ -22,7 +22,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
22
22
  - 32fe8a5 feat(n4s): add shape and loose validations (undefined)
23
23
 
24
24
  ### Fixed and improved
25
- - f747f74 testing-with-omit (ealush)
26
25
  - 1384c08 fix(vest): only.group works in conjunction with only (#734) (Evyatar)
27
26
  - 7daf6d2 rule(n4s): add isNullish rule, improve isBlank (ealush)
28
27
  - 825e74b types(n4s): fix proxy type (ealush)
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.0-dev-fc2efe",
2
+ "version": "4.0.0-dev-cc2a13",
3
3
  "license": "MIT",
4
4
  "main": "./dist/cjs/n4s.js",
5
5
  "types": "./types/n4s.d.ts",
@@ -10,7 +10,7 @@
10
10
  "release": "vx release"
11
11
  },
12
12
  "dependencies": {
13
- "context": "2.0.0-dev-fc2efe"
13
+ "context": "2.0.0-dev-cc2a13"
14
14
  },
15
15
  "module": "./dist/es/n4s.production.js",
16
16
  "exports": {