Skip to content

Commit b2b1314

Browse files
Merge pull request #31 from SAP/FIX_EXAMPLES
Fix examples update version for patch release
2 parents 8c80267 + 38c7385 commit b2b1314

File tree

4 files changed

+228
-3
lines changed

4 files changed

+228
-3
lines changed

examples/typescript-cli-client/package-lock.json

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

examples/typescript-web-client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@angular/platform-browser": "~12.2.0",
2020
"@angular/platform-browser-dynamic": "~12.2.0",
2121
"@angular/router": "~12.2.0",
22+
"@sap_oss/automated-usage-tracking-tool": "^1.0.0",
2223
"rxjs": "~6.6.0",
2324
"tslib": "^2.3.0",
2425
"zone.js": "~0.11.4"

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap_oss/automated-usage-tracking-tool",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Automated usage tracking tool is a user-centric data collection tool, using a Customer Data Cloud tenant, that tracks the usage of CX IAS's automation tools, generates comprehensive reports for evaluating tool effectiveness and improvements.",
55
"main": "dist/cli/index.js",
66
"browser": "dist/web/index.js",

0 commit comments

Comments
 (0)