@theholocron/holocron-plugin-fern 3.48.0 → 3.49.0
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.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AuthError, ResolveTokenInput, Wiki, WikiDnsRecord, WikiProvisionOpts, WikiProxyConfig } from "@theholocron/cli";
|
|
2
2
|
//#region src/capabilities/wiki.d.ts
|
|
3
|
-
declare const FERN_VERSION = "5.
|
|
3
|
+
declare const FERN_VERSION = "5.114.1";
|
|
4
4
|
interface FernWikiOptions {
|
|
5
5
|
/** Absolute path to the working repo root. Injected by the loader from RuntimeContext. */
|
|
6
6
|
repoRoot?: string;
|
package/dist/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { mkdir, readFile, writeFile } from "node:fs/promises";
|
|
|
2
2
|
import { join } from "node:path";
|
|
3
3
|
import { AuthError, createResolveToken } from "@theholocron/cli";
|
|
4
4
|
//#region src/capabilities/wiki.ts
|
|
5
|
-
const FERN_VERSION = "5.
|
|
5
|
+
const FERN_VERSION = "5.114.1";
|
|
6
6
|
var FernWiki = class {
|
|
7
7
|
opts;
|
|
8
8
|
key = "wiki";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/holocron-plugin-fern",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.49.0",
|
|
4
4
|
"description": "Holocron plugin for Fern. Implements the wiki capability for engineering knowledge publishing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fern",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"tsx": "4.23.12",
|
|
45
45
|
"typescript": "^5.9.3",
|
|
46
46
|
"vitest": "^4.1.11",
|
|
47
|
-
"@theholocron/cli": "3.
|
|
47
|
+
"@theholocron/cli": "3.49.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@theholocron/cli": "3.
|
|
50
|
+
"@theholocron/cli": "3.49.0"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": ">=22"
|