emdash-plugin-relink 0.2.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.
Files changed (99) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/CONTRIBUTING.md +21 -0
  3. package/LICENSE +167 -0
  4. package/LICENSES/MIT-legacy.txt +21 -0
  5. package/README.md +95 -0
  6. package/THIRD_PARTY_NOTICES.md +19 -0
  7. package/dist/admin/app.d.ts +9 -0
  8. package/dist/admin/app.d.ts.map +1 -0
  9. package/dist/admin/app.js +333 -0
  10. package/dist/admin/app.js.map +1 -0
  11. package/dist/admin/client.d.ts +9 -0
  12. package/dist/admin/client.d.ts.map +1 -0
  13. package/dist/admin/client.js +22 -0
  14. package/dist/admin/client.js.map +1 -0
  15. package/dist/admin/i18n.d.ts +8 -0
  16. package/dist/admin/i18n.d.ts.map +1 -0
  17. package/dist/admin/i18n.js +35 -0
  18. package/dist/admin/i18n.js.map +1 -0
  19. package/dist/admin/index.d.ts +18 -0
  20. package/dist/admin/index.d.ts.map +1 -0
  21. package/dist/admin/index.js +22 -0
  22. package/dist/admin/index.js.map +1 -0
  23. package/dist/admin/messages.d.ts +270 -0
  24. package/dist/admin/messages.d.ts.map +1 -0
  25. package/dist/admin/messages.js +269 -0
  26. package/dist/admin/messages.js.map +1 -0
  27. package/dist/admin/styles.css +330 -0
  28. package/dist/core/api.d.ts +559 -0
  29. package/dist/core/api.d.ts.map +1 -0
  30. package/dist/core/api.js +76 -0
  31. package/dist/core/api.js.map +1 -0
  32. package/dist/core/engine.d.ts +30 -0
  33. package/dist/core/engine.d.ts.map +1 -0
  34. package/dist/core/engine.js +392 -0
  35. package/dist/core/engine.js.map +1 -0
  36. package/dist/core/extract.d.ts +11 -0
  37. package/dist/core/extract.d.ts.map +1 -0
  38. package/dist/core/extract.js +99 -0
  39. package/dist/core/extract.js.map +1 -0
  40. package/dist/core/html.d.ts +12 -0
  41. package/dist/core/html.d.ts.map +1 -0
  42. package/dist/core/html.js +103 -0
  43. package/dist/core/html.js.map +1 -0
  44. package/dist/core/http.d.ts +22 -0
  45. package/dist/core/http.d.ts.map +1 -0
  46. package/dist/core/http.js +217 -0
  47. package/dist/core/http.js.map +1 -0
  48. package/dist/core/index.d.ts +10 -0
  49. package/dist/core/index.d.ts.map +1 -0
  50. package/dist/core/index.js +10 -0
  51. package/dist/core/index.js.map +1 -0
  52. package/dist/core/paths.d.ts +4 -0
  53. package/dist/core/paths.d.ts.map +1 -0
  54. package/dist/core/paths.js +38 -0
  55. package/dist/core/paths.js.map +1 -0
  56. package/dist/core/providers.d.ts +32 -0
  57. package/dist/core/providers.d.ts.map +1 -0
  58. package/dist/core/providers.js +198 -0
  59. package/dist/core/providers.js.map +1 -0
  60. package/dist/core/schema.d.ts +526 -0
  61. package/dist/core/schema.d.ts.map +1 -0
  62. package/dist/core/schema.js +238 -0
  63. package/dist/core/schema.js.map +1 -0
  64. package/dist/core/storage.d.ts +47 -0
  65. package/dist/core/storage.d.ts.map +1 -0
  66. package/dist/core/storage.js +89 -0
  67. package/dist/core/storage.js.map +1 -0
  68. package/dist/core/url.d.ts +7 -0
  69. package/dist/core/url.d.ts.map +1 -0
  70. package/dist/core/url.js +62 -0
  71. package/dist/core/url.js.map +1 -0
  72. package/dist/index.d.ts +8 -0
  73. package/dist/index.d.ts.map +1 -0
  74. package/dist/index.js +16 -0
  75. package/dist/index.js.map +1 -0
  76. package/dist/integration.d.ts +5 -0
  77. package/dist/integration.d.ts.map +1 -0
  78. package/dist/integration.js +29 -0
  79. package/dist/integration.js.map +1 -0
  80. package/dist/metadata.d.ts +14 -0
  81. package/dist/metadata.d.ts.map +1 -0
  82. package/dist/metadata.js +6 -0
  83. package/dist/metadata.js.map +1 -0
  84. package/dist/middleware.d.ts +8 -0
  85. package/dist/middleware.d.ts.map +1 -0
  86. package/dist/middleware.js +97 -0
  87. package/dist/middleware.js.map +1 -0
  88. package/dist/plugin.d.ts +13 -0
  89. package/dist/plugin.d.ts.map +1 -0
  90. package/dist/plugin.js +260 -0
  91. package/dist/plugin.js.map +1 -0
  92. package/docs/architecture.md +50 -0
  93. package/docs/configuration.md +37 -0
  94. package/docs/installation.md +71 -0
  95. package/docs/licensing.md +42 -0
  96. package/docs/recovery.md +27 -0
  97. package/docs/testing.md +31 -0
  98. package/docs/translations.md +24 -0
  99. package/package.json +124 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,32 @@
