@fluidframework/routerlicious-urlresolver 2.61.0 → 2.62.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/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/routerlicious-urlresolver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.62.0",
|
|
4
4
|
"description": "Url Resolver for routerlicious urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/public.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluidframework/core-interfaces": "~2.
|
|
41
|
-
"@fluidframework/core-utils": "~2.
|
|
42
|
-
"@fluidframework/driver-definitions": "~2.
|
|
40
|
+
"@fluidframework/core-interfaces": "~2.62.0",
|
|
41
|
+
"@fluidframework/core-utils": "~2.62.0",
|
|
42
|
+
"@fluidframework/driver-definitions": "~2.62.0",
|
|
43
43
|
"nconf": "^0.12.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
47
47
|
"@biomejs/biome": "~1.9.3",
|
|
48
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
48
|
+
"@fluid-internal/mocha-test-setup": "~2.62.0",
|
|
49
49
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
50
50
|
"@fluidframework/build-common": "^2.0.3",
|
|
51
51
|
"@fluidframework/build-tools": "^0.58.3",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
99
99
|
"test": "npm run test:mocha",
|
|
100
100
|
"test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs",
|
|
101
|
-
"test:mocha:cjs": "cross-env
|
|
101
|
+
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
|
|
102
102
|
"test:mocha:esm": "mocha",
|
|
103
103
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
104
104
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|