n4s 6.0.1 → 6.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n4s",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "typed schema validation version of enforce",
5
5
  "license": "MIT",
6
6
  "author": "ealush",
@@ -18,8 +18,8 @@
18
18
  "url": "https://github.com/ealush/vest.git/issues"
19
19
  },
20
20
  "dependencies": {
21
- "context": "^4.0.1",
22
- "vest-utils": "^2.0.1"
21
+ "context": "^4.0.2",
22
+ "vest-utils": "^2.0.2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/validator": "^13.15.10",
@@ -1 +1 @@
1
- {"version":3,"file":"date.d.mts","names":["isAfter","isBefore","isDate","isISO8601","WidenFirstParam","_1","Date","sideEffect"],"sources":["../../src/exports/date.d.ts"],"sourcesContent":["import isAfter from 'validator/es/lib/isAfter';\nimport isBefore from 'validator/es/lib/isBefore';\nimport isDate from 'validator/es/lib/isDate';\nimport isISO8601 from 'validator/es/lib/isISO8601';\nimport type { WidenFirstParam } from '../n4sTypes';\ndeclare global {\n namespace n4s {\n interface EnforceMatchers {\n isAfter: WidenFirstParam<typeof isAfter, string | Date | number>;\n isBefore: WidenFirstParam<typeof isBefore, string | Date | number>;\n isDate: WidenFirstParam<typeof isDate, string | Date | number>;\n isISO8601: WidenFirstParam<typeof isISO8601, string | Date | number>;\n }\n }\n}\n"],"mappings":";;;;;;;;;IAImDK,UAAA,eAAA,CAAA;MAAA,OAAA,EAI9BD,eAJ8B,CAAA,OAIPJ,OAJO,EAAA,MAAA,GAIWM,IAJX,GAAA,MAAA,CAAA;MAAA,QAAA,EAK7BF,eAL6B,CAAA,OAKNH,QALM,EAAA,MAAA,GAKaK,IALb,GAAA,MAAA,CAAA;MAIPN,MAAAA,EAExBI,eAFwBJ,CAAAA,OAEDE,MAFCF,EAAAA,MAAAA,GAEgBM,IAFhBN,GAAAA,MAAAA,CAAAA;MAAkBM,SAAAA,EAGvCF,eAHuCE,CAAAA,OAGhBH,SAHgBG,EAAAA,MAAAA,GAGIA,IAHJA,GAAAA,MAAAA,CAAAA;IAAzCF;EACwBH"}
1
+ {"version":3,"file":"date.d.mts","names":["isAfter","isBefore","isDate","isISO8601","WidenFirstParam","_0","Date","sideEffect"],"sources":["../../src/exports/date.d.ts"],"sourcesContent":["import isAfter from 'validator/es/lib/isAfter';\nimport isBefore from 'validator/es/lib/isBefore';\nimport isDate from 'validator/es/lib/isDate';\nimport isISO8601 from 'validator/es/lib/isISO8601';\nimport type { WidenFirstParam } from '../n4sTypes';\ndeclare global {\n namespace n4s {\n interface EnforceMatchers {\n isAfter: WidenFirstParam<typeof isAfter, string | Date | number>;\n isBefore: WidenFirstParam<typeof isBefore, string | Date | number>;\n isDate: WidenFirstParam<typeof isDate, string | Date | number>;\n isISO8601: WidenFirstParam<typeof isISO8601, string | Date | number>;\n }\n }\n}\n"],"mappings":";;;;;;;;;IAImDK,UAAA,eAAA,CAAA;MAAA,OAAA,EAI9BD,eAJ8B,CAAA,OAIPJ,OAJO,EAAA,MAAA,GAIWM,IAJX,GAAA,MAAA,CAAA;MAAA,QAAA,EAK7BF,eAL6B,CAAA,OAKNH,QALM,EAAA,MAAA,GAKaK,IALb,GAAA,MAAA,CAAA;MAIPN,MAAAA,EAExBI,eAFwBJ,CAAAA,OAEDE,MAFCF,EAAAA,MAAAA,GAEgBM,IAFhBN,GAAAA,MAAAA,CAAAA;MAAkBM,SAAAA,EAGvCF,eAHuCE,CAAAA,OAGhBH,SAHgBG,EAAAA,MAAAA,GAGIA,IAHJA,GAAAA,MAAAA,CAAAA;IAAzCF;EACwBH"}
@@ -1 +1 @@
1
- {"version":3,"file":"isURL.d.mts","names":["isURL","_0","sideEffect"],"sources":["../../src/exports/isURL.d.ts"],"sourcesContent":["import isURL from 'validator/es/lib/isURL';\ndeclare global {\n namespace n4s {\n interface EnforceMatchers {\n isURL: typeof isURL;\n }\n }\n}\n"],"mappings":";;;;;IAA2CC,UAAA,eAAA,CAAA;MAAA,KAAA,EAAA,OAIjBD,KAJiB;IAIjBA;EAAKE"}
1
+ {"version":3,"file":"isURL.d.mts","names":["isURL","_1","sideEffect"],"sources":["../../src/exports/isURL.d.ts"],"sourcesContent":["import isURL from 'validator/es/lib/isURL';\ndeclare global {\n namespace n4s {\n interface EnforceMatchers {\n isURL: typeof isURL;\n }\n }\n}\n"],"mappings":";;;;;IAA2CC,UAAA,eAAA,CAAA;MAAA,KAAA,EAAA,OAIjBD,KAJiB;IAIjBA;EAAKE"}