@fluidframework/odsp-urlresolver 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.
- package/README.md +3 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -9,10 +9,12 @@ This is an implementation of a url resolver which resolves onedrive and sharepoi
|
|
|
9
9
|
|
|
10
10
|
## Using Fluid Framework libraries
|
|
11
11
|
|
|
12
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
12
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
13
13
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
14
14
|
library consumers should always prefer `^`.
|
|
15
15
|
|
|
16
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
17
|
+
|
|
16
18
|
<!-- prettier-ignore-end -->
|
|
17
19
|
|
|
18
20
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-urlresolver",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-276985",
|
|
4
4
|
"description": "Url Resolver for odsp urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/public.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": "2.1.0-
|
|
41
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
42
|
-
"@fluidframework/core-utils": "2.1.0-
|
|
43
|
-
"@fluidframework/driver-definitions": "2.1.0-
|
|
44
|
-
"@fluidframework/odsp-driver": "2.1.0-
|
|
45
|
-
"@fluidframework/odsp-driver-definitions": "2.1.0-
|
|
40
|
+
"@fluid-internal/client-utils": "2.1.0-276985",
|
|
41
|
+
"@fluidframework/core-interfaces": "2.1.0-276985",
|
|
42
|
+
"@fluidframework/core-utils": "2.1.0-276985",
|
|
43
|
+
"@fluidframework/driver-definitions": "2.1.0-276985",
|
|
44
|
+
"@fluidframework/odsp-driver": "2.1.0-276985",
|
|
45
|
+
"@fluidframework/odsp-driver-definitions": "2.1.0-276985"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
49
49
|
"@biomejs/biome": "^1.7.3",
|
|
50
|
-
"@fluid-internal/mocha-test-setup": "2.1.0-
|
|
50
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276985",
|
|
51
51
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
52
52
|
"@fluidframework/build-common": "^2.0.3",
|
|
53
53
|
"@fluidframework/build-tools": "^0.39.0",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"api": "fluid-build . --task api",
|
|
76
|
-
"api-extractor:commonjs": "flub generate entrypoints --
|
|
77
|
-
"api-extractor:esnext": "flub generate entrypoints --
|
|
76
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
77
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
78
78
|
"build": "fluid-build . --task build",
|
|
79
79
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
80
80
|
"build:compile": "fluid-build . --task compile",
|