@carbon/type 11.32.0 → 11.33.0-rc.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/README.md +3 -3
- package/package.json +5 -5
- package/telemetry.yml +1 -1
package/README.md
CHANGED
|
@@ -231,9 +231,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
|
|
|
231
231
|
|
|
232
232
|
## <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
|
|
233
233
|
|
|
234
|
-
This package uses IBM Telemetry to collect
|
|
235
|
-
package as a dependency you are agreeing to telemetry
|
|
236
|
-
see
|
|
234
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
|
235
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
|
236
|
+
collection. To opt out, see
|
|
237
237
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
238
238
|
For more information on the data being collected, please see the
|
|
239
239
|
[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": "11.
|
|
4
|
+
"version": "11.33.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"postinstall": "ibmtelemetry --config=telemetry.yml"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@carbon/grid": "^11.
|
|
44
|
-
"@carbon/layout": "^11.
|
|
43
|
+
"@carbon/grid": "^11.29.0-rc.0",
|
|
44
|
+
"@carbon/layout": "^11.28.0-rc.0",
|
|
45
45
|
"@ibm/telemetry-js": "^1.5.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@carbon/cli": "^11.
|
|
48
|
+
"@carbon/cli": "^11.23.0-rc.0",
|
|
49
49
|
"@carbon/test-utils": "^10.33.0",
|
|
50
50
|
"change-case": "^4.1.1",
|
|
51
51
|
"css": "^3.0.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"sassDir": "scss",
|
|
58
58
|
"needs": "^1.3.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "e48f5e6815bd93e518e8da73c7555590b85cda22"
|
|
61
61
|
}
|
package/telemetry.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
|
|
2
2
|
version: 1
|
|
3
3
|
projectId: 43a17f29-6354-4c01-b4ec-920a1248f0f7
|
|
4
|
-
endpoint: https://
|
|
4
|
+
endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
|
|
5
5
|
collect:
|
|
6
6
|
npm:
|
|
7
7
|
dependencies: null
|