@fluidframework/odsp-urlresolver 2.0.2 → 2.1.0-276326
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
|
|
3
|
+
"version": "2.1.0-276326",
|
|
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": "
|
|
41
|
-
"@fluidframework/core-interfaces": "
|
|
42
|
-
"@fluidframework/core-utils": "
|
|
43
|
-
"@fluidframework/driver-definitions": "
|
|
44
|
-
"@fluidframework/odsp-driver": "
|
|
45
|
-
"@fluidframework/odsp-driver-definitions": "
|
|
40
|
+
"@fluid-internal/client-utils": "2.1.0-276326",
|
|
41
|
+
"@fluidframework/core-interfaces": "2.1.0-276326",
|
|
42
|
+
"@fluidframework/core-utils": "2.1.0-276326",
|
|
43
|
+
"@fluidframework/driver-definitions": "2.1.0-276326",
|
|
44
|
+
"@fluidframework/odsp-driver": "2.1.0-276326",
|
|
45
|
+
"@fluidframework/odsp-driver-definitions": "2.1.0-276326"
|
|
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": "
|
|
50
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
|
|
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.
|
|
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",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"api": "fluid-build . --task api",
|
|
76
|
-
"api-extractor:commonjs": "flub generate entrypoints --
|
|
77
|
-
"api-extractor:esnext": "flub generate entrypoints --
|
|
76
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
77
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
78
78
|
"build": "fluid-build . --task build",
|
|
79
79
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
80
80
|
"build:compile": "fluid-build . --task compile",
|
|
@@ -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
|
|
109
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
110
110
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
111
111
|
}
|
|
112
112
|
}
|