@fluidframework/routerlicious-urlresolver 2.0.0-rc.3.0.2 → 2.0.0-rc.4.0.0
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/lib/tsdoc-metadata.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/routerlicious-urlresolver",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.4.0.0",
|
|
4
4
|
"description": "Url Resolver for routerlicious 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
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.
|
|
41
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.
|
|
42
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.
|
|
40
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
41
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
42
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
43
43
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
44
44
|
"nconf": "^0.12.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
48
48
|
"@biomejs/biome": "^1.6.2",
|
|
49
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.
|
|
50
|
-
"@fluid-tools/build-cli": "^0.
|
|
49
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.4.0.0 <2.0.0-rc.4.1.0",
|
|
50
|
+
"@fluid-tools/build-cli": "^0.38.0",
|
|
51
51
|
"@fluidframework/build-common": "^2.0.3",
|
|
52
|
-
"@fluidframework/build-tools": "^0.
|
|
52
|
+
"@fluidframework/build-tools": "^0.38.0",
|
|
53
53
|
"@fluidframework/eslint-config-fluid": "^5.1.0",
|
|
54
|
-
"@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.0.0-
|
|
55
|
-
"@microsoft/api-extractor": "^7.
|
|
54
|
+
"@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.0.0-rc.3.0.0",
|
|
55
|
+
"@microsoft/api-extractor": "^7.43.1",
|
|
56
56
|
"@types/mocha": "^9.1.1",
|
|
57
57
|
"@types/nconf": "^0.10.0",
|
|
58
58
|
"@types/node": "^18.19.0",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
101
101
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
102
102
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
103
|
-
"typetests:gen": "
|
|
103
|
+
"typetests:gen": "flub generate typetests --dir . -v --publicFallback",
|
|
104
104
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
105
105
|
}
|
|
106
106
|
}
|