@fluidframework/odsp-urlresolver 2.0.0-dev-rc.1.0.0.224419 → 2.0.0-dev-rc.1.0.0.225277
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/api-extractor-esm.json +4 -0
- package/lib/index.d.mts +1 -1
- package/lib/index.d.mts.map +1 -1
- package/lib/urlResolver.d.mts +1 -1
- package/lib/urlResolver.d.mts.map +1 -1
- package/package.json +49 -11
package/lib/index.d.mts
CHANGED
package/lib/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;OAEI,EAAE,SAAS,EAAE,eAAe,EAAE"}
|
package/lib/urlResolver.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"urlResolver.d.
|
|
1
|
+
{"version":3,"file":"urlResolver.d.mts","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-rc.1.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.1.0.0.225277",
|
|
4
4
|
"description": "Url Resolver for odsp urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -21,16 +21,56 @@
|
|
|
21
21
|
"types": "./dist/index.d.ts",
|
|
22
22
|
"default": "./dist/index.cjs"
|
|
23
23
|
}
|
|
24
|
+
},
|
|
25
|
+
"./alpha": {
|
|
26
|
+
"import": {
|
|
27
|
+
"types": "./lib/odsp-urlresolver-alpha.d.mts",
|
|
28
|
+
"default": "./lib/index.mjs"
|
|
29
|
+
},
|
|
30
|
+
"require": {
|
|
31
|
+
"types": "./dist/odsp-urlresolver-alpha.d.ts",
|
|
32
|
+
"default": "./dist/index.cjs"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"./beta": {
|
|
36
|
+
"import": {
|
|
37
|
+
"types": "./lib/odsp-urlresolver-beta.d.mts",
|
|
38
|
+
"default": "./lib/index.mjs"
|
|
39
|
+
},
|
|
40
|
+
"require": {
|
|
41
|
+
"types": "./dist/odsp-urlresolver-beta.d.ts",
|
|
42
|
+
"default": "./dist/index.cjs"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"./internal": {
|
|
46
|
+
"import": {
|
|
47
|
+
"types": "./lib/index.d.mts",
|
|
48
|
+
"default": "./lib/index.mjs"
|
|
49
|
+
},
|
|
50
|
+
"require": {
|
|
51
|
+
"types": "./dist/index.d.ts",
|
|
52
|
+
"default": "./dist/index.cjs"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"./public": {
|
|
56
|
+
"import": {
|
|
57
|
+
"types": "./lib/odsp-urlresolver-public.d.mts",
|
|
58
|
+
"default": "./lib/index.mjs"
|
|
59
|
+
},
|
|
60
|
+
"require": {
|
|
61
|
+
"types": "./dist/odsp-urlresolver-public.d.ts",
|
|
62
|
+
"default": "./dist/index.cjs"
|
|
63
|
+
}
|
|
24
64
|
}
|
|
25
65
|
},
|
|
26
66
|
"main": "dist/index.cjs",
|
|
27
67
|
"module": "lib/index.mjs",
|
|
28
68
|
"types": "dist/index.d.ts",
|
|
29
69
|
"dependencies": {
|
|
30
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.
|
|
31
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.1.0.0.
|
|
32
|
-
"@fluidframework/odsp-driver": "2.0.0-dev-rc.1.0.0.
|
|
33
|
-
"@fluidframework/odsp-driver-definitions": "2.0.0-dev-rc.1.0.0.
|
|
70
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.1.0.0.225277",
|
|
71
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.1.0.0.225277",
|
|
72
|
+
"@fluidframework/odsp-driver": "2.0.0-dev-rc.1.0.0.225277",
|
|
73
|
+
"@fluidframework/odsp-driver-definitions": "2.0.0-dev-rc.1.0.0.225277"
|
|
34
74
|
},
|
|
35
75
|
"devDependencies": {
|
|
36
76
|
"@arethetypeswrong/cli": "^0.13.3",
|
|
@@ -38,8 +78,8 @@
|
|
|
38
78
|
"@fluidframework/build-common": "^2.0.3",
|
|
39
79
|
"@fluidframework/build-tools": "0.29.0-222379",
|
|
40
80
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
41
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev-rc.1.0.0.
|
|
42
|
-
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.
|
|
81
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev-rc.1.0.0.225277",
|
|
82
|
+
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.8.0.0",
|
|
43
83
|
"@microsoft/api-extractor": "^7.38.3",
|
|
44
84
|
"@types/mocha": "^9.1.1",
|
|
45
85
|
"@types/node": "^18.19.0",
|
|
@@ -51,7 +91,6 @@
|
|
|
51
91
|
"mocha-multi-reporters": "^1.5.1",
|
|
52
92
|
"moment": "^2.21.0",
|
|
53
93
|
"prettier": "~3.0.3",
|
|
54
|
-
"renamer": "^4.0.0",
|
|
55
94
|
"rimraf": "^4.4.0",
|
|
56
95
|
"tsc-multi": "^1.1.0",
|
|
57
96
|
"typescript": "~5.1.6"
|
|
@@ -74,15 +113,14 @@
|
|
|
74
113
|
"scripts": {
|
|
75
114
|
"api": "fluid-build . --task api",
|
|
76
115
|
"api-extractor:commonjs": "api-extractor run --local",
|
|
77
|
-
"api-extractor:esnext": "
|
|
116
|
+
"api-extractor:esnext": "api-extractor run --config ./api-extractor-esm.json",
|
|
78
117
|
"build": "fluid-build . --task build",
|
|
79
118
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
80
119
|
"build:compile": "fluid-build . --task compile",
|
|
81
120
|
"build:docs": "fluid-build . --task api",
|
|
82
121
|
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json",
|
|
83
|
-
"build:rename-types": "renamer \"lib/**\" -f .d.ts -r .d.mts --force",
|
|
84
122
|
"build:test": "tsc-multi --config ./tsc-multi.test.json",
|
|
85
|
-
"check:are-the-types-wrong": "attw --pack",
|
|
123
|
+
"check:are-the-types-wrong": "attw --pack . --entrypoints .",
|
|
86
124
|
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
87
125
|
"ci:build:docs": "api-extractor run",
|
|
88
126
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|