@fluidframework/odsp-urlresolver 2.0.0-dev.7.3.0.207992 → 2.0.0-dev.7.3.0.209174
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-urlresolver",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.209174",
|
|
4
4
|
"description": "Url Resolver for odsp urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"module": "lib/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.
|
|
19
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.
|
|
20
|
-
"@fluidframework/odsp-driver": "2.0.0-dev.7.3.0.
|
|
21
|
-
"@fluidframework/odsp-driver-definitions": "2.0.0-dev.7.3.0.
|
|
18
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209174",
|
|
19
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.209174",
|
|
20
|
+
"@fluidframework/odsp-driver": "2.0.0-dev.7.3.0.209174",
|
|
21
|
+
"@fluidframework/odsp-driver-definitions": "2.0.0-dev.7.3.0.209174"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@fluid-tools/build-cli": "^0.26.1",
|
|
25
25
|
"@fluidframework/build-common": "^2.0.3",
|
|
26
26
|
"@fluidframework/build-tools": "^0.26.1",
|
|
27
|
-
"@fluidframework/eslint-config-fluid": "^3.
|
|
28
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
27
|
+
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
28
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209174",
|
|
29
29
|
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.7.2.0",
|
|
30
30
|
"@types/mocha": "^9.1.1",
|
|
31
31
|
"@types/node": "^16.18.38",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
58
58
|
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
59
59
|
"test": "npm run test:mocha",
|
|
60
|
-
"test:mocha": "mocha --ignore
|
|
60
|
+
"test:mocha": "mocha --ignore \"dist/test/types/*\" --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup",
|
|
61
61
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
62
62
|
"tsc": "tsc",
|
|
63
63
|
"typetests:gen": "fluid-type-test-generator",
|