@fluidframework/odsp-urlresolver 2.0.0-internal.6.2.0 → 2.0.0-internal.6.3.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 +10 -12
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-urlresolver",
|
|
3
|
-
"version": "2.0.0-internal.6.
|
|
3
|
+
"version": "2.0.0-internal.6.3.0",
|
|
4
4
|
"description": "Url Resolver for odsp urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,21 +15,20 @@
|
|
|
15
15
|
"module": "lib/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.
|
|
19
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.
|
|
20
|
-
"@fluidframework/odsp-driver": ">=2.0.0-internal.6.
|
|
21
|
-
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.6.
|
|
18
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.0 <2.0.0-internal.6.4.0",
|
|
19
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.0 <2.0.0-internal.6.4.0",
|
|
20
|
+
"@fluidframework/odsp-driver": ">=2.0.0-internal.6.3.0 <2.0.0-internal.6.4.0",
|
|
21
|
+
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.6.3.0 <2.0.0-internal.6.4.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@fluid-tools/build-cli": "^0.
|
|
24
|
+
"@fluid-tools/build-cli": "^0.22.0",
|
|
25
25
|
"@fluidframework/build-common": "^2.0.0",
|
|
26
|
-
"@fluidframework/build-tools": "^0.
|
|
26
|
+
"@fluidframework/build-tools": "^0.22.0",
|
|
27
27
|
"@fluidframework/eslint-config-fluid": "^2.1.0",
|
|
28
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.
|
|
28
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.3.0 <2.0.0-internal.6.4.0",
|
|
29
29
|
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.6.1.1",
|
|
30
30
|
"@types/mocha": "^9.1.1",
|
|
31
31
|
"@types/node": "^16.18.38",
|
|
32
|
-
"concurrently": "^7.6.0",
|
|
33
32
|
"cross-env": "^7.0.3",
|
|
34
33
|
"eslint": "~8.6.0",
|
|
35
34
|
"mocha": "^10.2.0",
|
|
@@ -49,7 +48,7 @@
|
|
|
49
48
|
"build:compile": "fluid-build . --task compile",
|
|
50
49
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
51
50
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
52
|
-
"clean": "rimraf --glob
|
|
51
|
+
"clean": "rimraf --glob 'dist' 'lib' '*.tsbuildinfo' '*.build.log' 'nyc'",
|
|
53
52
|
"eslint": "eslint --format stylish src",
|
|
54
53
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
55
54
|
"format": "npm run prettier:fix",
|
|
@@ -58,8 +57,7 @@
|
|
|
58
57
|
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
59
58
|
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
60
59
|
"test": "npm run test:mocha",
|
|
61
|
-
"test:mocha": "mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup
|
|
62
|
-
"test:mocha:multireport": "npm run test:mocha",
|
|
60
|
+
"test:mocha": "mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup",
|
|
63
61
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
64
62
|
"tsc": "tsc",
|
|
65
63
|
"typetests:gen": "fluid-type-test-generator",
|