@fluidframework/local-driver 2.0.0-internal.2.0.2 → 2.0.0-internal.2.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/dist/index.d.ts CHANGED
@@ -2,11 +2,11 @@
2
2
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
3
  * Licensed under the MIT License.
4
4
  */
5
- export * from "./localDeltaStorageService";
6
- export * from "./localDocumentDeltaConnection";
7
- export * from "./localDocumentService";
8
- export * from "./localDocumentServiceFactory";
9
- export * from "./localDocumentStorageService";
10
- export * from "./localResolver";
11
- export * from "./localSessionStorageDb";
5
+ export { LocalDeltaStorageService } from "./localDeltaStorageService";
6
+ export { LocalDocumentDeltaConnection } from "./localDocumentDeltaConnection";
7
+ export { createLocalDocumentService, LocalDocumentService } from "./localDocumentService";
8
+ export { LocalDocumentServiceFactory } from "./localDocumentServiceFactory";
9
+ export { LocalDocumentStorageService } from "./localDocumentStorageService";
10
+ export { createLocalResolverCreateNewRequest, LocalResolver } from "./localResolver";
11
+ export { LocalSessionStorageDbFactory } from "./localSessionStorageDb";
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC1F,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,mCAAmC,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrF,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC"}
package/dist/index.js CHANGED
@@ -3,22 +3,22 @@
3
3
  * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
4
4
  * Licensed under the MIT License.
5
5
  */
6
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
- if (k2 === undefined) k2 = k;
8
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
6
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./localDeltaStorageService"), exports);
18
- __exportStar(require("./localDocumentDeltaConnection"), exports);
19
- __exportStar(require("./localDocumentService"), exports);
20
- __exportStar(require("./localDocumentServiceFactory"), exports);
21
- __exportStar(require("./localDocumentStorageService"), exports);
22
- __exportStar(require("./localResolver"), exports);
23
- __exportStar(require("./localSessionStorageDb"), exports);
7
+ exports.LocalSessionStorageDbFactory = exports.LocalResolver = exports.createLocalResolverCreateNewRequest = exports.LocalDocumentStorageService = exports.LocalDocumentServiceFactory = exports.LocalDocumentService = exports.createLocalDocumentService = exports.LocalDocumentDeltaConnection = exports.LocalDeltaStorageService = void 0;
8
+ var localDeltaStorageService_1 = require("./localDeltaStorageService");
9
+ Object.defineProperty(exports, "LocalDeltaStorageService", { enumerable: true, get: function () { return localDeltaStorageService_1.LocalDeltaStorageService; } });
10
+ var localDocumentDeltaConnection_1 = require("./localDocumentDeltaConnection");
11
+ Object.defineProperty(exports, "LocalDocumentDeltaConnection", { enumerable: true, get: function () { return localDocumentDeltaConnection_1.LocalDocumentDeltaConnection; } });
12
+ var localDocumentService_1 = require("./localDocumentService");
13
+ Object.defineProperty(exports, "createLocalDocumentService", { enumerable: true, get: function () { return localDocumentService_1.createLocalDocumentService; } });
14
+ Object.defineProperty(exports, "LocalDocumentService", { enumerable: true, get: function () { return localDocumentService_1.LocalDocumentService; } });
15
+ var localDocumentServiceFactory_1 = require("./localDocumentServiceFactory");
16
+ Object.defineProperty(exports, "LocalDocumentServiceFactory", { enumerable: true, get: function () { return localDocumentServiceFactory_1.LocalDocumentServiceFactory; } });
17
+ var localDocumentStorageService_1 = require("./localDocumentStorageService");
18
+ Object.defineProperty(exports, "LocalDocumentStorageService", { enumerable: true, get: function () { return localDocumentStorageService_1.LocalDocumentStorageService; } });
19
+ var localResolver_1 = require("./localResolver");
20
+ Object.defineProperty(exports, "createLocalResolverCreateNewRequest", { enumerable: true, get: function () { return localResolver_1.createLocalResolverCreateNewRequest; } });
21
+ Object.defineProperty(exports, "LocalResolver", { enumerable: true, get: function () { return localResolver_1.LocalResolver; } });
22
+ var localSessionStorageDb_1 = require("./localSessionStorageDb");
23
+ Object.defineProperty(exports, "LocalSessionStorageDbFactory", { enumerable: true, get: function () { return localSessionStorageDb_1.LocalSessionStorageDbFactory; } });
24
24
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;AAEH,6DAA2C;AAC3C,iEAA+C;AAC/C,yDAAuC;AACvC,gEAA8C;AAC9C,gEAA8C;AAC9C,kDAAgC;AAChC,0DAAwC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport * from \"./localDeltaStorageService\";\nexport * from \"./localDocumentDeltaConnection\";\nexport * from \"./localDocumentService\";\nexport * from \"./localDocumentServiceFactory\";\nexport * from \"./localDocumentStorageService\";\nexport * from \"./localResolver\";\nexport * from \"./localSessionStorageDb\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,uEAAsE;AAA7D,oIAAA,wBAAwB,OAAA;AACjC,+EAA8E;AAArE,4IAAA,4BAA4B,OAAA;AACrC,+DAA0F;AAAjF,kIAAA,0BAA0B,OAAA;AAAE,4HAAA,oBAAoB,OAAA;AACzD,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,6EAA4E;AAAnE,0IAAA,2BAA2B,OAAA;AACpC,iDAAqF;AAA5E,oIAAA,mCAAmC,OAAA;AAAE,8GAAA,aAAa,OAAA;AAC3D,iEAAuE;AAA9D,qIAAA,4BAA4B,OAAA","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nexport { LocalDeltaStorageService } from \"./localDeltaStorageService\";\nexport { LocalDocumentDeltaConnection } from \"./localDocumentDeltaConnection\";\nexport { createLocalDocumentService, LocalDocumentService } from \"./localDocumentService\";\nexport { LocalDocumentServiceFactory } from \"./localDocumentServiceFactory\";\nexport { LocalDocumentStorageService } from \"./localDocumentStorageService\";\nexport { createLocalResolverCreateNewRequest, LocalResolver } from \"./localResolver\";\nexport { LocalSessionStorageDbFactory } from \"./localSessionStorageDb\";\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/local-driver";
8
- export declare const pkgVersion = "2.0.0-internal.2.0.2";
8
+ export declare const pkgVersion = "2.0.0-internal.2.1.0";
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/local-driver";
11
- exports.pkgVersion = "2.0.0-internal.2.0.2";
11
+ exports.pkgVersion = "2.0.0-internal.2.1.0";
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,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,sBAAsB,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/local-driver\";\nexport const pkgVersion = \"2.0.0-internal.2.0.2\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,QAAA,UAAU,GAAG,sBAAsB,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/local-driver\";\nexport const pkgVersion = \"2.0.0-internal.2.1.0\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/local-driver",
3
- "version": "2.0.0-internal.2.0.2",
3
+ "version": "2.0.0-internal.2.1.0",
4
4
  "description": "Fluid local driver",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -31,10 +31,7 @@
