@paroicms/internal-link-plugin 0.21.0 → 0.21.1

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.
@@ -718,7 +718,7 @@ function at({
718
718
  pluginBaseUrl: e,
719
719
  addAfterInitListener: t
720
720
  }) {
721
- const n = `${e}/internal-link.css`, i = document.createElement("link");
721
+ const n = `${e}/admin-ui-plugin.css`, i = document.createElement("link");
722
722
  i.rel = "stylesheet", i.href = n, document.head.appendChild(i), t(st);
723
723
  }
724
724
  function ct(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/internal-link-plugin",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Internal link plugin for ParoiCMS",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -24,7 +24,7 @@
24
24
  "build:admin-ui:watch": "(cd admin-ui-plugin && npm run build:watch)"
25
25
  },
26
26
  "dependencies": {
27
- "@paroicms/script-lib": "0.2.0",
27
+ "@paroicms/script-lib": "0.2.1",
28
28
  "arktype": "~2.1.20"
29
29
  },
30
30
  "peerDependencies": {
@@ -32,8 +32,8 @@
32
32
  "@paroicms/public-server-lib": "0"
33
33
  },
34
34
  "devDependencies": {
35
- "@paroicms/public-anywhere-lib": "0.34.0",
36
- "@paroicms/public-server-lib": "0.43.0",
35
+ "@paroicms/public-anywhere-lib": "0.35.0",
36
+ "@paroicms/public-server-lib": "0.45.0",
37
37
  "@types/node": "~24.0.1",
38
38
  "rimraf": "~6.0.1",
39
39
  "typescript": "~5.8.3"