@fluidframework/routerlicious-urlresolver 2.1.1 → 2.2.1

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/routerlicious-urlresolver
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This is an implementation of a url resolver which resolves routerlicious and localhost URLs.
4
4
 
5
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
5
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
6
6
 
7
7
  <!-- prettier-ignore-start -->
8
8
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -31,7 +31,7 @@ API documentation for **@fluidframework/routerlicious-urlresolver** is available
31
31
 
32
32
  <!-- AUTO-GENERATED-CONTENT:END -->
33
33
 
34
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
34
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
35
35
 
36
36
  <!-- prettier-ignore-start -->
37
37
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/routerlicious-urlresolver",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
4
4
  "description": "Url Resolver for routerlicious urls.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,20 +37,20 @@
37
37
  "main": "lib/index.js",
38
38
  "types": "lib/public.d.ts",
39
39
  "dependencies": {
40
- "@fluidframework/core-interfaces": "~2.1.1",
41
- "@fluidframework/core-utils": "~2.1.1",
42
- "@fluidframework/driver-definitions": "~2.1.1",
40
+ "@fluidframework/core-interfaces": "~2.2.1",
41
+ "@fluidframework/core-utils": "~2.2.1",
42
+ "@fluidframework/driver-definitions": "~2.2.1",
43
43
  "nconf": "^0.12.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@arethetypeswrong/cli": "^0.15.2",
47
47
  "@biomejs/biome": "~1.8.3",
48
- "@fluid-internal/mocha-test-setup": "~2.1.1",
49
- "@fluid-tools/build-cli": "^0.41.0",
48
+ "@fluid-internal/mocha-test-setup": "~2.2.1",
49
+ "@fluid-tools/build-cli": "^0.43.0",
50
50
  "@fluidframework/build-common": "^2.0.3",
51
- "@fluidframework/build-tools": "^0.41.0",
51
+ "@fluidframework/build-tools": "^0.43.0",
52
52
  "@fluidframework/eslint-config-fluid": "^5.3.0",
53
- "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.1.0",
53
+ "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.2.0",
54
54
  "@microsoft/api-extractor": "^7.45.1",
55
55
  "@types/mocha": "^9.1.1",
56
56
  "@types/nconf": "^0.10.0",