31
31
  "test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml",
32
32
  "test:mocha": "mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict",
33
33
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
34
- "tsc": "tsc",
35
- "tsfmt": "tsfmt --verify",
36
- "tsfmt:fix": "tsfmt --replace",
37
- "typetests:gen": "fluid-type-validator -g -d ."
34
+ "tsc": "tsc"
38
35
  },
39
36
  "nyc": {
40
37
  "all": true,
@@ -59,27 +56,28 @@
59
56
  "dependencies": {
60
57
  "@fluidframework/common-definitions": "^0.20.1",
61
58
  "@fluidframework/common-utils": "^1.0.0",
62
- "@fluidframework/core-interfaces": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
63
- "@fluidframework/driver-base": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
64
- "@fluidframework/driver-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
65
- "@fluidframework/driver-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
59
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
60
+ "@fluidframework/driver-base": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
61
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
62
+ "@fluidframework/driver-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
66
63
  "@fluidframework/protocol-base": "^0.1038.2000",
67
64
  "@fluidframework/protocol-definitions": "^1.1.0",
68
- "@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
65
+ "@fluidframework/routerlicious-driver": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
69
66
  "@fluidframework/server-local-server": "^0.1038.2000",
70
67
  "@fluidframework/server-services-client": "^0.1038.2000",
71
68
  "@fluidframework/server-services-core": "^0.1038.2000",
72
69
  "@fluidframework/server-test-utils": "^0.1038.2000",
73
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
70
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
74
71
  "jsrsasign": "^10.5.25",
75
72
  "url": "^0.11.0",
76
73
  "uuid": "^8.3.1"
77
74
  },
78
75
  "devDependencies": {
79
- "@fluidframework/build-common": "^1.0.0",
80
- "@fluidframework/eslint-config-fluid": "^1.0.0",
76
+ "@fluid-tools/build-cli": "^0.5.0",
77
+ "@fluidframework/build-common": "^1.1.0",
78
+ "@fluidframework/eslint-config-fluid": "^1.1.0",
81
79
  "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.2.0.0",
82
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
80
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.0 <2.0.0-internal.3.0.0",
83
81
  "@rushstack/eslint-config": "^2.5.1",
84
82
  "@types/jsrsasign": "^8.0.8",
85
83
  "@types/mocha": "^9.1.1",
@@ -91,11 +89,10 @@
91
89
  "nyc": "^15.0.0",
92
90
  "rimraf": "^2.6.2",
93
91
  "socket.io-client": "^4.4.1",
94
- "typescript": "~4.5.5",
95
- "typescript-formatter": "7.1.0"
92
+ "typescript": "~4.5.5"
96
93
  },
97
94
  "typeValidation": {
98
- "version": "2.0.0-internal.2.0.1",
95
+ "version": "2.0.0-internal.2.1.0",
99
96
  "broken": {}
100
97
  }
101
98
  }
package/src/index.ts CHANGED
@@ -3,10 +3,10 @@
3
3
  * Licensed under the MIT License.
4
4
  */
5
5
 
6
- export * from "./localDeltaStorageService";
7
- export * from "./localDocumentDeltaConnection";
8
- export * from "./localDocumentService";
9
- export * from "./localDocumentServiceFactory";
10
- export * from "./localDocumentStorageService";
11
- export * from "./localResolver";
12
- export * from "./localSessionStorageDb";
6
+ export { LocalDeltaStorageService } from "./localDeltaStorageService";
7
+ export { LocalDocumentDeltaConnection } from "./localDocumentDeltaConnection";
8
+ export { createLocalDocumentService, LocalDocumentService } from "./localDocumentService";
9
+ export { LocalDocumentServiceFactory } from "./localDocumentServiceFactory";
10
+ export { LocalDocumentStorageService } from "./localDocumentStorageService";
11
+ export { createLocalResolverCreateNewRequest, LocalResolver } from "./localResolver";
12
+ export { LocalSessionStorageDbFactory } from "./localSessionStorageDb";
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/local-driver";
9
- export const pkgVersion = "2.0.0-internal.2.0.2";
9
+ export const pkgVersion = "2.0.0-internal.2.1.0";