Skip to content

Commit

Permalink
Ensure package name matches folder name for Client packages (microsof…
Browse files Browse the repository at this point in the history
…t#2598)

Also update README titles and PACKAGES.md
  • Loading branch information
markfields authored Jun 18, 2020
1 parent cce8250 commit e42370e
Show file tree
Hide file tree
Showing 433 changed files with 48 additions and 47 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @fluidframework/clicker-react
# @fluid-example/clicker-react

**Clicker-React** is a Fluid Component that displays a number with a button. Pressing the button
increments the counter. This is a basic example component built using the new Fluid React component.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @fluidframework/clicker-with-hooks
# @fluid-example/clicker-with-hooks

**Clicker** is a Fluid Component that displays a number with a button. Pressing the button
increments the counter. This is a basic example component using the interface model and stock
Expand Down
2 changes: 1 addition & 1 deletion components/experimental/multiview/container/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Multiview container
# @fluid-example/multiview-container

The container package is an example of how a container author might pick and choose multiple views and models and combine them in various ways.

Expand Down
2 changes: 1 addition & 1 deletion components/experimental/multiview/interface/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Coordinate Interface
# @fluid-example/multiview-coordinate-interface

This package contains an interface that a Fluid component might implement to expose a 2d coordinate. It's not strictly necessary to split it to its own package, but this illustrates that it doesn't necessarily have to ship with either the model or the view.
2 changes: 1 addition & 1 deletion components/experimental/multiview/model/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Coordinate Model
# @fluid-example/multiview-coordinate-model

The coordinate model is our implementation of the `ICoordinate` interface.
2 changes: 1 addition & 1 deletion components/experimental/multiview/plotview/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Plot coordinate view
# @fluid-example/multiview-plot-coordinate-view

The plot coordinate view is a view onto a single `ICoordinate`, rendering it as a red dot in a square.
2 changes: 1 addition & 1 deletion components/experimental/multiview/sliderview/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Slider coordinate view
# @fluid-example/multiview-slider-coordinate-view

The slider coordinate view is a view onto a single `ICoordinate`, rendering two sliders corresponding to its X and Y coordinates. Manipulating these sliders will change the distributed state of the ICoordinate.
2 changes: 1 addition & 1 deletion components/experimental/multiview/triangleview/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Triangle view
# @fluid-example/multiview-triangle-view

Triangle view takes 3 `ICoordinate`s, and renders a red triangle using them as the vertices.
75 changes: 38 additions & 37 deletions docs/PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
| [@fluid-example/primitives](/components/examples/primitives) | published |
| [@fluid-example/simple-component-embed](/components/examples/simple-component-embed) | published |
| [@fluid-example/canvas](/components/experimental/canvas) | published |
| [@fluid-example/clicker-react](/components/experimental/clicker-react/clicker-react) | published |
| [@fluid-example/clicker-with-hooks](/components/experimental/clicker-react/clicker-with-hooks) | published |
| [@fluid-example/client-ui-lib](/components/experimental/client-ui-lib) | published |
| [@fluid-example/codemirror](/components/experimental/codemirror) | published |
| [@fluid-example/draft-js](/components/experimental/draft-js) | published |
Expand All @@ -26,9 +28,16 @@
| [@fluid-example/key-value-cache](/components/experimental/key-value-cache) | published |
| [@fluid-example/math](/components/experimental/math) | published |
| [@fluid-example/monaco](/components/experimental/monaco) | published |
| [@fluid-example/multiview-container](/components/experimental/multiview/container) | published |
| [@fluid-example/multiview-coordinate-interface](/components/experimental/multiview/interface) | published |
| [@fluid-example/multiview-coordinate-model](/components/experimental/multiview/model) | published |
| [@fluid-example/multiview-plot-coordinate-view](/components/experimental/multiview/plotview) | published |
| [@fluid-example/multiview-slider-coordinate-view](/components/experimental/multiview/sliderview) | published |
| [@fluid-example/multiview-triangle-view](/components/experimental/multiview/triangleview) | published |
| [@fluid-example/musica](/components/experimental/musica) | published |
| [@fluid-example/progress-bars](/components/experimental/progress-bars) | published |
| [@fluid-example/prosemirror](/components/experimental/prosemirror) | published |
| [@fluidframework/react-inputs](/components/experimental/react-inputs) | published |
| [@fluid-example/scribe](/components/experimental/scribe) | published |
| [@fluid-example/search-menu](/components/experimental/search-menu) | published |
| [@fluid-example/shared-text](/components/experimental/shared-text) | published |
Expand All @@ -42,15 +51,26 @@
| [@fluid-example/vltava](/components/experimental/vltava) | published |
| [@fluid-example/webflow](/components/experimental/webflow) | published |
| [@fluid-example/iframe-host](/examples/hosts/iframe-host) | published |
| [@fluid-example/hosts-sample](/examples/hosts/literate) | private |
| [@fluid-example/node-host](/examples/hosts/node) | private |
| [@fluid-internal/hosts-sample](/examples/hosts/literate) | private |
| [@fluid-internal/node-host](/examples/hosts/node) | private |
| [@fluid-example/flow-intel](/packages/agents/flow-intel) | published |
| [@fluid-example/flow-intel-viewer](/packages/agents/flow-intel-viewer) | published |
| [@fluid-example/intelligence-runner-agent](/packages/agents/intelligence-runner) | published |
| [@fluid-example/snapshotter-agent](/packages/agents/snapshotter) | published |
| [@fluid-example/spellchecker-agent](/packages/agents/spellchecker) | published |
| [@fluid-example/translator-agent](/packages/agents/translator) | published |
| [@fluidframework/experimental-creation-driver](/packages/drivers/create-new-driver) | published |
| [@fluidframework/cell](/packages/dds/cell) | published |
| [@fluidframework/ordered-collection](/packages/dds/consensus-ordered-collection) | published |
| [@fluidframework/register-collection](/packages/dds/consensus-register-collection) | published |
| [@fluidframework/counter](/packages/dds/counter) | published |
| [@fluidframework/ink](/packages/dds/ink) | published |
| [@fluidframework/map](/packages/dds/map) | published |
| [@fluidframework/matrix](/packages/dds/matrix) | published |
| [@fluidframework/merge-tree](/packages/dds/merge-tree) | published |
| [@fluidframework/sequence](/packages/dds/sequence) | published |
| [@fluidframework/shared-object-base](/packages/dds/shared-object-common) | published |
| [@fluidframework/shared-summary-block](/packages/dds/shared-summary-block) | published |
| [@fluid-internal/experimental-creation-driver](/packages/drivers/experimental-creation-driver) | private |
| [@fluidframework/file-driver](/packages/drivers/file-socket-storage) | published |
| [@fluidframework/debugger](/packages/drivers/fluid-debugger) | published |
| [@fluidframework/fluidapp-odsp-urlresolver](/packages/drivers/fluidapp-odsp-urlResolver) | published |
Expand All @@ -64,12 +84,12 @@
| [@fluidframework/routerlicious-urlresolver](/packages/drivers/routerlicious-urlResolver) | published |
| [@fluidframework/driver-base](/packages/drivers/socket-storage-shared) | published |
| [@fluidframework/aqueduct](/packages/framework/aqueduct) | published |
| [@fluidframework/aqueduct-react](/packages/framework/aqueduct-react) | published |
| [@fluidframework/component-base](/packages/framework/component-base) | published |
| [@fluidframework/dds-interceptions](/packages/framework/dds-interceptions) | published |
| [@fluidframework/framework-experimental](/packages/framework/experimental) | published |
| [@fluidframework/framework-interfaces](/packages/framework/framework-definitions) | published |
| [@fluidframework/last-edited-experimental](/packages/framework/last-edited) | published |
| [@fluidframework/react](/packages/framework/react) | published |
| [@fluidframework/synthesize](/packages/framework/synthesize) | published |
| [@fluidframework/undo-redo](/packages/framework/undo-redo) | published |
| [@fluidframework/view-adapters](/packages/framework/view-adapters) | published |
Expand All @@ -84,51 +104,36 @@
| [@fluidframework/driver-utils](/packages/loader/driver-utils) | published |
| [@fluidframework/execution-context-loader](/packages/loader/execution-context-loader) | published |
| [@fluidframework/web-code-loader](/packages/loader/loader-web) | published |
| [@fluidframework/test-loader-utils](/packages/loader/test-loader-utils) | published |
| [@fluid-internal/test-loader-utils](/packages/loader/test-loader-utils) | private |
| [@fluidframework/agent-scheduler](/packages/runtime/agent-scheduler) | published |
| [@fluidframework/cell](/packages/runtime/cell) | published |
| [@fluid-internal/client-api](/packages/runtime/client-api) | published |
| [@fluidframework/component-runtime](/packages/runtime/component-runtime) | published |
| [@fluidframework/component-runtime-definitions](/packages/runtime/component-runtime-definitions) | published |
| [@fluidframework/ordered-collection](/packages/runtime/consensus-ordered-collection) | published |
| [@fluidframework/register-collection](/packages/runtime/consensus-register-collection) | published |
| [@fluidframework/container-runtime](/packages/runtime/container-runtime) | published |
| [@fluidframework/container-runtime-definitions](/packages/runtime/container-runtime-definitions) | published |
| [@fluidframework/counter](/packages/runtime/counter) | published |
| [@fluidframework/ink](/packages/runtime/ink) | published |
| [@fluidframework/map](/packages/runtime/map) | published |
| [@fluidframework/matrix](/packages/runtime/matrix) | published |
| [@fluidframework/merge-tree](/packages/runtime/merge-tree) | published |
| [@fluidframework/runtime-definitions](/packages/runtime/runtime-definitions) | published |
| [@fluidframework/test-runtime-utils](/packages/runtime/runtime-test-utils) | published |
| [@fluidframework/runtime-utils](/packages/runtime/runtime-utils) | published |
| [@fluidframework/sequence](/packages/runtime/sequence) | published |
| [@fluidframework/shared-object-base](/packages/runtime/shared-object-common) | published |
| [@fluidframework/shared-summary-block](/packages/runtime/shared-summary-block) | published |
| [@fluidframework/local-test-utils](/packages/server/local-test-utils) | published |
| [@fluidframework/server-tools-core](/packages/server/tools-core) | published |
| [@fluid-example/version-test-1](/packages/test/context-reload) | private |
| [@fluid-example/version-test-2](/packages/test/context-reload/@fluid-internal/version-test-2) | private |
| [@fluid-internal/end-to-end-tests](/packages/test/end-to-end) | published |
| [@fluid-internal/functional-tests](/packages/test/functional) | published |
| [@fluidframework/test-snapshots](/packages/test/snapshots) | published |
| [@fluidframework/test-utils](/packages/test/utils) | published |
| [@fluidframework/fetch-tool](/packages/tools/fluid-fetch) | published |
| [@fluidframework/merge-tree-client-replay](/packages/tools/merge-tree-client-replay) | published |
| [@fluidframework/replay-tool](/packages/tools/replay-tool) | published |
| [@fluid-internal/version-test-1](/packages/test/context-reload) | private |
| [@fluid-internal/version-test-2](/packages/test/context-reload/@fluid-internal/version-test-2) | private |
| [@fluid-internal/end-to-end-tests](/packages/test/end-to-end) | private |
| [@fluid-internal/functional-tests](/packages/test/functional) | private |
| [@fluid-internal/test-snapshots](/packages/test/snapshots) | private |
| [@fluid-internal/test-utils](/packages/test/test-utils) | private |
| [@fluid-internal/fetch-tool](/packages/tools/fluid-fetch) | private |
| [@fluid-internal/merge-tree-client-replay](/packages/tools/merge-tree-client-replay) | private |
| [@fluid-internal/replay-tool](/packages/tools/replay-tool) | private |
| [@fluidframework/webpack-component-loader](/packages/tools/webpack-component-loader) | published |
| [@fluidframework/tool-utils](/packages/utils/fluid-tool-utils) | published |
| [@fluidframework/odsp-utils](/packages/utils/odsp-utils) | published |
| [adminportal](/server/admin) | private |
| [chaincode-loader](/server/admin/chaincode) | published |
| [@fluid-internal/auspkn](/server/auspkn) | private |
| [@microsoft/fluid-server-gateway](/server/gateway) | private |
| [@fluidframework/server-gateway](/server/gateway) | private |
| [gitrest](/server/gitrest) | private |
| [headless-agent](/server/headless-agent) | private |
| [historian](/server/historian) | private |
| [fluid-service-monitor](/server/monitoring) | private |
| [fluid-component-loader](/server/monitoring/component) | published |
| [chaincode-loader](/server/routerlicious/chaincode) | published |
| [@fluid-internal/service-monitor](/server/monitoring) | private |
| [@fluidframework/gitresources](/server/routerlicious/packages/gitresources) | published |
| [@fluidframework/server-kafka-orderer](/server/routerlicious/packages/kafka-orderer) | published |
| [@fluidframework/server-lambdas](/server/routerlicious/packages/lambdas) | published |
Expand All @@ -141,15 +146,11 @@
| [@fluidframework/server-services](/server/routerlicious/packages/services) | published |
| [@fluidframework/server-services-client](/server/routerlicious/packages/services-client) | published |
| [@fluidframework/server-services-core](/server/routerlicious/packages/services-core) | published |
| [@fluidframework/server-services-shared](/server/routerlicious/packages/services-shared) | published |
| [@fluidframework/server-services-utils](/server/routerlicious/packages/services-utils) | published |
| [@fluidframework/server-test-utils](/server/routerlicious/packages/test-utils) | published |
| [tinylicious](/server/tinylicious) | published |
| [@fluidframework/build-tools](/tools/fluid-build-tools) | published |
| [@microsoft/fluidpreview-intercept](/tools/fluidpreview-intercept) | published |
| [@microsoft/fluidpreview-intercept-reroute-server](/tools/fluidpreview-intercept/reroute-server) | published |
| [generator-fluid](/tools/generator-fluid) | published |
| [getkeys](/tools/getkeys) | published |
| [headless-chrome](/tools/headless-chrome) | private |
| [logger](/tools/logger) | published |
| [search-content-extractor](/tools/search-content-extractor) | published |
| [@fluid-internal/getkeys](/tools/getkeys) | private |
| [@fluidframework/test-tools](/tools/test-tools) | published |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e42370e

Please sign in to comment.