@doccident/doccident 0.0.5 → 0.0.6
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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -670,7 +670,7 @@ This separation of concerns allows `doccident` to be easily extended—for examp
|
|
|
670
670
|
|
|
671
671
|
This project is licensed under the Apache License, Version 2.0.
|
|
672
672
|
|
|
673
|
-
Copyright (c) 2025
|
|
673
|
+
Copyright (c) 2025 Tim O'Brien
|
|
674
674
|
|
|
675
675
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
676
676
|
you may not use this file except in compliance with the License.
|
|
@@ -686,7 +686,7 @@ limitations under the License.
|
|
|
686
686
|
|
|
687
687
|
---
|
|
688
688
|
|
|
689
|
-
**Note**: This project was originally forked from [markdown-doctest](https://github.com/nick-johnstone/markdown-doctest) by Nick Johnstone. While the original inspiration and some core concepts remain, the **entire codebase has been replaced** and significantly expanded by
|
|
689
|
+
**Note**: This project was originally forked from [markdown-doctest](https://github.com/nick-johnstone/markdown-doctest) by Nick Johnstone. While the original inspiration and some core concepts remain, the **entire codebase has been replaced** and significantly expanded by Tim O'Brien to support a wide range of compiled and interpreted languages, shared state mechanisms, and output verification. All subsequent additions and modifications are covered by the Apache 2.0 Software License.
|
|
690
690
|
|
|
691
691
|
## Agentic AI Guide
|
|
692
692
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doccident/doccident",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Test all the code in your markdown docs!",
|
|
5
5
|
"main": "dist/doctest.js",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "https://github.com/
|
|
24
|
+
"url": "https://github.com/tobrien/doccident"
|
|
25
25
|
},
|
|
26
26
|
"keywords": [
|
|
27
27
|
"markdown",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
],
|
|
31
31
|
"contributors": [
|
|
32
32
|
"Nick Johnstone",
|
|
33
|
-
"
|
|
33
|
+
"Tobin O'Brien <tobrien@discursive.com>"
|
|
34
34
|
],
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"bugs": {
|
|
37
|
-
"url": "https://github.com/
|
|
37
|
+
"url": "https://github.com/tobrien/doccident/issues"
|
|
38
38
|
},
|
|
39
|
-
"homepage": "https://github.com/
|
|
39
|
+
"homepage": "https://github.com/tobrien/doccident",
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint/eslintrc": "^3.3.1",
|
|
42
42
|
"@eslint/js": "^9.23.0",
|