@fluidframework/odsp-urlresolver 2.71.0 → 2.73.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 +8 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluidframework/odsp-urlresolver
|
|
2
2
|
|
|
3
|
+
## 2.73.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.72.0
|
|
8
|
+
|
|
9
|
+
Dependency updates only.
|
|
10
|
+
|
|
3
11
|
## 2.71.0
|
|
4
12
|
|
|
5
13
|
Dependency updates only.
|
|
@@ -147,7 +155,6 @@ Dependency updates only.
|
|
|
147
155
|
TypeScript types and implementation code.
|
|
148
156
|
|
|
149
157
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
150
|
-
|
|
151
158
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
152
159
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
153
160
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-urlresolver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.73.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.
|
|
41
|
-
"@fluidframework/core-interfaces": "~2.
|
|
42
|
-
"@fluidframework/core-utils": "~2.
|
|
43
|
-
"@fluidframework/driver-definitions": "~2.
|
|
44
|
-
"@fluidframework/odsp-driver": "~2.
|
|
45
|
-
"@fluidframework/odsp-driver-definitions": "~2.
|
|
40
|
+
"@fluid-internal/client-utils": "~2.73.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.73.0",
|
|
42
|
+
"@fluidframework/core-utils": "~2.73.0",
|
|
43
|
+
"@fluidframework/driver-definitions": "~2.73.0",
|
|
44
|
+
"@fluidframework/odsp-driver": "~2.73.0",
|
|
45
|
+
"@fluidframework/odsp-driver-definitions": "~2.73.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
49
49
|
"@biomejs/biome": "~1.9.3",
|
|
50
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
51
|
-
"@fluid-tools/build-cli": "^0.
|
|
50
|
+
"@fluid-internal/mocha-test-setup": "~2.73.0",
|
|
51
|
+
"@fluid-tools/build-cli": "^0.60.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.60.0",
|
|
54
|
+
"@fluidframework/eslint-config-fluid": "~2.73.0",
|
|
55
|
+
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.71.0",
|
|
56
56
|
"@microsoft/api-extractor": "7.52.11",
|
|
57
57
|
"@types/mocha": "^10.0.10",
|
|
58
58
|
"@types/node": "^18.19.0",
|