@travetto/doc 6.0.0-rc.0 → 6.0.0-rc.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/doc",
3
- "version": "6.0.0-rc.0",
3
+ "version": "6.0.0-rc.2",
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/runtime": "^6.0.0-rc.0",
27
+ "@travetto/runtime": "^6.0.0-rc.1",
28
28
  "@types/prismjs": "^1.26.5",
29
29
  "prismjs": "^1.29.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@travetto/cli": "^6.0.0-rc.0"
32
+ "@travetto/cli": "^6.0.0-rc.1"
33
33
  },
34
34
  "peerDependenciesMeta": {
35
35
  "@travetto/cli": {
@@ -70,7 +70,7 @@ export const LIB_MAPPING = {
70
70
 
71
71
  // JWT
72
72
  JWT: { title: 'JWT', href: 'https://jwt.io/' },
73
- NodeJWT: { title: 'node-jsonwebtoken', href: 'https://github.com/auth0/node-jsonwebtoken' },
73
+ NJWT: { title: 'njwt', href: 'https://github.com/jwtk/njwt' },
74
74
 
75
75
  // Email
76
76
  NodeMailer: { title: 'nodemailer', href: 'https://nodemailer.com/about/' },
@@ -75,10 +75,6 @@ export const MOD_MAPPING = {
75
75
  name: '@travetto/image', folder: '@travetto/image', displayName: 'Image',
76
76
  description: 'Image support, resizing, and optimization'
77
77
  },
78
- Jwt: {
79
- name: '@travetto/jwt', folder: '@travetto/jwt', displayName: 'JWT',
80
- description: 'JSON Web Token implementation'
81
- },
82
78
  Log: {
83
79
  name: '@travetto/log', folder: '@travetto/log', displayName: 'Logging',
84
80
  description: 'Logging framework that integrates at the console.log level.'