@travetto/doc 3.1.1 → 3.1.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/doc",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"description": "Documentation support for the Travetto framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docs",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"directory": "module/doc"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@travetto/base": "^3.1.
|
|
27
|
+
"@travetto/base": "^3.1.2",
|
|
28
28
|
"@types/prismjs": "^1.26.0",
|
|
29
29
|
"prismjs": "^1.29.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@travetto/cli": "^3.1.
|
|
32
|
+
"@travetto/cli": "^3.1.6"
|
|
33
33
|
},
|
|
34
34
|
"peerDependenciesMeta": {
|
|
35
35
|
"@travetto/cli": {
|
|
@@ -19,10 +19,6 @@ export const MOD_MAPPING = {
|
|
|
19
19
|
name: '@travetto/auth-rest', folder: '@travetto/auth-rest', displayName: 'Rest Auth',
|
|
20
20
|
description: 'Rest authentication integration support for the Travetto framework'
|
|
21
21
|
},
|
|
22
|
-
AuthRestContext: {
|
|
23
|
-
name: '@travetto/auth-rest-context', folder: '@travetto/auth-rest-context', displayName: 'Rest Auth Context',
|
|
24
|
-
description: 'Rest authentication context integration support for the Travetto framework'
|
|
25
|
-
},
|
|
26
22
|
AuthRestJwt: {
|
|
27
23
|
name: '@travetto/auth-rest-jwt', folder: '@travetto/auth-rest-jwt', displayName: 'Rest Auth JWT',
|
|
28
24
|
description: 'Rest authentication JWT integration support for the Travetto framework'
|