@mintlify/validation 0.1.48 → 0.1.50
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/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -25
- package/package.json +5 -9
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* decimal.js v10.4.3
|
|
3
|
-
* An arbitrary-precision Decimal type for JavaScript.
|
|
4
|
-
* https://github.com/MikeMcl/decimal.js
|
|
5
|
-
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
6
|
-
* MIT Licence
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
10
|
-
|
|
11
1
|
/**
|
|
12
2
|
* @license
|
|
13
3
|
* Lodash <https://lodash.com/>
|
|
@@ -16,18 +6,3 @@
|
|
|
16
6
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
17
7
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
18
8
|
*/
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* @license Complex.js v2.1.1 12/05/2020
|
|
22
|
-
*
|
|
23
|
-
* Copyright (c) 2020, Robert Eisele (robert@xarg.org)
|
|
24
|
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
25
|
-
**/
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @license Fraction.js v4.2.0 05/03/2022
|
|
29
|
-
* https://www.xarg.org/2014/03/rational-numbers-in-javascript/
|
|
30
|
-
*
|
|
31
|
-
* Copyright (c) 2021, Robert Eisele (robert@xarg.org)
|
|
32
|
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
33
|
-
**/
|
package/package.json
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintlify/validation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.50",
|
|
4
4
|
"description": "Validates mint.json files",
|
|
5
5
|
"author": "Mintlify, Inc.",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/mintlify/mint",
|
|
9
|
-
"directory": "packages/mintlify-validation"
|
|
10
|
-
},
|
|
11
6
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/mintlify/
|
|
7
|
+
"url": "https://github.com/mintlify/docs/issues"
|
|
13
8
|
},
|
|
14
9
|
"license": "Elastic-2.0",
|
|
15
10
|
"keywords": [
|
|
@@ -44,7 +39,7 @@
|
|
|
44
39
|
"format:check": "prettier \"./src/**/*.ts\" --check"
|
|
45
40
|
},
|
|
46
41
|
"dependencies": {
|
|
47
|
-
"
|
|
42
|
+
"lcm": "^0.0.3",
|
|
48
43
|
"zod": "^3.20.6",
|
|
49
44
|
"zod-to-json-schema": "^3.20.3"
|
|
50
45
|
},
|
|
@@ -58,6 +53,7 @@
|
|
|
58
53
|
"@mintlify/ts-config": "1.0.7",
|
|
59
54
|
"@trivago/prettier-plugin-sort-imports": "3.x",
|
|
60
55
|
"@tsconfig/recommended": "1.x",
|
|
56
|
+
"@types/lcm": "^0.0.0",
|
|
61
57
|
"@typescript-eslint/eslint-plugin": "5.x",
|
|
62
58
|
"@typescript-eslint/parser": "5.x",
|
|
63
59
|
"babel-jest": "^29.3.1",
|
|
@@ -72,5 +68,5 @@
|
|
|
72
68
|
"webpack": "^5.75.0",
|
|
73
69
|
"webpack-cli": "^5.0.1"
|
|
74
70
|
},
|
|
75
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "6e5f93727067516cbb3299d0843b85eee9e50d0b"
|
|
76
72
|
}
|