@fluidframework/odsp-urlresolver 2.0.0-dev.7.4.0.217212 → 2.0.0-dev.7.4.0.221926
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 +4 -0
- package/api-extractor.json +0 -3
- package/dist/odsp-urlresolver-beta.d.ts +4 -0
- package/dist/odsp-urlresolver-public.d.ts +4 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/odsp-urlresolver-beta.d.ts +4 -0
- package/lib/odsp-urlresolver-public.d.ts +4 -0
- package/lib/urlResolver.d.ts.map +1 -1
- package/package.json +9 -7
package/CHANGELOG.md
CHANGED
package/api-extractor.json
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
3
|
"extends": "../../../common/build/build-common/api-extractor-base.json",
|
|
4
|
-
"dtsRollup": {
|
|
5
|
-
"enabled": true
|
|
6
|
-
},
|
|
7
4
|
"messages": {
|
|
8
5
|
"extractorMessageReporting": {
|
|
9
6
|
// TODO: Add missing documentation and remove this rule override
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
3
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
4
|
+
|
|
1
5
|
/* Excluded from this release type: IRequest */
|
|
2
6
|
|
|
3
7
|
/* Excluded from this release type: IResolvedUrl */
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
3
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
4
|
+
|
|
1
5
|
/* Excluded from this release type: IRequest */
|
|
2
6
|
|
|
3
7
|
/* Excluded from this release type: IResolvedUrl */
|
package/lib/index.d.ts
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*/
|
|
5
|
-
export { isOdspUrl, OdspUrlResolver } from "./urlResolver";
|
|
5
|
+
export { isOdspUrl, OdspUrlResolver } from "./urlResolver.mjs";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAEI,EAAE,SAAS,EAAE,eAAe,EAAE"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
3
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
4
|
+
|
|
1
5
|
/* Excluded from this release type: IRequest */
|
|
2
6
|
|
|
3
7
|
/* Excluded from this release type: IResolvedUrl */
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
3
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
4
|
+
|
|
1
5
|
/* Excluded from this release type: IRequest */
|
|
2
6
|
|
|
3
7
|
/* Excluded from this release type: IResolvedUrl */
|
package/lib/urlResolver.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlResolver.d.ts","sourceRoot":"","sources":["../src/urlResolver.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"urlResolver.d.ts","sourceRoot":"","sources":["../src/urlResolver.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAEI,EAAE,QAAQ,EAAE,MAAM,iCAAiC;OACnD,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,oCAAoC;AAS/E;;GAEG;AACH,qBAAa,eAAgB,YAAW,YAAY;IACtC,OAAO,CAAC,OAAO,EAAE,QAAQ,GAAG,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC;IAiB7D,cAAc,CAAC,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAG5F;AAED;;;;GAIG;AACH,eAAO,MAAM,SAAS,QAAS,MAAM,KAAG,OAEvC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-urlresolver",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.221926",
|
|
4
4
|
"description": "Url Resolver for odsp urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,21 +15,22 @@
|
|
|
15
15
|
"module": "lib/index.mjs",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
19
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.
|
|
20
|
-
"@fluidframework/odsp-driver": "2.0.0-dev.7.4.0.
|
|
21
|
-
"@fluidframework/odsp-driver-definitions": "2.0.0-dev.7.4.0.
|
|
18
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.221926",
|
|
19
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.221926",
|
|
20
|
+
"@fluidframework/odsp-driver": "2.0.0-dev.7.4.0.221926",
|
|
21
|
+
"@fluidframework/odsp-driver-definitions": "2.0.0-dev.7.4.0.221926"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
+
"@arethetypeswrong/cli": "^0.13.3",
|
|
24
25
|
"@fluid-tools/build-cli": "^0.28.0",
|
|
25
26
|
"@fluidframework/build-common": "^2.0.3",
|
|
26
27
|
"@fluidframework/build-tools": "^0.28.0",
|
|
27
28
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
28
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.
|
|
29
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.221926",
|
|
29
30
|
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.7.2.0",
|
|
30
31
|
"@microsoft/api-extractor": "^7.38.3",
|
|
31
32
|
"@types/mocha": "^9.1.1",
|
|
32
|
-
"@types/node": "^
|
|
33
|
+
"@types/node": "^18.19.0",
|
|
33
34
|
"copyfiles": "^2.4.1",
|
|
34
35
|
"cross-env": "^7.0.3",
|
|
35
36
|
"eslint": "~8.50.0",
|
|
@@ -67,6 +68,7 @@
|
|
|
67
68
|
"build:docs": "fluid-build . --task api",
|
|
68
69
|
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json",
|
|
69
70
|
"build:test": "tsc-multi --config ./tsc-multi.test.json",
|
|
71
|
+
"check:are-the-types-wrong": "attw --pack",
|
|
70
72
|
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
71
73
|
"ci:build:docs": "api-extractor run",
|
|
72
74
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|