@fluidframework/odsp-urlresolver 3.0.2 → 3.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +30 -34
  3. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/odsp-urlresolver
2
2
 
3
+ ## 3.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 3.0.0
4
8
 
5
9
  ### Minor Changes
package/README.md CHANGED
@@ -2,8 +2,7 @@
2
2
 
3
3
  This is an implementation of a url resolver which resolves onedrive and sharepoint URLs.
4
4
 
5
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
6
-
5
+ <!-- markdown-magic:begin {"transform":"library-readme-header","headingLevel":2} -->
7
6
  <!-- prettier-ignore-start -->
8
7
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
9
8
 
@@ -28,11 +27,9 @@ npm i @fluidframework/odsp-urlresolver
28
27
  Read the **@fluidframework/odsp-urlresolver** API documentation at <https://fluidframework.com/docs/apis/odsp-urlresolver>.
29
28
 
30
29
  <!-- prettier-ignore-end -->
30
+ <!-- markdown-magic:end -->
31
31
 
32
- <!-- AUTO-GENERATED-CONTENT:END -->
33
-
34
- <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
35
-
32
+ <!-- markdown-magic:begin {"transform":"readme-footer","headingLevel":2} -->
36
33
  <!-- prettier-ignore-start -->
37
34
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
38
35
 
@@ -49,29 +46,29 @@ To request support for a configuration that is not listed, file an issue.
49
46
  The product team will evaluate your request.
50
47
  In the issue, specify the current status of the configuration:
51
48
 
52
- - The configuration works but needs official support.
53
- - The configuration does not work and requires changes.
49
+ - The configuration works but needs official support.
50
+ - The configuration does not work and requires changes.
54
51
 
55
52
  ### Supported Runtimes
56
53
 
57
- - Fluid Framework supports Node.js versions 22 and 24 while they receive [upstream support](https://nodejs.org/en/about/previous-releases).
58
- - Fluid Framework will stop support for version 22 [when upstream support ends on 2027-04-30](https://github.com/nodejs/release#release-schedule).
59
- - Fluid Framework does not support Node.js with the `--no-experimental-fetch` flag.
60
- - Fluid Framework supports modern browsers that support the ES2022 standard library.
54
+ - Fluid Framework supports Node.js versions 22 and 24 while they receive [upstream support](https://nodejs.org/en/about/previous-releases).
55
+ - Fluid Framework will stop support for version 22 [when upstream support ends on 2027-04-30](https://github.com/nodejs/release#release-schedule).
56
+ - Fluid Framework does not support Node.js with the `--no-experimental-fetch` flag.
57
+ - Fluid Framework supports modern browsers that support the ES2022 standard library.
61
58
 
62
59
  ### Supported Tools
63
60
 
64
- - [TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0):
65
- - Fluid Framework supports all [`strict`](https://www.typescriptlang.org/tsconfig) options.
66
- - Set the build targets (`lib`, `target`) to `ES2022` or later.
67
- - Enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig).
68
- - Fluid Framework does not support [configuration options deprecated in TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0#breaking-changes-and-deprecations-in-typescript-6-0).
69
- - Fluid Framework does not fully support `exactOptionalPropertyTypes`.
70
- If you enable this option, do not use `in`, `Reflect.has`, `Object.hasOwn`, or `Object.prototype.hasOwnProperty` to narrow members of Fluid Framework types.
71
- These methods can incorrectly exclude `undefined` from the possible values.
72
- - [webpack](https://webpack.js.org/) 5
73
- - We do not require a specific bundler.
74
- Other bundlers that handle ES Modules can work, but we actively test only webpack.
61
+ - [TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0):
62
+ - Fluid Framework supports all [`strict`](https://www.typescriptlang.org/tsconfig) options.
63
+ - Set the build targets (`lib`, `target`) to `ES2022` or later.
64
+ - Enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig).
65
+ - Fluid Framework does not support [configuration options deprecated in TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0#breaking-changes-and-deprecations-in-typescript-6-0).
66
+ - Fluid Framework does not fully support `exactOptionalPropertyTypes`.
67
+ If you enable this option, do not use `in`, `Reflect.has`, `Object.hasOwn`, or `Object.prototype.hasOwnProperty` to narrow members of Fluid Framework types.
68
+ These methods can incorrectly exclude `undefined` from the possible values.
69
+ - [webpack](https://webpack.js.org/) 5
70
+ - We do not require a specific bundler.
71
+ Other bundlers that handle ES Modules can work, but we actively test only webpack.
75
72
 
76
73
  ### Module Resolution
77
74
 
@@ -82,25 +79,25 @@ Do not use `Node10` module resolution.
82
79
 
83
80
  ### Module Formats
84
81
 
85
- - ES Modules:
86
- Use ES Modules to consume Fluid Framework client packages, including in Node.js.
87
- - CommonJS:
88
- Fluid Framework does not officially support CommonJS in version 3.0 or later.
82
+ - ES Modules:
83
+ Use ES Modules to consume Fluid Framework client packages, including in Node.js.
84
+ - CommonJS:
85
+ Fluid Framework does not officially support CommonJS in version 3.0 or later.
89
86
 
90
87
  ## Contribution Guidelines
91
88
 
92
89
  You can [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid Framework in these ways:
93
90
 
94
- - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
95
- - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
96
- - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
97
- - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
91
+ - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
92
+ - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
93
+ - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
94
+ - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
98
95
 
99
96
  For detailed instructions, read the [repo documentation](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
100
97
 
101
98
  This project follows the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
102
99
  For more information, read the [Code of Conduct frequently asked questions](https://opensource.microsoft.com/codeofconduct/faq/).
103
- For questions or comments, contact [opencode@microsoft.com](mailto:opencode@microsoft.com).
100
+ For questions or comments, contact <opencode@microsoft.com>.
104
101
 
105
102
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
106
103
  Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks).
@@ -121,5 +118,4 @@ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guid
121
118
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
122
119
 
123
120
  <!-- prettier-ignore-end -->
124
-
125
- <!-- AUTO-GENERATED-CONTENT:END -->
121
+ <!-- markdown-magic:end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-urlresolver",
3
- "version": "3.0.2",
3
+ "version": "3.1.0",
4
4
  "description": "Url Resolver for odsp urls.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -26,17 +26,17 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@fluid-internal/client-utils": "~3.0.2",
30
- "@fluidframework/core-interfaces": "~3.0.2",
31
- "@fluidframework/core-utils": "~3.0.2",
32
- "@fluidframework/driver-definitions": "~3.0.2",
33
- "@fluidframework/odsp-driver": "~3.0.2",
34
- "@fluidframework/odsp-driver-definitions": "~3.0.2"
29
+ "@fluid-internal/client-utils": "~3.1.0",
30
+ "@fluidframework/core-interfaces": "~3.1.0",
31
+ "@fluidframework/core-utils": "~3.1.0",
32
+ "@fluidframework/driver-definitions": "~3.1.0",
33
+ "@fluidframework/odsp-driver": "~3.1.0",
34
+ "@fluidframework/odsp-driver-definitions": "~3.1.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@arethetypeswrong/cli": "^0.18.5",
38
38
  "@biomejs/biome": "~2.4.5",
39
- "@fluid-internal/mocha-test-setup": "~3.0.2",
39
+ "@fluid-internal/mocha-test-setup": "~3.1.0",
40
40
  "@fluid-tools/build-cli": "^0.67.0",
41
41
  "@fluidframework/build-common": "^2.0.3",
42
42
  "@fluidframework/build-tools": "^0.67.0",