@fluidframework/odsp-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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +2 -2
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/odsp-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 onedrive and sharepoint 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/odsp-urlresolver** is available at <http
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/odsp-urlresolver",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
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.1.1",
41
- "@fluidframework/core-interfaces": "~2.1.1",
42
- "@fluidframework/core-utils": "~2.1.1",
43
- "@fluidframework/driver-definitions": "~2.1.1",
44
- "@fluidframework/odsp-driver": "~2.1.1",
45
- "@fluidframework/odsp-driver-definitions": "~2.1.1"
40
+ "@fluid-internal/client-utils": "~2.2.1",
41
+ "@fluidframework/core-interfaces": "~2.2.1",
42
+ "@fluidframework/core-utils": "~2.2.1",
43
+ "@fluidframework/driver-definitions": "~2.2.1",
44
+ "@fluidframework/odsp-driver": "~2.2.1",
45
+ "@fluidframework/odsp-driver-definitions": "~2.2.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@arethetypeswrong/cli": "^0.15.2",
49
49
  "@biomejs/biome": "~1.8.3",
50
- "@fluid-internal/mocha-test-setup": "~2.1.1",
51
- "@fluid-tools/build-cli": "^0.41.0",
50
+ "@fluid-internal/mocha-test-setup": "~2.2.1",
51
+ "@fluid-tools/build-cli": "^0.43.0",
52
52
  "@fluidframework/build-common": "^2.0.3",
53
- "@fluidframework/build-tools": "^0.41.0",
53
+ "@fluidframework/build-tools": "^0.43.0",
54
54
  "@fluidframework/eslint-config-fluid": "^5.3.0",
55
- "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.1.0",
55
+ "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.2.0",
56
56
  "@microsoft/api-extractor": "^7.45.1",
57
57
  "@types/mocha": "^9.1.1",
58
58
  "@types/node": "^18.19.0",
@@ -102,8 +102,8 @@
102
102
  "lint:fix": "fluid-build . --task eslint:fix --task format",
103
103
  "test": "npm run test:mocha",
104
104
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
105
- "test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
106
- "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
105
+ "test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit",
106
+ "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
107
107
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
108
108
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
109
109
  "typetests:gen": "flub generate typetests --dir . -v",