@fluidframework/tinylicious-driver 2.1.0-274160 → 2.1.0-276985

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 (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -7,10 +7,12 @@
7
7
 
8
8
  ## Using Fluid Framework libraries
9
9
 
10
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
10
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
11
11
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
12
12
  library consumers should always prefer `^`.
13
13
 
14
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
15
+
14
16
  ## Installation
15
17
 
16
18
  To get started, install the package by running the following command:
@@ -43,11 +45,9 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
43
45
 
44
46
  ## Help
45
47
 
46
- Not finding what you're looking for in this README? Check out our [GitHub
47
- Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
48
+ Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
48
49
 
49
- Still not finding what you're looking for? Please [file an
50
- issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
50
+ Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
51
51
 
52
52
  Thank you!
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tinylicious-driver",
3
- "version": "2.1.0-274160",
3
+ "version": "2.1.0-276985",
4
4
  "description": "Driver for tinylicious",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -36,17 +36,17 @@
36
36
  "main": "lib/index.js",
37
37
  "types": "lib/public.d.ts",
38
38
  "dependencies": {
39
- "@fluidframework/core-interfaces": "2.1.0-274160",
40
- "@fluidframework/driver-definitions": "2.1.0-274160",
41
- "@fluidframework/driver-utils": "2.1.0-274160",
42
- "@fluidframework/routerlicious-driver": "2.1.0-274160",
39
+ "@fluidframework/core-interfaces": "2.1.0-276985",
40
+ "@fluidframework/driver-definitions": "2.1.0-276985",
41
+ "@fluidframework/driver-utils": "2.1.0-276985",
42
+ "@fluidframework/routerlicious-driver": "2.1.0-276985",
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.7.3",
49
- "@fluid-internal/mocha-test-setup": "2.1.0-274160",
49
+ "@fluid-internal/mocha-test-setup": "2.1.0-276985",
50
50
  "@fluid-tools/build-cli": "^0.39.0",
51
51
  "@fluidframework/build-common": "^2.0.3",
52
52
  "@fluidframework/build-tools": "^0.39.0",
@@ -71,8 +71,8 @@
71
71
  },
72
72
  "scripts": {
73
73
  "api": "fluid-build . --task api",
74
- "api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist",
75
- "api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
74
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
75
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
76
76
  "build": "fluid-build . --task build",
77
77
  "build:commonjs": "fluid-build . --task commonjs",
78
78
  "build:compile": "fluid-build . --task compile",