@fluidframework/odsp-urlresolver 2.0.0-internal.5.0.1 → 2.0.0-internal.5.1.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 +13 -15
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.5.0
|
|
3
|
+
"version": "2.0.0-internal.5.1.0",
|
|
4
4
|
"description": "Url Resolver for odsp urls.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"module": "lib/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.5.0
|
|
19
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.5.0
|
|
20
|
-
"@fluidframework/odsp-driver": ">=2.0.0-internal.5.0
|
|
21
|
-
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.5.0
|
|
18
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
|
|
19
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
|
|
20
|
+
"@fluidframework/odsp-driver": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
|
|
21
|
+
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@fluid-tools/build-cli": "^0.
|
|
25
|
-
"@fluidframework/build-common": "^1.
|
|
26
|
-
"@fluidframework/build-tools": "^0.
|
|
24
|
+
"@fluid-tools/build-cli": "^0.19.0",
|
|
25
|
+
"@fluidframework/build-common": "^1.2.0",
|
|
26
|
+
"@fluidframework/build-tools": "^0.19.0",
|
|
27
27
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
28
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.0
|
|
29
|
-
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.
|
|
28
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
|
|
29
|
+
"@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.5.0.0",
|
|
30
30
|
"@types/mocha": "^9.1.1",
|
|
31
31
|
"@types/node": "^14.18.38",
|
|
32
32
|
"concurrently": "^7.6.0",
|
|
@@ -44,12 +44,10 @@
|
|
|
44
44
|
"broken": {}
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
|
-
"build": "
|
|
48
|
-
"build:commonjs": "
|
|
49
|
-
"build:compile": "
|
|
47
|
+
"build": "fluid-build . --task build",
|
|
48
|
+
"build:commonjs": "fluid-build . --task commonjs",
|
|
49
|
+
"build:compile": "fluid-build . --task compile",
|
|
50
50
|
"build:esnext": "tsc --project ./tsconfig.esnext.json",
|
|
51
|
-
"build:full": "npm run build",
|
|
52
|
-
"build:full:compile": "npm run build:compile",
|
|
53
51
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
54
52
|
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",
|
|
55
53
|
"eslint": "eslint --format stylish src",
|