@fluid-experimental/pact-map 2.0.0-dev.7.3.0.212138 → 2.0.0-dev.7.4.0.215366

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.
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "@fluidframework/build-common/api-extractor-base.json",
3
+ "extends": "../../../common/build/build-common/api-extractor-base.json",
4
4
  "dtsRollup": {
5
5
  "enabled": true
6
+ },
7
+ "messages": {
8
+ "extractorMessageReporting": {
9
+ // TODO: Add missing documentation and remove this rule override
10
+ "ae-undocumented": {
11
+ "logLevel": "none"
12
+ }
13
+ }
6
14
  }
7
15
  }
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluid-experimental/pact-map";
11
- exports.pkgVersion = "2.0.0-dev.7.3.0.212138";
11
+ exports.pkgVersion = "2.0.0-dev.7.4.0.215366";
12
12
  //# sourceMappingURL=packageVersion.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,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 = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.0.0-dev.7.3.0.212138\";\n"]}
1
+ {"version":3,"file":"packageVersion.cjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,8BAA8B,CAAC;AACzC,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 = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.215366\";\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 = "@fluid-experimental/pact-map";
8
- export declare const pkgVersion = "2.0.0-dev.7.3.0.212138";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.215366";
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 declare const pkgName = "@fluid-experimental/pact-map";
8
- export declare const pkgVersion = "2.0.0-dev.7.3.0.212138";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.215366";
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 = "@fluid-experimental/pact-map";
8
- export const pkgVersion = "2.0.0-dev.7.3.0.212138";
8
+ export const pkgVersion = "2.0.0-dev.7.4.0.215366";
9
9
  //# sourceMappingURL=packageVersion.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,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 = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.0.0-dev.7.3.0.212138\";\n"]}
1
+ {"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,8BAA8B,CAAC;AACtD,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 = \"@fluid-experimental/pact-map\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.215366\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/pact-map",
3
- "version": "2.0.0-dev.7.3.0.212138",
3
+ "version": "2.0.0-dev.7.4.0.215366",
4
4
  "description": "Distributed data structure for key-value pairs using pact consensus",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,22 +47,22 @@
47
47
  "temp-directory": "nyc/.nyc_output"
48
48
  },
49
49
  "dependencies": {
50
- "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.212138",
51
- "@fluidframework/core-utils": "2.0.0-dev.7.3.0.212138",
52
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.212138",
53
- "@fluidframework/driver-utils": "2.0.0-dev.7.3.0.212138",
50
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.215366",
51
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.215366",
52
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.215366",
53
+ "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.215366",
54
54
  "@fluidframework/protocol-definitions": "^3.0.0",
55
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.212138",
56
- "@fluidframework/shared-object-base": "2.0.0-dev.7.3.0.212138",
55
+ "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.215366",
56
+ "@fluidframework/shared-object-base": "2.0.0-dev.7.4.0.215366",
57
57
  "events": "^3.1.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@fluid-private/test-dds-utils": "2.0.0-dev.7.3.0.212138",
60
+ "@fluid-private/test-dds-utils": "2.0.0-dev.7.4.0.215366",
61
61
  "@fluidframework/build-common": "^2.0.3",
62
62
  "@fluidframework/build-tools": "^0.28.0",
63
63
  "@fluidframework/eslint-config-fluid": "^3.1.0",
64
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.212138",
65
- "@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.212138",
64
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.215366",
65
+ "@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.215366",
66
66
  "@microsoft/api-extractor": "^7.38.3",
67
67
  "@types/events": "^3.0.0",
68
68
  "@types/mocha": "^9.1.1",
@@ -115,8 +115,8 @@
115
115
  "format": "npm run prettier:fix",
116
116
  "lint": "npm run prettier && npm run eslint",
117
117
  "lint:fix": "npm run prettier:fix && npm run eslint:fix",
118
- "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
119
- "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
118
+ "prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
119
+ "prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
120
120
  "test": "npm run test:mocha",
121
121
  "test:coverage": "c8 npm test",
122
122
  "test:mocha": "mocha --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluid-experimental/pact-map";
9
- export const pkgVersion = "2.0.0-dev.7.3.0.212138";
9
+ export const pkgVersion = "2.0.0-dev.7.4.0.215366";