@fluidframework/odsp-urlresolver 2.53.1 → 2.61.0-355054
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/.mocharc.cjs +1 -2
- package/CHANGELOG.md +4 -0
- package/internal.d.ts +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +17 -17
package/.mocharc.cjs
CHANGED
package/CHANGELOG.md
CHANGED
package/internal.d.ts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-urlresolver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0-355054",
|
|
4
4
|
"description": "Url Resolver for odsp urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,23 +37,23 @@
|
|
|
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.61.0-355054",
|
|
41
|
+
"@fluidframework/core-interfaces": "2.61.0-355054",
|
|
42
|
+
"@fluidframework/core-utils": "2.61.0-355054",
|
|
43
|
+
"@fluidframework/driver-definitions": "2.61.0-355054",
|
|
44
|
+
"@fluidframework/odsp-driver": "2.61.0-355054",
|
|
45
|
+
"@fluidframework/odsp-driver-definitions": "2.61.0-355054"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
49
49
|
"@biomejs/biome": "~1.9.3",
|
|
50
|
-
"@fluid-internal/mocha-test-setup": "
|
|
51
|
-
"@fluid-tools/build-cli": "^0.
|
|
50
|
+
"@fluid-internal/mocha-test-setup": "2.61.0-355054",
|
|
51
|
+
"@fluid-tools/build-cli": "^0.58.2",
|
|
52
52
|
"@fluidframework/build-common": "^2.0.3",
|
|
53
|
-
"@fluidframework/build-tools": "^0.
|
|
54
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
55
|
-
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.
|
|
56
|
-
"@microsoft/api-extractor": "7.52.
|
|
53
|
+
"@fluidframework/build-tools": "^0.58.2",
|
|
54
|
+
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
55
|
+
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.60.0",
|
|
56
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
57
57
|
"@types/mocha": "^10.0.10",
|
|
58
58
|
"@types/node": "^18.19.0",
|
|
59
59
|
"concurrently": "^8.2.1",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"api": "fluid-build . --task api",
|
|
74
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
75
|
-
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
74
|
+
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
75
|
+
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
76
76
|
"build": "fluid-build . --task build",
|
|
77
77
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
78
78
|
"build:compile": "fluid-build . --task compile",
|
|
@@ -98,8 +98,8 @@
|
|
|
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 && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
101
|
-
"test:mocha:cjs": "
|
|
102
|
-
"test:mocha:esm": "mocha
|
|
101
|
+
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
|
|
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",
|
|
105
105
|
"typetests:gen": "flub generate typetests --dir . -v",
|