@paroicms/internal-link-plugin 0.6.0 → 0.6.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const data_formatters_lib_1 = require("@paroi/data-formatters-lib");
4
3
  const node_path_1 = require("node:path");
4
+ const data_formatters_lib_1 = require("@paroi/data-formatters-lib");
5
5
  const projectDir = (0, node_path_1.dirname)(__dirname);
6
6
  const packageDir = (0, node_path_1.dirname)(projectDir);
7
7
  const version = (0, data_formatters_lib_1.strVal)(require((0, node_path_1.join)(packageDir, "package.json")).version);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/internal-link-plugin",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Internal link plugin for ParoiCMS",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -32,8 +32,8 @@
32
32
  "devDependencies": {
33
33
  "@paroicms/public-anywhere-lib": "0.14.0",
34
34
  "@paroicms/public-bo-lib": "0.19.0",
35
- "@paroicms/public-server-lib": "0.22.0",
36
- "@paroicms/quill-editor-plugin": "^1.23.0",
35
+ "@paroicms/public-server-lib": "0.22.1",
36
+ "@paroicms/quill-editor-plugin": "^1.23.1",
37
37
  "@solid-primitives/i18n": "~2.1.1",
38
38
  "@types/node": "~22.10.7",
39
39
  "primeicons": "^7.0.0",