@fluidframework/matrix 2.0.0-internal.2.1.1 → 2.0.0-internal.2.1.2

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/matrix";
8
- export declare const pkgVersion = "2.0.0-internal.2.1.1";
8
+ export declare const pkgVersion = "2.0.0-internal.2.1.2";
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/matrix";
11
- exports.pkgVersion = "2.0.0-internal.2.1.1";
11
+ exports.pkgVersion = "2.0.0-internal.2.1.2";
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,wBAAwB,CAAC;AACnC,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/matrix\";\nexport const pkgVersion = \"2.0.0-internal.2.1.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,wBAAwB,CAAC;AACnC,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/matrix\";\nexport const pkgVersion = \"2.0.0-internal.2.1.2\";\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/matrix";
8
- export declare const pkgVersion = "2.0.0-internal.2.1.1";
8
+ export declare const pkgVersion = "2.0.0-internal.2.1.2";
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/matrix";
8
- export const pkgVersion = "2.0.0-internal.2.1.1";
8
+ export const pkgVersion = "2.0.0-internal.2.1.2";
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,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,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/matrix\";\nexport const pkgVersion = \"2.0.0-internal.2.1.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,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/matrix\";\nexport const pkgVersion = \"2.0.0-internal.2.1.2\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/matrix",
3
- "version": "2.0.0-internal.2.1.1",
3
+ "version": "2.0.0-internal.2.1.2",
4
4
  "description": "Distributed matrix",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -40,7 +40,8 @@
40
40
  "test:mocha": "npm run stress -- --invert",
41
41
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
42
42
  "tsc": "tsc",
43
- "typetests:gen": "fluid-type-validator -g -d ."
43
+ "typetests:gen": "flub generate typetests --generate --dir .",
44
+ "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
44
45
  },
45
46
  "nyc": {
46
47
  "all": true,
@@ -61,28 +62,28 @@
61
62
  "dependencies": {
62
63
  "@fluidframework/common-definitions": "^0.20.1",
63
64
  "@fluidframework/common-utils": "^1.0.0",
64
- "@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
65
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
66
- "@fluidframework/merge-tree": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
65
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
66
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
67
+ "@fluidframework/merge-tree": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
67
68
  "@fluidframework/protocol-base": "^0.1038.2000",
68
69
  "@fluidframework/protocol-definitions": "^1.1.0",
69
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
70
- "@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
71
- "@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
72
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
70
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
71
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
72
+ "@fluidframework/shared-object-base": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
73
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
73
74
  "@tiny-calc/nano": "0.0.0-alpha.5",
74
75
  "tslib": "^1.10.0"
75
76
  },
76
77
  "devDependencies": {
77
- "@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
78
+ "@fluid-internal/test-dds-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
78
79
  "@fluid-tools/benchmark": "^0.43.0",
79
- "@fluid-tools/build-cli": "^0.5.0",
80
+ "@fluid-tools/build-cli": "^0.6.0",
80
81
  "@fluidframework/build-common": "^1.1.0",
81
- "@fluidframework/build-tools": "^0.5.0",
82
- "@fluidframework/eslint-config-fluid": "^1.1.0",
83
- "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-internal.2.0.0",
84
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
85
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.1 <2.0.0-internal.3.0.0",
82
+ "@fluidframework/build-tools": "^0.6.0",
83
+ "@fluidframework/eslint-config-fluid": "^1.2.0",
84
+ "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-internal.2.1.1",
85
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
86
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
86
87
  "@microsoft/api-extractor": "^7.22.2",
87
88
  "@rushstack/eslint-config": "^2.5.1",
88
89
  "@tiny-calc/micro": "0.0.0-alpha.5",
@@ -102,7 +103,8 @@
102
103
  "uuid": "^8.3.1"
103
104
  },
104
105
  "typeValidation": {
105
- "version": "2.0.0-internal.2.1.0",
106
+ "version": "2.0.0-internal.2.1.2",
107
+ "baselineRange": "2.0.0-internal.2.1.1",
106
108
  "broken": {}
107
109
  }
108
110
  }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/matrix";
9
- export const pkgVersion = "2.0.0-internal.2.1.1";
9
+ export const pkgVersion = "2.0.0-internal.2.1.2";