Rename of internal samples and packages for testing (#4072)
This commit is contained in:
Родитель
e999011da4
Коммит
d8b4a6677e
|
@ -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"
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
14
rush.json
14
rush.json
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче