@lifesavertech/archguard-guidance 2.0.0 → 2.0.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lifesavertech/archguard-guidance",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Project guidance document generator for ArchGuard",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"test": "npm run build:test && node --test dist-test/index.test.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@lifesavertech/archguard-core": "2.0.
|
|
28
|
+
"@lifesavertech/archguard-core": "2.0.1",
|
|
29
29
|
"yaml": "^2.3.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|