ascertain 0.12.27 → 0.12.29

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/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -94,7 +94,7 @@ const validate = ascertain<typeof data>(schema, data, '[DATA]');
94
94
 
95
95
  ## License
96
96
  License [The MIT License](http://opensource.org/licenses/MIT)
97
- Copyright (c) 2022 Ivan Zakharchanka
97
+ Copyright (c) 2024 Ivan Zakharchanka
98
98
 
99
99
  [npm-url]: https://www.npmjs.com/package/ascertain
100
100
  [downloads-image]: https://img.shields.io/npm/dw/ascertain.svg?maxAge=43200
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ascertain",
3
- "version": "0.12.27",
3
+ "version": "0.12.29",
4
4
  "description": "0-Deps, simple, fast, for browser and node js object schema validator",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -38,5 +38,6 @@
38
38
  "@babel/preset-env": "^7.21.4",
39
39
  "babel-jest": "^29.5.0",
40
40
  "jest": "^29.5.0"
41
- }
41
+ },
42
+ "dependencies": {}
42
43
  }