blodemd 0.0.12 → 0.0.13
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/dev-server/next.config.js +19 -9
- package/dev-server/tsconfig.json +0 -3
- package/dist/cli.mjs +24 -3
- package/dist/cli.mjs.map +1 -1
- package/package.json +3 -1
- package/packages/@repo/common/package.json +2 -2
- package/packages/@repo/contracts/package.json +2 -2
- package/packages/@repo/models/package.json +2 -2
- package/packages/@repo/prebuild/package.json +2 -2
- package/packages/@repo/previewing/package.json +2 -2
- package/packages/@repo/validation/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blodemd",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "Blode.md CLI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -53,6 +53,8 @@
|
|
|
53
53
|
"cmdk": "^1.1.1",
|
|
54
54
|
"commander": "^14.0.0",
|
|
55
55
|
"geist": "^1.7.0",
|
|
56
|
+
"merge-refs": "^2.0.0",
|
|
57
|
+
"motion": "^12.38.0",
|
|
56
58
|
"next": "16.2.1",
|
|
57
59
|
"next-mdx-remote": "^6.0.0",
|
|
58
60
|
"next-themes": "^0.4.6",
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
|
-
"types": "./
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
9
|
"import": "./dist/index.js",
|
|
10
10
|
"default": "./dist/index.js"
|
|
11
11
|
},
|
|
12
12
|
"./*": {
|
|
13
|
-
"types": "./
|
|
13
|
+
"types": "./dist/*.d.ts",
|
|
14
14
|
"import": "./dist/*.js",
|
|
15
15
|
"default": "./dist/*.js"
|
|
16
16
|
}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
|
-
"types": "./
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
9
|
"import": "./dist/index.js",
|
|
10
10
|
"default": "./dist/index.js"
|
|
11
11
|
},
|
|
12
12
|
"./*": {
|
|
13
|
-
"types": "./
|
|
13
|
+
"types": "./dist/*.d.ts",
|
|
14
14
|
"import": "./dist/*.js",
|
|
15
15
|
"default": "./dist/*.js"
|
|
16
16
|
}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
|
-
"types": "./
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
9
|
"import": "./dist/index.js",
|
|
10
10
|
"default": "./dist/index.js"
|
|
11
11
|
},
|
|
12
12
|
"./*": {
|
|
13
|
-
"types": "./
|
|
13
|
+
"types": "./dist/*.d.ts",
|
|
14
14
|
"import": "./dist/*.js",
|
|
15
15
|
"default": "./dist/*.js"
|
|
16
16
|
}
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
|
-
"types": "./dist/index.d.ts",
|
|
9
|
+
"types": "./dist/index.d.d.ts",
|
|
10
10
|
"import": "./dist/index.js",
|
|
11
11
|
"default": "./dist/index.js"
|
|
12
12
|
},
|
|
13
13
|
"./openapi": {
|
|
14
|
-
"types": "./dist/openapi.d.ts",
|
|
14
|
+
"types": "./dist/openapi.d.d.ts",
|
|
15
15
|
"import": "./dist/openapi.js",
|
|
16
16
|
"default": "./dist/openapi.js"
|
|
17
17
|
}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
|
-
"types": "./
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
9
|
"import": "./dist/index.js",
|
|
10
10
|
"default": "./dist/index.js"
|
|
11
11
|
},
|
|
12
12
|
"./*": {
|
|
13
|
-
"types": "./
|
|
13
|
+
"types": "./dist/*.d.ts",
|
|
14
14
|
"import": "./dist/*.js",
|
|
15
15
|
"default": "./dist/*.js"
|
|
16
16
|
}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
|
-
"types": "./
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
9
|
"import": "./dist/index.js",
|
|
10
10
|
"default": "./dist/index.js"
|
|
11
11
|
},
|
|
12
12
|
"./*": {
|
|
13
|
-
"types": "./
|
|
13
|
+
"types": "./dist/*.d.ts",
|
|
14
14
|
"import": "./dist/*.js",
|
|
15
15
|
"default": "./dist/*.js"
|
|
16
16
|
}
|