зеркало из
1
0
Форкнуть 0

Rename of internal samples and packages for testing (#4072)

This commit is contained in:
vhuseinova-msft 2024-01-29 15:47:07 -08:00 коммит произвёл GitHub
Родитель e999011da4
Коммит d8b4a6677e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
12 изменённых файлов: 459 добавлений и 632 удалений

Просмотреть файл

@ -0,0 +1,9 @@
{
"type": "none",
"area": "fix",
"workstream": "Samples",
"comment": "Fix for legal alerts for internal sample packages and packages for testing",
"packageName": "@azure/communication-react",
"email": "98852890+vhuseinova-msft@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -0,0 +1,9 @@
{
"type": "none",
"area": "fix",
"workstream": "Samples",
"comment": "Fix for legal alerts for internal sample packages and packages for testing",
"packageName": "@azure/communication-react",
"email": "98852890+vhuseinova-msft@users.noreply.github.com",
"dependentChangeType": "none"
}

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -61,37 +61,37 @@
"reviewCategory": "internal"
},
{
"packageName": "calling",
"packageName": "@internal/calling",
"projectFolder": "samples/Calling",
"reviewCategory": "sample"
},
{
"packageName": "chat",
"packageName": "@internal/chat",
"projectFolder": "samples/Chat",
"reviewCategory": "sample"
},
{
"packageName": "callwithchat",
"packageName": "@internal/callwithchat",
"projectFolder": "samples/CallWithChat",
"reviewCategory": "sample"
},
{
"packageName": "component-examples",
"packageName": "@internal/component-examples",
"projectFolder": "samples/ComponentExamples",
"reviewCategory": "sample"
},
{
"packageName": "server",
"packageName": "@internal/server",
"projectFolder": "samples/Server",
"reviewCategory": "sample"
},
{
"packageName": "sample-automation-tests",
"packageName": "@internal/sample-automation-tests",
"projectFolder": "samples/tests",
"reviewCategory": "sample"
},
{
"packageName": "sample-static-html-composites",
"packageName": "@internal/sample-static-html-composites",
"projectFolder": "samples/StaticHtmlComposites",
"reviewCategory": "sample"
},

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "callwithchat",
"name": "@internal/callwithchat",
"version": "0.0.1",
"private": true,
"description": "This is a sample application to show how the UI Library can be used to build a call with chat experience. The client-side application is a React based user interface which uses React Hooks for handling complex state while leveraging Microsoft Fluent UI for how things look.",

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "calling",
"name": "@internal/calling",
"version": "0.0.1",
"private": true,
"description": "This is a sample application to show how the UI Library can be used to build a calling experience. The client-side application is a React based user interface which uses React Hooks for handling complex state while leveraging Microsoft Fluent UI for how things look.",

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "chat",
"name": "@internal/chat",
"version": "0.0.1",
"private": true,
"description": "This is a sample application to show how the ACS Chat Web SDK can be used to build a group chat experience. The client-side application is a React based user interface which uses React Hooks for handling complex state while leveraging Microsoft Fluent UI for how things look.",

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "component-examples",
"name": "@internal/component-examples",
"version": "0.0.1",
"private": true,
"description": "This is a sample application to show how the ACS Chat Web SDK can be used to build a group chat experience. The client-side application is a React based user interface which uses React Hooks for handling complex state while leveraging Microsoft Fluent UI for how things look.",

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "server",
"name": "@internal/server",
"version": "0.0.1",
"private": true,
"description": "This is the server side that supports all ACS sample applications",

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "sample-static-html-composites",
"name": "@internal/sample-static-html-composites",
"version": "1.0.0",
"description": "Basic bundle for communication react composites and usage on a static HTML page.",
"private": true,

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "sample-automation-tests",
"name": "@internal/sample-automation-tests",
"version": "1.0.0",
"description": "Automation tests for samples.",
"private": true,