@adminforth/markdown 1.2.1 → 1.2.3

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/build.log CHANGED
@@ -10,5 +10,5 @@ custom/package-lock.json
10
10
  custom/package.json
11
11
  custom/tsconfig.json
12
12
 
13
- sent 169,311 bytes received 115 bytes 338,852.00 bytes/sec
14
- total size is 168,857 speedup is 1.00
13
+ sent 169,278 bytes received 115 bytes 338,786.00 bytes/sec
14
+ total size is 168,818 speedup is 1.00
@@ -1,20 +1,27 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "baseUrl": ".", // This should point to your project root
4
- "esModuleInterop": true,
3
+ "baseUrl": ".",
5
4
  "paths": {
6
5
  "@/*": [
7
- // "node_modules/adminforth/dist/spa/src/*"
8
- "../../../spa/src/*"
6
+ "../../../adminforth/spa/src/*"
9
7
  ],
10
8
  "*": [
11
- // "node_modules/adminforth/dist/spa/node_modules/*"
12
- "../../../spa/node_modules/*"
9
+ "../../../adminforth/spa/node_modules/*"
13
10
  ],
14
11
  "@@/*": [
15
- // "node_modules/adminforth/dist/spa/src/*"
16
12
  "."
17
13
  ]
18
14
  }
19
- }
15
+ },
16
+ "include": [
17
+ "./**/*.ts",
18
+ "./**/*.tsx",
19
+ "./**/*.vue",
20
+ "../**/*.ts",
21
+ "../**/*.tsx",
22
+ "../**/*.vue",
23
+ "../*.vue",
24
+ "../*.ts",
25
+ "../*.tsx"
26
+ ]
20
27
  }
@@ -1,20 +1,27 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "baseUrl": ".", // This should point to your project root
4
- "esModuleInterop": true,
3
+ "baseUrl": ".",
5
4
  "paths": {
6
5
  "@/*": [
7
- // "node_modules/adminforth/dist/spa/src/*"
8
- "../../../spa/src/*"
6
+ "../../../adminforth/spa/src/*"
9
7
  ],
10
8
  "*": [
11
- // "node_modules/adminforth/dist/spa/node_modules/*"
12
- "../../../spa/node_modules/*"
9
+ "../../../adminforth/spa/node_modules/*"
13
10
  ],
14
11
  "@@/*": [
15
- // "node_modules/adminforth/dist/spa/src/*"
16
12
  "."
17
13
  ]
18
14
  }
19
- }
15
+ },
16
+ "include": [
17
+ "./**/*.ts",
18
+ "./**/*.tsx",
19
+ "./**/*.vue",
20
+ "../**/*.ts",
21
+ "../**/*.tsx",
22
+ "../**/*.vue",
23
+ "../*.vue",
24
+ "../*.ts",
25
+ "../*.tsx"
26
+ ]
20
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/markdown",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Markdown plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "type": "git",
29
29
  "url": "https://github.com/devforth/adminforth-markdown.git"
30
30
  },
31
- "dependencies": {
31
+ "peerDependencies": {
32
32
  "adminforth": "latest"
33
33
  },
34
34
  "release": {