Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/contact-center/cc-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@webex/cc-components",
"description": "Webex Contact Center UI Components Library for your custom contact center solutions",
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
"version": "1.28.0-ccwidgets.121",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -76,4 +77,4 @@
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
}
}
}
3 changes: 2 additions & 1 deletion packages/contact-center/cc-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@webex/cc-widgets",
"description": "Webex Contact Center Widgets",
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
"version": "1.28.0-ccwidgets.121",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -95,4 +96,4 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
}
}
}
3 changes: 2 additions & 1 deletion packages/contact-center/station-login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@webex/cc-station-login",
"description": "Webex Contact Center Widgets: Station Login",
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
"version": "1.28.0-ccwidgets.121",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -66,4 +67,4 @@
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/contact-center/store/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@webex/cc-store",
"description": "Webex Contact Center Widgets: Widgets Store",
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
"version": "1.28.0-ccwidgets.121",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,4 +59,4 @@
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
}
}
}
3 changes: 2 additions & 1 deletion packages/contact-center/task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@webex/cc-task",
"description": "Webex Contact Center Widgets: Task",
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
"version": "1.28.0-ccwidgets.121",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -65,4 +66,4 @@
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/contact-center/test-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@webex/test-fixtures",
"description": "Webex Contact Center Widgets: Test Fixtures",
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even though we dont publish this I just thought of adding the lisence.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it needed in a test file

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just wanted to have this in all the packages

"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -47,4 +47,4 @@
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
}
}
}
7 changes: 6 additions & 1 deletion packages/contact-center/ui-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"name": "@webex/cc-ui-logging",
"version": "1.28.0-ccwidgets.121",
"description": "UI metrics tracking for Webex widgets",
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"package.json"
],
"scripts": {
"build:src": "webpack --mode=development",
"clean": "rm -rf dist",
Expand Down Expand Up @@ -36,4 +41,4 @@
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
}
}
}
3 changes: 2 additions & 1 deletion packages/contact-center/user-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@webex/cc-user-state",
"description": "Webex Contact Center Widgets: User State",
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
"version": "1.28.0-ccwidgets.121",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -64,4 +65,4 @@
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
}
}
}
Loading