@herdingbits/trailhead-cloudscape 0.0.2 → 0.0.4
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ This adapter supports React 18 and React 19. Peer dependencies specify `^19.0.0`
|
|
|
58
58
|
|
|
59
59
|
## Documentation
|
|
60
60
|
|
|
61
|
-
See the [main Trailhead documentation](https://github.com/
|
|
61
|
+
See the [main Trailhead documentation](https://github.com/quicken/trailhead) for more information.
|
|
62
62
|
|
|
63
63
|
## License
|
|
64
64
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@herdingbits/trailhead-cloudscape",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "AWS CloudScape adapter for Trailhead. React-based shell with CloudScape components. Supports React 19.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"build": "npm run clean && tsc && cp src/shell.css dist/"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@herdingbits/trailhead-core": "^0.0.
|
|
24
|
+
"@herdingbits/trailhead-core": "^0.0.9",
|
|
25
25
|
"@cloudscape-design/components": "^3.0.0",
|
|
26
26
|
"@cloudscape-design/global-styles": "^1.0.0",
|
|
27
27
|
"react": "^19.0.0",
|
|
28
28
|
"react-dom": "^19.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@herdingbits/trailhead-types": "^0.0.
|
|
32
|
-
"@cloudscape-design/components": "^3.0.
|
|
31
|
+
"@herdingbits/trailhead-types": "^0.0.7",
|
|
32
|
+
"@cloudscape-design/components": "^3.0.1203",
|
|
33
33
|
"@cloudscape-design/global-styles": "^1.0.50",
|
|
34
34
|
"@types/react": "^19.2.14",
|
|
35
35
|
"@types/react-dom": "^19.2.3",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"repository": {
|
|
53
53
|
"type": "git",
|
|
54
|
-
"url": "https://github.com/
|
|
54
|
+
"url": "https://github.com/quicken/trailhead.git",
|
|
55
55
|
"directory": "packages/cloudscape"
|
|
56
56
|
}
|
|
57
57
|
}
|