@carbon/icons 11.6.0-rc.0 → 11.7.0
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/metadata.json +2 -2
- package/package.json +4 -4
package/metadata.json
CHANGED
|
@@ -73062,7 +73062,7 @@
|
|
|
73062
73062
|
},
|
|
73063
73063
|
{
|
|
73064
73064
|
"name": "cloud--auditing",
|
|
73065
|
-
"friendlyName": "Cloud
|
|
73065
|
+
"friendlyName": "IBM Cloud® Activity Tracker",
|
|
73066
73066
|
"aliases": [
|
|
73067
73067
|
"cloud",
|
|
73068
73068
|
"auditing",
|
|
@@ -167003,7 +167003,7 @@
|
|
|
167003
167003
|
},
|
|
167004
167004
|
{
|
|
167005
167005
|
"name": "ibm-cloud--kubernetes-service",
|
|
167006
|
-
"friendlyName": "IBM Cloud® Kubernetes
|
|
167006
|
+
"friendlyName": "IBM Cloud® Kubernetes Service",
|
|
167007
167007
|
"aliases": [
|
|
167008
167008
|
"services",
|
|
167009
167009
|
"cloud",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons",
|
|
3
3
|
"description": "Icons for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.7.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"prepublishOnly": "yarn build"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@carbon/cli": "^11.
|
|
42
|
-
"@carbon/icon-build-helpers": "^1.
|
|
41
|
+
"@carbon/cli": "^11.3.0",
|
|
42
|
+
"@carbon/icon-build-helpers": "^1.3.0",
|
|
43
43
|
"rimraf": "^3.0.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "182eaa898977e15b0cbedf4b8b62502693d43b4c"
|
|
46
46
|
}
|