@fluidframework/odsp-urlresolver 2.116.0-416006 → 2.116.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 +4 -0
- package/README.md +5 -3
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/
|
|
|
90
90
|
- Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
|
|
91
91
|
- [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
|
|
92
92
|
|
|
93
|
-
Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/
|
|
93
|
+
Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
|
|
94
94
|
|
|
95
95
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
96
96
|
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.
|
|
@@ -101,9 +101,11 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
|
|
|
101
101
|
|
|
102
102
|
## Help
|
|
103
103
|
|
|
104
|
-
Not finding what you're looking for in this README?
|
|
104
|
+
Not finding what you're looking for in this README?
|
|
105
|
+
Check out [fluidframework.com](https://fluidframework.com/docs/).
|
|
105
106
|
|
|
106
|
-
Still not finding what you're looking for?
|
|
107
|
+
Still not finding what you're looking for?
|
|
108
|
+
Please [file an issue](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Contributing/Submitting-Bugs-and-Feature-Requests.md).
|
|
107
109
|
|
|
108
110
|
Thank you!
|
|
109
111
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-urlresolver",
|
|
3
|
-
"version": "2.116.0
|
|
3
|
+
"version": "2.116.0",
|
|
4
4
|
"description": "Url Resolver for odsp urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/public.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": "2.116.0
|
|
41
|
-
"@fluidframework/core-interfaces": "2.116.0
|
|
42
|
-
"@fluidframework/core-utils": "2.116.0
|
|
43
|
-
"@fluidframework/driver-definitions": "2.116.0
|
|
44
|
-
"@fluidframework/odsp-driver": "2.116.0
|
|
45
|
-
"@fluidframework/odsp-driver-definitions": "2.116.0
|
|
40
|
+
"@fluid-internal/client-utils": "~2.116.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.116.0",
|
|
42
|
+
"@fluidframework/core-utils": "~2.116.0",
|
|
43
|
+
"@fluidframework/driver-definitions": "~2.116.0",
|
|
44
|
+
"@fluidframework/odsp-driver": "~2.116.0",
|
|
45
|
+
"@fluidframework/odsp-driver-definitions": "~2.116.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@arethetypeswrong/cli": "^0.18.
|
|
48
|
+
"@arethetypeswrong/cli": "^0.18.5",
|
|
49
49
|
"@biomejs/biome": "~2.4.5",
|
|
50
|
-
"@fluid-internal/mocha-test-setup": "2.116.0
|
|
51
|
-
"@fluid-tools/build-cli": "^0.
|
|
50
|
+
"@fluid-internal/mocha-test-setup": "~2.116.0",
|
|
51
|
+
"@fluid-tools/build-cli": "^0.67.0",
|
|
52
52
|
"@fluidframework/build-common": "^2.0.3",
|
|
53
|
-
"@fluidframework/build-tools": "^0.
|
|
54
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
55
|
-
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.
|
|
53
|
+
"@fluidframework/build-tools": "^0.67.0",
|
|
54
|
+
"@fluidframework/eslint-config-fluid": "^14.0.0",
|
|
55
|
+
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.114.0",
|
|
56
56
|
"@microsoft/api-extractor": "7.58.1",
|
|
57
57
|
"@types/mocha": "^10.0.10",
|
|
58
58
|
"@types/node": "~22.19.17",
|