@fluidframework/tinylicious-driver 2.1.0-281041 → 2.1.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/tinylicious-driver
2
2
 
3
+ ## 2.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-rc.5.0.0
4
8
 
5
9
  ### Minor Changes
package/README.md CHANGED
@@ -23,6 +23,10 @@ To get started, install the package by running the following command:
23
23
  npm i @fluidframework/tinylicious-driver
24
24
  ```
25
25
 
26
+ ## API Documentation
27
+
28
+ API documentation for **@fluidframework/tinylicious-driver** is available at <https://fluidframework.com/docs/apis/tinylicious-driver>.
29
+
26
30
  <!-- prettier-ignore-end -->
27
31
 
28
32
  <!-- AUTO-GENERATED-CONTENT:END -->
@@ -32,10 +36,6 @@ npm i @fluidframework/tinylicious-driver
32
36
  <!-- prettier-ignore-start -->
33
37
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
34
38
 
35
- ## API Documentation
36
-
37
- API documentation for **@fluidframework/tinylicious-driver** is available at <https://fluidframework.com/docs/apis/tinylicious-driver>.
38
-
39
39
  ## Minimum Client Requirements
40
40
 
41
41
  These are the platform requirements for the current version of Fluid Framework Client Packages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-driver",
3
- "version": "2.1.0-281041",
3
+ "version": "2.1.0",
4
4
  "description": "Driver for tinylicious",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -36,20 +36,20 @@
36
36
  "main": "lib/index.js",
37
37
  "types": "lib/public.d.ts",
38
38
  "dependencies": {
39
- "@fluidframework/core-interfaces": "2.1.0-281041",
40
- "@fluidframework/driver-definitions": "2.1.0-281041",
41
- "@fluidframework/driver-utils": "2.1.0-281041",
42
- "@fluidframework/routerlicious-driver": "2.1.0-281041",
39
+ "@fluidframework/core-interfaces": "~2.1.0",
40
+ "@fluidframework/driver-definitions": "~2.1.0",
41
+ "@fluidframework/driver-utils": "~2.1.0",
42
+ "@fluidframework/routerlicious-driver": "~2.1.0",
43
43
  "jsrsasign": "^11.0.0",
44
44
  "uuid": "^9.0.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@arethetypeswrong/cli": "^0.15.2",
48
48
  "@biomejs/biome": "~1.8.3",
49
- "@fluid-internal/mocha-test-setup": "2.1.0-281041",
50
- "@fluid-tools/build-cli": "^0.40.0",
49
+ "@fluid-internal/mocha-test-setup": "~2.1.0",
50
+ "@fluid-tools/build-cli": "^0.41.0",
51
51
  "@fluidframework/build-common": "^2.0.3",
52
- "@fluidframework/build-tools": "^0.40.0",
52
+ "@fluidframework/build-tools": "^0.41.0",
53
53
  "@fluidframework/eslint-config-fluid": "^5.3.0",
54
54
  "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.0.0",
55
55
  "@microsoft/api-extractor": "^7.45.1",