Skip to content

Commit 0c9c2e8

Browse files
authored
Merge branch 'master' into issue.2861
2 parents ad9601b + 42dd2af commit 0c9c2e8

File tree

5 files changed

+14
-18
lines changed

5 files changed

+14
-18
lines changed

package-lock.json

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"@carbon/icons": "11.14.0",
144144
"@carbon/utils-position": "1.1.4",
145145
"@floating-ui/dom": "1.6.3",
146-
"@ibm/telemetry-js": "^1.2.1",
146+
"@ibm/telemetry-js": "^1.5.0",
147147
"flatpickr": "4.6.13",
148148
"tslib": "2.3.0"
149149
}

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ gulp buildMeta
1616
# generate ALL the documentation
1717
mkdir dist/docs
1818
npm run build-storybook
19-
npm run docs:build && mv documentation dist/docs/
19+
npm run docs:build && mv documentation dist/docs/ && mv telemetry.yml dist/telemetry.yml

src/ng-package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@carbon/utils-position",
99
"@carbon/icon-helpers",
1010
"@carbon/icons",
11-
"@carbon/telemetry",
12-
"@floating-ui/dom",
13-
"flatpickr"
11+
"@floating-ui/dom",
12+
"@ibm/telemetry-js",
13+
"flatpickr"
1414
]
1515
}

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "[email protected]:carbon-design-system/carbon-components-angular.git"
99
},
1010
"scripts": {
11-
"postinstall": "carbon-telemetry collect --install"
11+
"postinstall": "ibmtelemetry --config=telemetry.yml"
1212
},
1313
"license": "Apache-2.0",
1414
"author": "IBM",
@@ -18,9 +18,9 @@
1818
"dependencies": {
1919
"@carbon/icon-helpers": "10.37.0",
2020
"@carbon/icons": "11.14.0",
21-
"@carbon/telemetry": "0.1.0",
2221
"@carbon/utils-position": "1.1.4",
2322
"@floating-ui/dom": "1.6.3",
23+
"@ibm/telemetry-js": "^1.5.0",
2424
"flatpickr": "4.6.13",
2525
"tslib": "2.3.0"
2626
}

0 commit comments

Comments
 (0)