@executablemd/cli 0.4.1 → 0.4.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.
- package/esm/deno.js +11 -12
- package/package.json +4 -4
- package/types/deno.d.ts +4 -5
package/esm/deno.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"name": "@executablemd/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"exports": "./src/cli.ts",
|
|
5
5
|
"imports": {
|
|
6
6
|
"@types/node": "npm:@types/node@^24.5.2",
|
|
@@ -10,13 +10,8 @@ export default {
|
|
|
10
10
|
"@effectionx/test-adapter": "npm:@effectionx/test-adapter@0.7.4",
|
|
11
11
|
"effection": "npm:effection@4.1.0-alpha.7",
|
|
12
12
|
"effection/experimental": "npm:effection@4.1.0-alpha.7/experimental",
|
|
13
|
-
"@executablemd/durable-streams": "npm:@executablemd/durable-streams@^0.4.1",
|
|
14
|
-
"@executablemd/runtime": "npm:@executablemd/runtime@^0.4.1",
|
|
15
|
-
"@executablemd/testing": "npm:@executablemd/testing@^0.4.1",
|
|
16
13
|
"@std/assert": "jsr:@std/assert@^1.0.17",
|
|
17
14
|
"ajv": "npm:ajv@^8.17.1",
|
|
18
|
-
"@executablemd/runtime/test": "file:///home/runner/work/executable.md/executable.md/runtime/test/mod.ts",
|
|
19
|
-
"@executablemd/code-review-agent": "npm:@executablemd/code-review-agent@^0.4.1",
|
|
20
15
|
"@effectionx/context-api": "npm:@effectionx/context-api@0.6.0",
|
|
21
16
|
"@effectionx/converge": "npm:@effectionx/converge@0.1.4",
|
|
22
17
|
"@effectionx/fetch": "npm:@effectionx/fetch@0.2.0",
|
|
@@ -35,11 +30,15 @@ export default {
|
|
|
35
30
|
"oxlint-tsgolint": "npm:oxlint-tsgolint@^0.17",
|
|
36
31
|
"unist-util-select": "npm:unist-util-select@^5",
|
|
37
32
|
"mdast-util-to-string": "npm:mdast-util-to-string@^4",
|
|
38
|
-
"@executablemd/core": "npm:@executablemd/core@^0.4.
|
|
39
|
-
"@executablemd/core/": "npm:@executablemd/core@^0.4.
|
|
40
|
-
"@executablemd/durable-streams
|
|
41
|
-
"@executablemd/
|
|
42
|
-
"@executablemd/
|
|
43
|
-
"@executablemd/
|
|
33
|
+
"@executablemd/core": "npm:@executablemd/core@^0.4.2",
|
|
34
|
+
"@executablemd/core/": "npm:@executablemd/core@^0.4.2/",
|
|
35
|
+
"@executablemd/durable-streams": "npm:@executablemd/durable-streams@^0.4.2",
|
|
36
|
+
"@executablemd/durable-streams/": "npm:@executablemd/durable-streams@^0.4.2/",
|
|
37
|
+
"@executablemd/runtime": "npm:@executablemd/runtime@^0.4.2",
|
|
38
|
+
"@executablemd/runtime/": "npm:@executablemd/runtime@^0.4.2/",
|
|
39
|
+
"@executablemd/testing": "npm:@executablemd/testing@^0.4.2",
|
|
40
|
+
"@executablemd/testing/": "npm:@executablemd/testing@^0.4.2/",
|
|
41
|
+
"@executablemd/code-review-agent": "npm:@executablemd/code-review-agent@^0.4.2",
|
|
42
|
+
"@executablemd/code-review-agent/": "npm:@executablemd/code-review-agent@^0.4.2/"
|
|
44
43
|
}
|
|
45
44
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@executablemd/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "The xmd command-line interface for executable.md.",
|
|
5
5
|
"homepage": "https://executable.md",
|
|
6
6
|
"repository": {
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@effectionx/stream-helpers": "0.8.3",
|
|
20
|
-
"@executablemd/core": "^0.4.
|
|
21
|
-
"@executablemd/durable-streams": "^0.4.
|
|
22
|
-
"@executablemd/testing": "^0.4.
|
|
20
|
+
"@executablemd/core": "^0.4.2",
|
|
21
|
+
"@executablemd/durable-streams": "^0.4.2",
|
|
22
|
+
"@executablemd/testing": "^0.4.2",
|
|
23
23
|
"configliere": "^0.2.3",
|
|
24
24
|
"effection": "4.1.0-alpha.7",
|
|
25
25
|
"zod": "^4.3.6"
|
package/types/deno.d.ts
CHANGED
|
@@ -10,13 +10,8 @@ declare namespace _default {
|
|
|
10
10
|
"@effectionx/test-adapter": string;
|
|
11
11
|
effection: string;
|
|
12
12
|
"effection/experimental": string;
|
|
13
|
-
"@executablemd/durable-streams": string;
|
|
14
|
-
"@executablemd/runtime": string;
|
|
15
|
-
"@executablemd/testing": string;
|
|
16
13
|
"@std/assert": string;
|
|
17
14
|
ajv: string;
|
|
18
|
-
"@executablemd/runtime/test": string;
|
|
19
|
-
"@executablemd/code-review-agent": string;
|
|
20
15
|
"@effectionx/context-api": string;
|
|
21
16
|
"@effectionx/converge": string;
|
|
22
17
|
"@effectionx/fetch": string;
|
|
@@ -37,9 +32,13 @@ declare namespace _default {
|
|
|
37
32
|
"mdast-util-to-string": string;
|
|
38
33
|
"@executablemd/core": string;
|
|
39
34
|
"@executablemd/core/": string;
|
|
35
|
+
"@executablemd/durable-streams": string;
|
|
40
36
|
"@executablemd/durable-streams/": string;
|
|
37
|
+
"@executablemd/runtime": string;
|
|
41
38
|
"@executablemd/runtime/": string;
|
|
39
|
+
"@executablemd/testing": string;
|
|
42
40
|
"@executablemd/testing/": string;
|
|
41
|
+
"@executablemd/code-review-agent": string;
|
|
43
42
|
"@executablemd/code-review-agent/": string;
|
|
44
43
|
};
|
|
45
44
|
}
|