@cloudscape-design/components 3.0.0 → 3.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/README.md +1 -1
- package/internal/environment.js +1 -1
- package/package.json +11 -4
package/README.md
CHANGED
|
@@ -18,4 +18,4 @@ The [contribution guidelines](https://github.com/cloudscape-design/components/bl
|
|
|
18
18
|
|
|
19
19
|
## License
|
|
20
20
|
|
|
21
|
-
This project is licensed under the [Apache 2.0 License](/LICENSE).
|
|
21
|
+
This project is licensed under the [Apache 2.0 License](https://github.com/cloudscape-design/components/blob/main/LICENSE).
|
package/internal/environment.js
CHANGED
package/package.json
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
+
"bugs": {
|
|
3
|
+
"url": "https://github.com/cloudscape-design/components/issues"
|
|
4
|
+
},
|
|
2
5
|
"dependencies": {
|
|
3
6
|
"@cloudscape-design/collection-hooks": "^1.0.0",
|
|
4
7
|
"@cloudscape-design/test-utils-core": "^1.0.0",
|
|
@@ -91,18 +94,22 @@
|
|
|
91
94
|
"./wizard": "./wizard/index.js",
|
|
92
95
|
"./top-navigation/1.0-beta": "./top-navigation/1.0-beta/index.js"
|
|
93
96
|
},
|
|
97
|
+
"homepage": "https://cloudscape.design",
|
|
94
98
|
"main": "./index.js",
|
|
95
99
|
"name": "@cloudscape-design/components",
|
|
96
100
|
"peerDependencies": {
|
|
97
101
|
"react": "^16.8 || ^17 || ^18",
|
|
98
102
|
"react-dom": "^16.8 || ^17 || ^18"
|
|
99
103
|
},
|
|
104
|
+
"repository": {
|
|
105
|
+
"type": "git",
|
|
106
|
+
"url": "git+https://github.com/cloudscape-design/components.git"
|
|
107
|
+
},
|
|
100
108
|
"sideEffects": [
|
|
101
109
|
"*.css",
|
|
102
110
|
"./internal/base-component/index.js",
|
|
103
111
|
"./internal/base-component/styles.css.js"
|
|
104
112
|
],
|
|
105
|
-
"version": "3.0.
|
|
106
|
-
"license": "Apache-2.0"
|
|
107
|
-
|
|
108
|
-
}
|
|
113
|
+
"version": "3.0.1",
|
|
114
|
+
"license": "Apache-2.0"
|
|
115
|
+
}
|