@carbon/icons-vue 10.48.3 → 10.48.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 +9 -0
- package/package.json +7 -5
- package/telemetry.yml +7 -0
package/README.md
CHANGED
|
@@ -95,3 +95,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
|
|
|
95
95
|
## 📝 License
|
|
96
96
|
|
|
97
97
|
Licensed under the [Apache 2.0 License](/LICENSE).
|
|
98
|
+
|
|
99
|
+
## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
|
|
100
|
+
|
|
101
|
+
This package uses IBM Telemetry to collect metrics data. By installing this
|
|
102
|
+
package as a dependency you are agreeing to telemetry collection. To opt out,
|
|
103
|
+
see
|
|
104
|
+
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
105
|
+
For more information on the data being collected, please see the
|
|
106
|
+
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons-vue",
|
|
3
3
|
"description": "Vue components for icons in digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.48.
|
|
4
|
+
"version": "10.48.4",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -25,14 +25,16 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && node tasks/build.js",
|
|
28
|
-
"clean": "rimraf es lib"
|
|
28
|
+
"clean": "rimraf es lib",
|
|
29
|
+
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
29
30
|
},
|
|
30
31
|
"dependencies": {
|
|
31
|
-
"@carbon/icon-helpers": "^10.28.
|
|
32
|
+
"@carbon/icon-helpers": "^10.28.3",
|
|
33
|
+
"@ibm/telemetry-js": "^1.2.1"
|
|
32
34
|
},
|
|
33
35
|
"devDependencies": {
|
|
34
36
|
"@carbon/cli-reporter": "^10.5.0",
|
|
35
|
-
"@carbon/icons": "^10.48.
|
|
37
|
+
"@carbon/icons": "^10.48.4",
|
|
36
38
|
"fs-extra": "^10.0.0",
|
|
37
39
|
"prettier": "^2.2.1",
|
|
38
40
|
"rimraf": "^3.0.0",
|
|
@@ -40,5 +42,5 @@
|
|
|
40
42
|
"vue": "^2.6.8"
|
|
41
43
|
},
|
|
42
44
|
"sideEffects": false,
|
|
43
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "4e41819f51f1294d467e12995c217ed83f695249"
|
|
44
46
|
}
|
package/telemetry.yml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
|
|
2
|
+
version: 1
|
|
3
|
+
projectId: 39aef2ca-e3d9-4afc-9617-c2495f61865d
|
|
4
|
+
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
|
|
5
|
+
collect:
|
|
6
|
+
npm:
|
|
7
|
+
dependencies: null
|