1
+ # Changelog
2
+
3
+ ## 0.2.2 — 2026-09-10
4
+
5
+ - Show the original URL for every history event, with a keyboard-accessible action to open link details.
6
+ - Correct history pagination so legacy events receive the matching target metadata. Preserve original URLs in new history records without requiring a migration.
7
+ - Label replacement destinations separately and localize event counts in English and German.
8
+ - Prepare package metadata and installation guidance for the first npm release.
9
+
10
+ ## 0.2.1 — 2026-09-10
11
+
12
+ - Support explicit content route aliases, including trailing-slash and legacy article routes, without duplicating link occurrences.
13
+ - Revalidate publication and source links when rendering through an alias.
14
+ - Update the development and isolated-install TOML dependency to the patched release.
15
+
16
+ ## 0.2.0 — 2026-09-10
17
+
18
+ - Introduce the Relink Noncommercial License 1.0 for otherwise unlicensed additions and changes, with free noncommercial use and separate commercial agreements through gekko mbH.
19
+ - Preserve the original 0.1.0 MIT notice and all existing permissions in the MIT baseline. This transition does not retroactively restrict commercial use of that material.
20
+ - Add commercial-licensing guidance, a contribution-rights policy, and third-party licensing notices.
21
+ - Update release metadata to distinguish the licensing transition from the MIT release. No link-maintenance functionality changes.
22
+
23
+ ## 0.1.0 — 2026-09-10
24
+
25
+ - Initial native EmDash 0.37.0 plugin and Astro output integration.
26
+ - Published-link indexing, shared checks, persistent scheduling and review history.
27
+ - Verified Wayback recovery and optional conservative Grokipedia matching.
28
+ - Manual destinations, exclusions and persistent undo exceptions.
29
+ - English/German admin pages, dashboard/editor extensions and scoped RTL settings.
30
+ - Strict TypeScript declarations, runtime validation, SQLite/D1 tests and installation examples.
31
+
32
+ This version is built and distributed from the source repository. npm publication and production deployment are separate release steps.
@@ -0,0 +1,21 @@
1
+ # Contributing to Relink
2
+
3
+ Relink combines free noncommercial availability with separately negotiated commercial licensing by gekko. Contributions must preserve the rights required for both models.
4
+
5
+ Bug reports and suggestions are welcome. Before submitting code, documentation, translations, or other copyrightable material for inclusion, contact [info2504@gekko.de](mailto:info2504@gekko.de) to arrange a contributor agreement. Do not include material you are not authorized to contribute.
6
+
7
+ ## Required rights before acceptance
8
+
9
+ A separate agreement must identify the contributor and covered material, confirm the contributor's authority, and grant gekko sufficient enduring rights to use, modify, distribute, sublicense, and commercially license that material under present and future licensing models. It should address relevant patent rights and any employer or third-party approvals. The contributor need not transfer ownership if an appropriate license provides the required rights.
10
+
11
+ This file is a contribution policy, not a contributor license agreement. Merely opening a pull request, checking a box, or providing a DCO sign-off does not substitute for that agreement. Maintainers must verify and retain the applicable rights agreement before merging external contributions. Do not publish personal or confidential contract details in a public issue or pull request.
12
+
13
+ ## Technical requirements
14
+
15
+ - Write documentation, comments, and release notes in English.
16
+ - Keep English and German catalogs complete and follow the [translation and RTL guidance](docs/translations.md).
17
+ - Preserve strict TypeScript and runtime validation at trust boundaries.
18
+ - Include relevant behavioral tests and run `pnpm check`.
19
+ - Preserve legacy MIT and third-party notices; identify imported material and its license.
20
+
21
+ The contribution policy does not revoke anyone's rights in previously MIT-licensed material or rights independently held under applicable law.
package/LICENSE ADDED
@@ -0,0 +1,167 @@
1
+ RELINK NONCOMMERCIAL LICENSE 1.0
2
+
3
+ Copyright (c) 2026 gekko, Gesellschaft für Kommunikation und Kooperation mbH.
4
+ All rights reserved except as expressly granted below or under a separate license.
5
+
6
+ Licensor: gekko, Gesellschaft für Kommunikation und Kooperation mbH ("gekko")
7
+ Pappelallee 78/79, 10437 Berlin, Germany
8
+ Registration number: HRB 141428 B
9
+ Commercial licensing: info2504@gekko.de
10
+ Website: https://gekko.de
11
+
12
+ 1. Scope and existing rights
13
+
14
+ This license applies to Relink software, source code, compiled code, examples,
15
+ and documentation that gekko identifies as subject to these terms (the
16
+ "Software"), only to the extent gekko owns or controls the relevant rights.
17
+ "You" means the person or legal entity exercising rights under this license.
18
+
19
+ Relink 0.1.0, including repository history through commit
20
+ cd88fcc95999976d3744b64331bbf657975328c2, was released under the MIT License.
21
+ The applicable notice is retained in LICENSES/MIT-legacy.txt. These terms do
22
+ not revoke, narrow, or replace rights already granted under MIT, including
23
+ rights in material from that baseline that remains in later versions. They
24
+ apply to otherwise unlicensed additions and changes made available under
25
+ this license. Merely changing a license notice or version number does not
26
+ make previously MIT-licensed code exclusively subject to these restrictions.
27
+
28
+ Third-party components and separately identified material retain their own
29
+ licenses. Those licenses prevail for that material. Nothing here restricts
30
+ rights that you hold independently under another applicable license or law.
31
+
32
+ 2. Noncommercial permission
33
+
34
+ Subject to compliance with these terms, gekko grants you a worldwide,
35
+ nonexclusive, royalty-free copyright license to obtain, inspect, reproduce,
36
+ install, execute, and modify the Software solely for Noncommercial Purposes.
37
+ You may distribute it only as permitted by section 4. No commercial permission
38
+ is granted by this section.
39
+
40
+ "Noncommercial Purposes" are activities that are not directed toward, intended
41
+ to obtain, or reasonably expected to support commercial advantage, revenue,
42
+ remuneration, or the operation of a business, whether directly or indirectly,
43
+ for you or another person or entity. Purely personal hobby use, private study,
44
+ and independent noncommercial research qualify when they satisfy this test.
45
+
46
+ 3. Commercial use requires a separate agreement
47
+
48
+ Use outside Noncommercial Purposes requires a separate commercial license
49
+ expressly granted by an authorized representative of gekko before that use.
50
+ This includes, without limitation:
51
+
52
+ a. Use in or in support of a business, including internal business operations,
53
+ commercial research or development, business websites, and marketing.
54
+ b. Use in paid work, consulting, agency services, or client projects, including
55
+ work supplied without a separate charge for the Software itself.
56
+ c. Sale, rental, paid distribution, commercial sublicensing, or inclusion in
57
+ a commercial product, subscription, bundle, or service.
58
+ d. Commercial hosting, managed services, software as a service, or offering
59
+ the Software's functionality as part of a revenue-generating service.
60
+ e. Use supporting advertising, affiliate income, sponsorship in exchange for
61
+ exposure or benefits, paid access, or sales of goods or services.
62
+
63
+ A charitable, educational, governmental, or nonprofit status does not by
64
+ itself make an otherwise commercial activity noncommercial. Making access
65
+ free, operating without profit, or charging for surrounding services instead
66
+ of the Software does not exempt a use that otherwise meets the commercial
67
+ criteria. If a use has both commercial and noncommercial purposes, commercial
68
+ permission is required for that use.
69
+
70
+ Commercial permission must be recorded in a written or express electronic
71
+ agreement with gekko that identifies the rights granted. A download, public
72
+ repository, donation, unanswered request, or payment without an applicable
73
+ license agreement does not by itself grant commercial rights. An applicable
74
+ separate agreement governs the rights it expressly grants.
75
+
76
+ 4. Copies, modifications, and redistribution
77
+
78
+ For Noncommercial Purposes, you may share original or modified copies without
79
+ charging a fee or receiving other compensation for them, provided that:
80
+
81
+ a. You include this license and preserve applicable copyright, attribution,
82
+ third-party, and legacy-license notices with each copy.
83
+ b. You identify your modifications and do not present a modified version as
84
+ an official gekko release or imply gekko's endorsement.
85
+ c. You grant recipients the same noncommercial permissions in your own
86
+ modifications, subject to the same limitations, and preserve the
87
+ conditions on gekko's material without granting rights you do not hold.
88
+ d. The distribution and its intended use satisfy sections 2 and 3.
89
+
90
+ These conditions do not relicense independent programs or third-party
91
+ components. Every recipient obtains any permission in gekko's material from
92
+ gekko under this license, rather than through a right to sublicense granted
93
+ to you. You retain rights in your own original contributions, subject to any
94
+ agreement you separately make with gekko.
95
+
96
+ Rights to view or fork a public repository that are independently granted
97
+ under the applicable hosting platform's terms are unaffected. Such platform
98
+ permissions do not themselves grant additional commercial-use rights under
99
+ this license.
100
+
101
+ 5. Rights reserved to gekko
102
+
103
+ gekko may use and commercialize material it owns or controls, offer paid
104
+ licenses, subscriptions, hosting, support, or other services, and license
105
+ that material to others on different terms. This license does not require
106
+ gekko to provide future releases, updates, support, or commercial licenses.
107
+
108
+ Future releases may be offered under different terms. Such a change does not
109
+ retroactively change rights granted for a copy already licensed to you. The
110
+ current grant continues for that copy while you comply with its conditions.
111
+
112
+ 6. Contributions and ownership
113
+
114
+ This license does not transfer ownership of your contributions to gekko and
115
+ does not, on its own, authorize gekko to commercially relicense those
116
+ contributions. Inclusion of external contributions in the official project
117
+ requires a separate rights agreement sufficient for the project's commercial
118
+ licensing model. See CONTRIBUTING.md. Submission alone is not a substitute
119
+ for that agreement.
120
+
121
+ 7. Other rights
122
+
123
+ No trademark, trade-name, logo, endorsement, or patent license is granted by
124
+ these terms. You may use names as reasonably necessary for truthful
125
+ identification and attribution, subject to applicable law. All permissions
126
+ not expressly granted or independently held are reserved.
127
+
128
+ 8. Breach and termination
129
+
130
+ The permissions granted by this license terminate automatically if you
131
+ materially breach its conditions or use the Software beyond their scope.
132
+ You must then stop activities that depend on those permissions and cease
133
+ distributing copies under them. Reinstatement requires gekko's express
134
+ written permission. Obligations concerning notices, existing third-party
135
+ rights, and liability survive termination to the extent applicable.
136
+
137
+ Termination under these terms does not terminate independently held rights,
138
+ including the MIT rights described in section 1. Nothing here excludes any
139
+ notice, remedy, or cure period required by applicable law.
140
+
141
+ 9. Warranty and liability
142
+
143
+ To the extent permitted by applicable law, the Software is provided "as is"
144
+ and "as available", without promises or warranties concerning fitness for a
145
+ particular purpose, merchantability, accuracy, availability, security, title,
146
+ or noninfringement. Unless separately agreed, gekko undertakes no obligation
147
+ to maintain the Software or any external archive or encyclopedia service.
148
+
149
+ To the extent permitted by applicable law, gekko is not liable for losses
150
+ or damages arising from the Software or this license. This limitation does
151
+ not exclude or limit liability for intent, gross negligence, injury to life,
152
+ body or health, fraudulent concealment, an expressly assumed guarantee,
153
+ mandatory product liability, or any other liability that cannot lawfully be
154
+ excluded or limited. Mandatory statutory rights remain unaffected.
155
+
156
+ 10. Mandatory law and interpretation
157
+
158
+ These terms do not restrict statutory exceptions, mandatory software-user
159
+ rights, or other rights that cannot lawfully be waived. If a provision is
160
+ unenforceable, it applies only to the extent permitted by law; the remaining
161
+ provisions continue to apply to the extent legally possible. No failure or
162
+ delay to enforce a provision constitutes a general waiver or grants a new
163
+ license. A change or exception for a particular licensee requires gekko's
164
+ express written or electronic agreement.
165
+
166
+ This is a source-available, noncommercial license. It is not an OSI-approved
167
+ open-source license and does not grant unrestricted commercial use.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Relink contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,95 @@
1
+ # Relink
2
+
3
+ External link maintenance for EmDash. Relink inventories published links, checks them in the background, uses verified Wayback captures after repeated failures, and keeps a review history. Original content, drafts and revisions are never rewritten.
4
+
5
+ **Compatibility:** EmDash 0.37.0, Astro 7.3.1, React 19 and Lingui 5. English and German interfaces; automatic or forced text direction. This is a native plugin, installed through your site's configuration; it is not a sandbox marketplace bundle.
6
+
7
+ **Licensing:** [Relink Noncommercial License 1.0](LICENSE). Noncommercial use is free; commercial use of material governed by the new license requires a separate agreement with **gekko mbH** at [info2504@gekko.de](mailto:info2504@gekko.de). This is source-available software, not OSI-approved open source. **The previously released 0.1.0 code retains its MIT permissions, including commercial use.** The licensing transition started with version 0.2.0. See [licensing and commercial use](docs/licensing.md) for the exact scope and the rights needed for external contributions.
8
+
9
+ ## Install
10
+
11
+ Install the released package in your EmDash site:
12
+
13
+ ```sh
14
+ pnpm add emdash-plugin-relink@0.2.2
15
+ ```
16
+
17
+ Keep EmDash and `@emdash-cms/admin` at 0.37.0, React on major version 19, and Lingui on major version 5. If your package manager does not install peer dependencies automatically, add the matching admin and Lingui packages explicitly.
18
+
19
+ To build a distribution archive from source instead:
20
+
21
+ ```sh
22
+ pnpm install --frozen-lockfile
23
+ pnpm check
24
+ pnpm pack --pack-destination work/artifacts
25
+ ```
26
+
27
+ Install the resulting `emdash-plugin-relink-0.2.2.tgz` in the host site.
28
+
29
+ ```ts
30
+ // astro.config.ts
31
+ import { defineConfig } from "astro/config";
32
+ import node from "@astrojs/node";
33
+ import react from "@astrojs/react";
34
+ import emdash from "emdash/astro";
35
+ import { sqlite } from "emdash/db";
36
+ import { relink } from "emdash-plugin-relink";
37
+ import { relinkAstro } from "emdash-plugin-relink/astro";
38
+
39
+ export default defineConfig({
40
+ output: "server",
41
+ adapter: node({ mode: "standalone" }),
42
+ integrations: [
43
+ react(),
44
+ emdash({
45
+ database: sqlite({ url: "file:./data.db" }),
46
+ plugins: [
47
+ relink({
48
+ siteUrl: "https://your-site.example",
49
+ sources: [
50
+ {
51
+ collection: "posts",
52
+ path: "/posts/{slug}",
53
+ portableTextFields: ["content"],
54
+ urlFields: ["website", "content[].url"],
55
+ },
56
+ ],
57
+ }),
58
+ ],
59
+ }),
60
+ relinkAstro(),
61
+ ],
62
+ });
63
+ ```
64
+
65
+ Open **Relink** in the EmDash navigation and choose **Scan published content**. This registers the recurring job if it does not already exist. Saving, publishing, unpublishing and deleting content also queue a scan of published entries. Node uses EmDash's scheduler. Cloudflare needs the supported Worker entry and a Cron Trigger; see [installation](docs/installation.md).
66
+
67
+ ## Behaviour
68
+
69
+ | Situation | Default |
70
+ | --------------------------- | ----------------------------------------------------------- |
71
+ | New published target | Check in a background batch |
72
+ | Reachable target | Check again in seven days |
73
+ | Confirmed failure | Retry after 24 hours and 72 hours from the first failure |
74
+ | Three confirmed failures | Discover and verify an existing Wayback capture |
75
+ | Archive in use | Review and recheck after seven days |
76
+ | No suitable capture | Retry discovery after 30 days |
77
+ | Archive service unavailable | Retry discovery after one day |
78
+ | Original recovers | Restore after two successful checks at least 24 hours apart |
79
+ | Undo automatic replacement | Preserve an exception across scans and restarts |
80
+
81
+ Authentication, bot blocking, rate limiting and local outages are distinct from broken links. Grokipedia matching is optional and disabled by default. Matching slugs alone never permit a replacement; language, canonical identity, visible article evidence and section targets must match.
82
+
83
+ The admin includes filters, CSV export, a history view, source excerpts and editor links, manual actions, a dashboard widget and a content-editor panel. It follows the active EmDash language without adding a language selector. RTL is a presentation option, not an Arabic or Hebrew translation.
84
+
85
+ ## Development and verification
86
+
87
+ ```sh
88
+ pnpm check # strict types, lint, unit/integration tests, package build
89
+ pnpm test:package # install the tarball in an isolated EmDash site
90
+ node scripts/seed-browser.mjs # deterministic published-link index for browser tests
91
+ pnpm test:browser # browser regression suite for that installed package
92
+ pnpm --filter relink-example-cloudflare build
93
+ ```
94
+
95
+ [Architecture and API](docs/architecture.md) · [Configuration](docs/configuration.md) · [Recovery rules](docs/recovery.md) · [Translation and RTL](docs/translations.md) · [Testing and limitations](docs/testing.md) · [Release notes](CHANGELOG.md)
@@ -0,0 +1,19 @@
1
+ # Third-party and historical licensing
2
+
3
+ The Relink Noncommercial License governs only material identified as subject to it and only rights controlled by gekko. It does not supersede licenses on dependencies or previously MIT-licensed Relink material.
4
+
5
+ The original Relink 0.1.0 MIT notice is retained verbatim in [LICENSES/MIT-legacy.txt](LICENSES/MIT-legacy.txt). See [the licensing transition](docs/licensing.md#existing-mit-rights-remain).
6
+
7
+ ## Runtime dependencies and host integration
8
+
9
+ | Component | License in the validated baseline | Where to find the notice |
10
+ | ------------------------------ | --------------------------------- | ------------------------------------------------- |
11
+ | parse5 8.0.1 | MIT | Installed parse5 package |
12
+ | Zod 4.5.4 | MIT | Installed zod package |
13
+ | EmDash and EmDash admin 0.37.0 | MIT | Installed emdash and @emdash-cms/admin packages |
14
+ | Astro 7.3.1 | MIT | Installed astro package |
15
+ | React 19 | MIT | Installed react package |
16
+ | Lingui 5 | MIT | Installed @lingui/core and @lingui/react packages |
17
+ | Kumo 2.6 | MIT | Installed @cloudflare/kumo package |
18
+
19
+ Relink's package contains its own emitted modules and imports these dependencies or host-provided peers. It does not replace their license files. If you bundle or redistribute their code, include the applicable notices from the exact versions distributed. This table is a guide to the direct runtime and host components, not a substitute for reviewing all transitive or development dependencies in a redistributed installation.
@@ -0,0 +1,9 @@
1
+ import type { ReactNode } from "react";
2
+ import type { AdminClient } from "./client.js";
3
+ export declare function RelinkApp({ client, compact, contentId, collection, }: {
4
+ client?: AdminClient;
5
+ compact?: boolean;
6
+ contentId?: string;
7
+ collection?: string;
8
+ }): ReactNode;
9
+ //# sourceMappingURL=app.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../src/admin/app.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAavC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AA0I/C,wBAAgB,SAAS,CAAC,EACxB,MAAoB,EACpB,OAAe,EACf,SAAc,EACd,UAAe,GAChB,EAAE;IACD,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,GAAG,SAAS,CAoqBZ"}