@carbon/type 10.45.3 → 10.45.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 +10 -7
- package/telemetry.yml +7 -0
package/README.md
CHANGED
|
@@ -266,3 +266,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
|
|
|
266
266
|
## 📝 License
|
|
267
267
|
|
|
268
268
|
Licensed under the [Apache 2.0 License](/LICENSE).
|
|
269
|
+
|
|
270
|
+
## <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
|
|
271
|
+
|
|
272
|
+
This package uses IBM Telemetry to collect metrics data. By installing this
|
|
273
|
+
package as a dependency you are agreeing to telemetry collection. To opt out,
|
|
274
|
+
see
|
|
275
|
+
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
276
|
+
For more information on the data being collected, please see the
|
|
277
|
+
[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/type",
|
|
3
3
|
"description": "Typography for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.45.
|
|
4
|
+
"version": "10.45.4",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"scss",
|
|
18
18
|
"src",
|
|
19
19
|
"umd",
|
|
20
|
-
"index.scss"
|
|
20
|
+
"index.scss",
|
|
21
|
+
"telemetry.yml"
|
|
21
22
|
],
|
|
22
23
|
"keywords": [
|
|
23
24
|
"eyeglass-module",
|
|
@@ -34,14 +35,16 @@
|
|
|
34
35
|
},
|
|
35
36
|
"scripts": {
|
|
36
37
|
"build": "yarn clean && carbon-cli bundle src/index.js --name CarbonType && carbon-cli inline && carbon-cli check \"scss/*.scss\"",
|
|
37
|
-
"clean": "rimraf css es lib umd scss/_inlined scss/vendor"
|
|
38
|
+
"clean": "rimraf css es lib umd scss/_inlined scss/vendor",
|
|
39
|
+
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
38
40
|
},
|
|
39
41
|
"dependencies": {
|
|
40
|
-
"@carbon/grid": "^10.43.
|
|
41
|
-
"@carbon/import-once": "^10.7.
|
|
42
|
+
"@carbon/grid": "^10.43.3",
|
|
43
|
+
"@carbon/import-once": "^10.7.1",
|
|
44
|
+
"@ibm/telemetry-js": "^1.2.1"
|
|
42
45
|
},
|
|
43
46
|
"devDependencies": {
|
|
44
|
-
"@carbon/cli": "^10.34.
|
|
47
|
+
"@carbon/cli": "^10.34.3",
|
|
45
48
|
"@carbon/test-utils": "^10.21.1",
|
|
46
49
|
"change-case": "^4.1.1",
|
|
47
50
|
"rimraf": "^3.0.0"
|
|
@@ -52,5 +55,5 @@
|
|
|
52
55
|
"sassDir": "scss",
|
|
53
56
|
"needs": "^1.3.0"
|
|
54
57
|
},
|
|
55
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "4e41819f51f1294d467e12995c217ed83f695249"
|
|
56
59
|
}
|
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: 43a17f29-6354-4c01-b4ec-920a1248f0f7
|
|
4
|
+
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
|
|
5
|
+
collect:
|
|
6
|
+
npm:
|
|
7
|
+
dependencies: null
|