@fluidframework/tinylicious-driver 2.0.0-internal.4.0.6 → 2.0.0-internal.4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/README.md +69 -0
  3. package/package.json +10 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # @fluidframework/tinylicious-driver
2
+
3
+ ## 2.0.0-internal.4.1.0
4
+
5
+ Dependency updates only.
package/README.md CHANGED
@@ -1 +1,70 @@
1
1
  # @fluidframework/tinylicious-driver
2
+
3
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README:scripts=FALSE) -->
4
+
5
+ <!-- prettier-ignore-start -->
6
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
7
+
8
+ ## Using Fluid Framework libraries
9
+
10
+ When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
11
+ While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
12
+ library consumers should always prefer `^`.
13
+
14
+ Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
15
+ scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
16
+ [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
17
+ package for more information including tools to convert between version schemes.
18
+
19
+ ## Installation
20
+
21
+ To get started, install the package by running the following command:
22
+
23
+ ```bash
24
+ npm i @fluidframework/tinylicious-driver
25
+ ```
26
+
27
+ ## API Documentation
28
+
29
+ API documentation for **@fluidframework/tinylicious-driver** is available at <https://fluidframework.com/docs/apis/tinylicious-driver>.
30
+
31
+ ## Contribution Guidelines
32
+
33
+ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid.
34
+
35
+ - Participate in Q&A in our [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
36
+ - [Submit bugs](https://github.com/microsoft/FluidFramework/issues) and help us verify fixes as they are checked in.
37
+ - Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
38
+ - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
39
+
40
+ Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki).
41
+
42
+ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
43
+ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
44
+
45
+ This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
46
+ Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks).
47
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
48
+
49
+ ## Help
50
+
51
+ Not finding what you're looking for in this README? Check out our [GitHub
52
+ Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
53
+
54
+ Still not finding what you're looking for? Please [file an
55
+ issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
56
+
57
+ Thank you!
58
+
59
+ ## Trademark
60
+
61
+ This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
62
+
63
+ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
64
+ Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
65
+
66
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
67
+
68
+ <!-- prettier-ignore-end -->
69
+
70
+ <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-driver",
3
- "version": "2.0.0-internal.4.0.6",
3
+ "version": "2.0.0-internal.4.1.1",
4
4
  "description": "Driver for tinylicious",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -14,23 +14,23 @@
14
14
  "module": "lib/index.js",
15
15
  "types": "dist/index.d.ts",
16
16
  "dependencies": {
17
- "@fluidframework/core-interfaces": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
18
- "@fluidframework/driver-definitions": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
19
- "@fluidframework/driver-utils": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
17
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
18
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
19
+ "@fluidframework/driver-utils": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
20
20
  "@fluidframework/protocol-definitions": "^1.1.0",
21
- "@fluidframework/routerlicious-driver": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
22
- "@fluidframework/server-services-client": "^0.1038.4000",
21
+ "@fluidframework/routerlicious-driver": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
22
+ "@fluidframework/server-services-client": "^0.1039.1000",
23
23
  "jsrsasign": "^10.5.25",
24
24
  "uuid": "^8.3.1"
25
25
  },
26
26
  "devDependencies": {
27
- "@fluid-tools/build-cli": "^0.13.0",
27
+ "@fluid-tools/build-cli": "^0.15.0",
28
28
  "@fluidframework/build-common": "^1.1.0",
29
- "@fluidframework/build-tools": "^0.13.0",
29
+ "@fluidframework/build-tools": "^0.15.0",
30
30
  "@fluidframework/eslint-config-fluid": "^2.0.0",
31
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
31
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
32
32
  "@fluidframework/test-tools": "^0.2.3074",
33
- "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.0.0-internal.4.0.0",
33
+ "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.0.0-internal.4.1.0",
34
34
  "@types/jsrsasign": "^8.0.8",
35
35
  "@types/mocha": "^9.1.1",
36
36
  "@types/node": "^14.18.38",