fix(client): Correct repository.directory field (#21689)

The repository.directory field is not correct for some packages. I
updated the broken ones using the policy in #21605. That policy will
protect against future issues once it's merged and brought into the
client release group.
This commit is contained in:
Tyler Butler 2024-06-28 10:03:50 -07:00 коммит произвёл GitHub
Родитель 9178fa54a3
Коммит 357d30e1f2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
15 изменённых файлов: 15 добавлений и 16 удалений

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "packages/framework/azure-service-utils"
"directory": "azure/packages/azure-service-utils"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "azure/packages/test/end-to-end-tests"
"directory": "azure/packages/test/scenario-runner"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "build-tools/package/bundle-size-tools"
"directory": "build-tools/packages/bundle-size-tools"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "common/build/eslint-pluig-fluid/"
"directory": "common/build/eslint-plugin-fluid"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -7,7 +7,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "examples/benchmarks/bubblebench/hared-tree-flex-tree"
"directory": "examples/benchmarks/bubblebench/shared-tree-flex-tree"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -7,7 +7,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "packages/examples/client-logger/app-insights-logger"
"directory": "examples/client-logger/app-insights-logger"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -7,7 +7,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "examples/service-clients/shared-tree-demo"
"directory": "examples/service-clients/odsp-client/shared-tree-demo"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -7,7 +7,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "examples/version-migration/schema-upgrade"
"directory": "examples/version-migration/same-container"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -7,7 +7,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "examples/apps/tree-shim"
"directory": "examples/version-migration/tree-shim"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -5,8 +5,7 @@
"homepage": "https://fluidframework.com",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": ""
"url": "https://github.com/microsoft/FluidFramework.git"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "common/lib/container-definitions"
"directory": "packages/common/container-definitions"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "common/lib/core-interfaces"
"directory": "packages/common/core-interfaces"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "common/lib/driver-definitions"
"directory": "packages/common/driver-definitions"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "packages/runtime/agent-scheduler"
"directory": "packages/framework/agent-scheduler"
},
"license": "MIT",
"author": "Microsoft and contributors",

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

@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "azure/packages/test/end-to-end-tests"
"directory": "packages/service-clients/end-to-end-tests/azure-client"
},
"license": "MIT",
"author": "Microsoft and contributors",