@mintlify/cli 4.0.115 → 4.0.116
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/CONTRIBUTING.md +1 -1
- package/package.json +3 -3
package/CONTRIBUTING.md
CHANGED
|
@@ -18,7 +18,7 @@ The CLI uses GitHub releases to download specific versions of the client code us
|
|
|
18
18
|
|
|
19
19
|
Here's how to publish new client changes to the CLI:
|
|
20
20
|
|
|
21
|
-
1. In `mint/packages/previewing/src/constants.ts`, update the value of `TARGET_MINT_VERSION` to match the current version of the client package (`mint/client/package.json`). ([example PR](https://github.com/mintlify/mint/pull/770/files#diff-d8424b340a10b1927bea6b52668d2d83dd49e0c563dde8716274a639edac8a9f), but you should only need to change `constants.ts`)
|
|
21
|
+
1. In `mint/packages/previewing/src/constants.ts`, update the value of `TARGET_MINT_VERSION` to match the current version of the client package (`mint/apps/client/package.json`). ([example PR](https://github.com/mintlify/mint/pull/770/files#diff-d8424b340a10b1927bea6b52668d2d83dd49e0c563dde8716274a639edac8a9f), but you should only need to change `constants.ts`)
|
|
22
22
|
2. Commit change and push branch to github.
|
|
23
23
|
3. Create PR, copy/pasting the following test plan:
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintlify/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.116",
|
|
4
4
|
"description": "The Mintlify CLI",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@mintlify/link-rot": "3.0.130",
|
|
43
43
|
"@mintlify/models": "0.0.66",
|
|
44
44
|
"@mintlify/prebuild": "1.0.130",
|
|
45
|
-
"@mintlify/previewing": "4.0.
|
|
45
|
+
"@mintlify/previewing": "4.0.113",
|
|
46
46
|
"@mintlify/validation": "0.1.121",
|
|
47
47
|
"chalk": "^5.2.0",
|
|
48
48
|
"detect-port": "^1.5.1",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"typescript": "^5.2.2",
|
|
74
74
|
"vitest": "^0.34.6"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "e9c9874e1553800e8580c530e9ee77584700ab39"
|
|
77
77
|
}
|