@fluidframework/odsp-urlresolver 2.0.0-dev.3.1.0.125672 → 2.0.0-dev.4.1.0.148229

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.
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/odsp-urlresolver";
8
- export declare const pkgVersion = "2.0.0-dev.3.1.0.125672";
8
+ export declare const pkgVersion = "2.0.0-dev.4.1.0.148229";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/odsp-urlresolver";
11
- exports.pkgVersion = "2.0.0-dev.3.1.0.125672";
11
+ exports.pkgVersion = "2.0.0-dev.4.1.0.148229";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,kCAAkC,CAAC;AAC7C,QAAA,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/odsp-urlresolver\";\nexport const pkgVersion = \"2.0.0-dev.3.1.0.125672\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,kCAAkC,CAAC;AAC7C,QAAA,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/odsp-urlresolver\";\nexport const pkgVersion = \"2.0.0-dev.4.1.0.148229\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/odsp-urlresolver";
8
- export declare const pkgVersion = "2.0.0-dev.3.1.0.125672";
8
+ export declare const pkgVersion = "2.0.0-dev.4.1.0.148229";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/odsp-urlresolver";
8
- export const pkgVersion = "2.0.0-dev.3.1.0.125672";
8
+ export const pkgVersion = "2.0.0-dev.4.1.0.148229";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,kCAAkC,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/odsp-urlresolver\";\nexport const pkgVersion = \"2.0.0-dev.3.1.0.125672\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,kCAAkC,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/odsp-urlresolver\";\nexport const pkgVersion = \"2.0.0-dev.4.1.0.148229\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-urlresolver",
3
- "version": "2.0.0-dev.3.1.0.125672",
3
+ "version": "2.0.0-dev.4.1.0.148229",
4
4
  "description": "Url Resolver for odsp urls.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -14,6 +14,35 @@
14
14
  "main": "dist/index.js",
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
+ "dependencies": {
18
+ "@fluidframework/core-interfaces": "2.0.0-dev.4.1.0.148229",
19
+ "@fluidframework/driver-definitions": "2.0.0-dev.4.1.0.148229",
20
+ "@fluidframework/odsp-driver": "2.0.0-dev.4.1.0.148229",
21
+ "@fluidframework/odsp-driver-definitions": "2.0.0-dev.4.1.0.148229"
22
+ },
23
+ "devDependencies": {
24
+ "@fluid-tools/build-cli": "^0.13.1",
25
+ "@fluidframework/build-common": "^1.1.0",
26
+ "@fluidframework/build-tools": "^0.13.1",
27
+ "@fluidframework/eslint-config-fluid": "^2.0.0",
28
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.4.1.0.148229",
29
+ "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.4.0.0",
30
+ "@types/mocha": "^9.1.1",
31
+ "@types/node": "^14.18.38",
32
+ "concurrently": "^7.6.0",
33
+ "cross-env": "^7.0.3",
34
+ "eslint": "~8.6.0",
35
+ "mocha": "^10.2.0",
36
+ "mocha-json-output-reporter": "^2.0.1",
37
+ "mocha-multi-reporters": "^1.5.1",
38
+ "moment": "^2.21.0",
39
+ "prettier": "~2.6.2",
40
+ "rimraf": "^4.4.0",
41
+ "typescript": "~4.5.5"
42
+ },
43
+ "typeValidation": {
44
+ "broken": {}
45
+ },
17
46
  "scripts": {
18
47
  "build": "npm run build:genver && concurrently npm:build:compile npm:lint",
19
48
  "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
@@ -33,40 +62,10 @@
33
62
  "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
34
63
  "test": "npm run test:mocha",
35
64
  "test:mocha": "mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict",
65
+ "test:mocha:multireport": "cross-env FLUID_TEST_MULTIREPORT=1 npm run test:mocha",
36
66
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
37
67
  "tsc": "tsc",
38
- "typetests:gen": "flub generate typetests --generate --dir .",
68
+ "typetests:gen": "fluid-type-test-generator",
39
69
  "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
40
- },
41
- "dependencies": {
42
- "@fluidframework/core-interfaces": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
43
- "@fluidframework/driver-definitions": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
44
- "@fluidframework/odsp-driver": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
45
- "@fluidframework/odsp-driver-definitions": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0"
46
- },
47
- "devDependencies": {
48
- "@fluid-tools/build-cli": "^0.8.0",
49
- "@fluidframework/build-common": "^1.1.0",
50
- "@fluidframework/build-tools": "^0.8.0",
51
- "@fluidframework/eslint-config-fluid": "^2.0.0",
52
- "@fluidframework/mocha-test-setup": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
53
- "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.0.0-internal.3.0.0",
54
- "@rushstack/eslint-config": "^2.5.1",
55
- "@types/mocha": "^9.1.1",
56
- "@types/node": "^14.18.36",
57
- "concurrently": "^6.2.0",
58
- "cross-env": "^7.0.2",
59
- "eslint": "~8.6.0",
60
- "mocha": "^10.0.0",
61
- "prettier": "~2.6.2",
62
- "rimraf": "^2.6.2",
63
- "typescript": "~4.5.5"
64
- },
65
- "typeValidation": {
66
- "version": "2.0.0-internal.3.1.0",
67
- "previousVersionStyle": "~previousMinor",
68
- "baselineRange": ">=2.0.0-internal.3.0.0 <2.0.0-internal.3.1.0",
69
- "baselineVersion": "2.0.0-internal.3.0.0",
70
- "broken": {}
71
70
  }
72
- }
71
+ }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/odsp-urlresolver";
9
- export const pkgVersion = "2.0.0-dev.3.1.0.125672";
9
+ export const pkgVersion = "2.0.0-dev.4.1.0.148229";