File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed
Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.12.2
2+
3+ Improvements 🔨
4+ - Speed up validation a bit
5+
6+ Internal 🏡
7+ - Changes to UMD build process
8+
190.12.1
210
311Fixes 🔨
Original file line number Diff line number Diff line change 11// Make sure you build the library before running this code
22
33import * as Yup from 'yup' ;
4- import Nope from '../lib/es2015 ' ;
4+ import Nope from 'nope-validator ' ;
55// eslint-disable-next-line @typescript-eslint/no-var-requires
66const bench = require ( 'benchmark' ) ;
77
Original file line number Diff line number Diff line change 66 "dependencies" : {
77 "benchmark" : " ^2.1.4" ,
88 "microtime" : " ^3.0.0" ,
9+ "nope-validator" : " ^0.12.1" ,
910 "ts-node" : " ^9.1.1" ,
1011 "yup" : " ^0.32.9"
1112 }
Original file line number Diff line number Diff line change @@ -80,6 +80,11 @@ node-gyp-build@^3.8.0:
8080 resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-3.9.0.tgz#53a350187dd4d5276750da21605d1cb681d09e25"
8181 integrity sha512-zLcTg6P4AbcHPq465ZMFNXx7XpKKJh+7kkN699NiQWisR2uWYOWNWqRHAmbnmKiL4e9aLSlmy5U7rEMUXV59+A==
8282
83+ nope-validator@^0.12.1 :
84+ version "0.12.1"
85+ resolved "https://registry.yarnpkg.com/nope-validator/-/nope-validator-0.12.1.tgz#3343eefdafdf08931247c72a1a688da8665fd657"
86+ integrity sha512-UNf89PLdbCTiUyF61NN2CLXYiBw7K0r4MeiOiCmOZysrMfTuAgB17VW6861I5FCiP5HjBxFMZG5B2Mw01c0aHw==
87+
8388platform@^1.3.3 :
8489 version "1.3.5"
8590 resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.5.tgz#fb6958c696e07e2918d2eeda0f0bc9448d733444"
Original file line number Diff line number Diff line change 11{
22 "name" : " nope-validator" ,
3- "version" : " 0.12.1 " ,
3+ "version" : " 0.12.2 " ,
44 "source" : " src/index.ts" ,
55 "main" : " lib/cjs/index.js" ,
66 "umd:main" : " lib/umd/index.js" ,
You can’t perform that action at this time.
0 commit comments