@fluidframework/odsp-urlresolver 2.0.0-rc.5.0.0 → 2.1.0-274160

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.
@@ -4,11 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IContainerPackageInfo } from '@fluidframework/driver-definitions/internal';
8
- import { IRequest } from '@fluidframework/core-interfaces';
9
- import { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
10
- import { IUrlResolver } from '@fluidframework/driver-definitions/internal';
11
-
12
7
  // (No @packageDocumentation comment for this package)
13
8
 
14
9
  ```
@@ -4,11 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IContainerPackageInfo } from '@fluidframework/driver-definitions/internal';
8
- import { IRequest } from '@fluidframework/core-interfaces';
9
- import { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
10
- import { IUrlResolver } from '@fluidframework/driver-definitions/internal';
11
-
12
7
  // (No @packageDocumentation comment for this package)
13
8
 
14
9
  ```
@@ -4,11 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { IContainerPackageInfo } from '@fluidframework/driver-definitions/internal';
8
- import { IRequest } from '@fluidframework/core-interfaces';
9
- import { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
10
- import { IUrlResolver } from '@fluidframework/driver-definitions/internal';
11
-
12
7
  // (No @packageDocumentation comment for this package)
13
8
 
14
9
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-urlresolver",
3
- "version": "2.0.0-rc.5.0.0",
3
+ "version": "2.1.0-274160",
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.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
41
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
42
- "@fluidframework/core-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
43
- "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
44
- "@fluidframework/odsp-driver": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
45
- "@fluidframework/odsp-driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0"
40
+ "@fluid-internal/client-utils": "2.1.0-274160",
41
+ "@fluidframework/core-interfaces": "2.1.0-274160",
42
+ "@fluidframework/core-utils": "2.1.0-274160",
43
+ "@fluidframework/driver-definitions": "2.1.0-274160",
44
+ "@fluidframework/odsp-driver": "2.1.0-274160",
45
+ "@fluidframework/odsp-driver-definitions": "2.1.0-274160"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@arethetypeswrong/cli": "^0.15.2",
49
49
  "@biomejs/biome": "^1.7.3",
50
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
50
+ "@fluid-internal/mocha-test-setup": "2.1.0-274160",
51
51
  "@fluid-tools/build-cli": "^0.39.0",
52
52
  "@fluidframework/build-common": "^2.0.3",
53
53
  "@fluidframework/build-tools": "^0.39.0",
54
54
  "@fluidframework/eslint-config-fluid": "^5.3.0",
55
- "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-rc.4.0.0",
55
+ "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-rc.5.0.0",
56
56
  "@microsoft/api-extractor": "^7.45.1",
57
57
  "@types/mocha": "^9.1.1",
58
58
  "@types/node": "^18.19.0",
@@ -106,7 +106,7 @@
106
106
  "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
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
- "typetests:gen": "flub generate typetests --dir . -v --publicFallback",
109
+ "typetests:gen": "flub generate typetests --dir . -v",
110
110
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
111
111
  }
112
112
  }