@fluidframework/matrix 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/matrix";
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/matrix";
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,wBAAwB,CAAC;AACnC,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/matrix\";\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,wBAAwB,CAAC;AACnC,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/matrix\";\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/matrix";
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/matrix";
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,wBAAwB,CAAC;AAChD,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/matrix\";\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,wBAAwB,CAAC;AAChD,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/matrix\";\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/matrix",
3
- "version": "2.0.0-dev.3.1.0.125672",
3
+ "version": "2.0.0-dev.4.1.0.148229",
4
4
  "description": "Distributed matrix",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -14,39 +14,6 @@
14
14
  "main": "dist/index.js",
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
- "scripts": {
18
- "bench": "cd bench && node --expose-gc -r ts-node/register src/index.ts",
19
- "bench:profile": "cd bench && tsc && node -r ts-node/register --prof src/index.ts --runInBand && node --prof-process isolate-0x*-v8.log > profile.txt && rm isolate-0x*-v8.log && cat profile.txt",
20
- "build": "npm run build:genver && concurrently npm:build:compile npm:lint && npm run build:docs",
21
- "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
22
- "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
23
- "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
24
- "build:esnext": "tsc --project ./tsconfig.esnext.json",
25
- "build:full": "npm run build",
26
- "build:full:compile": "npm run build:compile",
27
- "build:genver": "gen-version",
28
- "build:test": "tsc --project ./src/test/tsconfig.json",
29
- "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
30
- "clean": "rimraf dist lib bench/dist *.tsbuildinfo *.build.log",
31
- "eslint": "eslint --format stylish src",
32
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
33
- "format": "npm run prettier:fix",
34
- "lint": "npm run prettier && npm run eslint",
35
- "lint:fix": "npm run prettier:fix && npm run eslint:fix",
36
- "postpack": "tar -cf ./matrix.test-files.tar ./src/test ./dist/test",
37
- "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
38
- "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
39
- "stress": "mocha --recursive dist/test/**/*.spec.js --exit -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict --fgrep stress-loop",
40
- "test": "npm run test:mocha",
41
- "test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml --exit",
42
- "test:memory": "mocha --config src/test/memory/.mocharc.js",
43
- "test:memory-profiling:report": "mocha --config src/test/memory/.mocharc.js",
44
- "test:mocha": "npm run stress -- --invert",
45
- "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
46
- "tsc": "tsc",
47
- "typetests:gen": "flub generate typetests --generate --dir .",
48
- "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
49
- },
50
17
  "nyc": {
51
18
  "all": true,
52
19
  "cache-dir": "nyc/.cache",
@@ -65,55 +32,86 @@
65
32
  },
66
33
  "dependencies": {
67
34
  "@fluidframework/common-definitions": "^0.20.1",
68
- "@fluidframework/common-utils": "^1.0.0",
69
- "@fluidframework/core-interfaces": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
70
- "@fluidframework/datastore-definitions": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
71
- "@fluidframework/merge-tree": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
72
- "@fluidframework/protocol-base": "^0.1038.2000",
35
+ "@fluidframework/common-utils": "^1.1.1",
36
+ "@fluidframework/core-interfaces": "2.0.0-dev.4.1.0.148229",
37
+ "@fluidframework/datastore-definitions": "2.0.0-dev.4.1.0.148229",
38
+ "@fluidframework/merge-tree": "2.0.0-dev.4.1.0.148229",
39
+ "@fluidframework/protocol-base": "^0.1039.1000",
73
40
  "@fluidframework/protocol-definitions": "^1.1.0",
74
- "@fluidframework/runtime-definitions": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
75
- "@fluidframework/runtime-utils": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
76
- "@fluidframework/shared-object-base": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
77
- "@fluidframework/telemetry-utils": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
41
+ "@fluidframework/runtime-definitions": "2.0.0-dev.4.1.0.148229",
42
+ "@fluidframework/runtime-utils": "2.0.0-dev.4.1.0.148229",
43
+ "@fluidframework/shared-object-base": "2.0.0-dev.4.1.0.148229",
44
+ "@fluidframework/telemetry-utils": "2.0.0-dev.4.1.0.148229",
78
45
  "@tiny-calc/nano": "0.0.0-alpha.5",
79
46
  "events": "^3.1.0",
80
47
  "tslib": "^1.10.0"
81
48
  },
82
49
  "devDependencies": {
83
- "@fluid-internal/test-dds-utils": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
84
- "@fluid-tools/benchmark": "^0.45.0",
85
- "@fluid-tools/build-cli": "^0.8.0",
50
+ "@fluid-internal/test-dds-utils": "2.0.0-dev.4.1.0.148229",
51
+ "@fluid-tools/benchmark": "0.47.0-140906",
52
+ "@fluid-tools/build-cli": "^0.13.1",
86
53
  "@fluidframework/build-common": "^1.1.0",
87
- "@fluidframework/build-tools": "^0.8.0",
54
+ "@fluidframework/build-tools": "^0.13.1",
88
55
  "@fluidframework/eslint-config-fluid": "^2.0.0",
89
- "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-internal.3.0.0",
90
- "@fluidframework/mocha-test-setup": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
91
- "@fluidframework/test-runtime-utils": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
92
- "@microsoft/api-extractor": "^7.22.2",
93
- "@rushstack/eslint-config": "^2.5.1",
56
+ "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.0.0-internal.4.0.0",
57
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.4.1.0.148229",
58
+ "@fluidframework/test-runtime-utils": "2.0.0-dev.4.1.0.148229",
59
+ "@microsoft/api-extractor": "^7.34.4",
94
60
  "@tiny-calc/micro": "0.0.0-alpha.5",
95
61
  "@types/mocha": "^9.1.1",
96
- "@types/node": "^14.18.36",
62
+ "@types/node": "^14.18.38",
97
63
  "best-random": "^1.0.0",
98
- "concurrently": "^6.2.0",
64
+ "concurrently": "^7.6.0",
99
65
  "copyfiles": "^2.4.1",
100
- "cross-env": "^7.0.2",
66
+ "cross-env": "^7.0.3",
101
67
  "eslint": "~8.6.0",
102
68
  "hotloop": "^1.2.0",
103
- "mocha": "^10.0.0",
104
- "nyc": "^15.0.0",
69
+ "mocha": "^10.2.0",
70
+ "mocha-json-output-reporter": "^2.0.1",
71
+ "mocha-multi-reporters": "^1.5.1",
72
+ "moment": "^2.21.0",
73
+ "nyc": "^15.1.0",
105
74
  "prettier": "~2.6.2",
106
- "rimraf": "^2.6.2",
75
+ "rimraf": "^4.4.0",
107
76
  "source-map-support": "^0.5.16",
108
- "ts-node": "^7.0.1",
77
+ "ts-node": "^8.6.2",
109
78
  "typescript": "~4.5.5",
110
79
  "uuid": "^8.3.1"
111
80
  },
112
81
  "typeValidation": {
113
- "version": "2.0.0-internal.3.1.0",
114
- "previousVersionStyle": "~previousMinor",
115
- "baselineRange": ">=2.0.0-internal.3.0.0 <2.0.0-internal.3.1.0",
116
- "baselineVersion": "2.0.0-internal.3.0.0",
117
82
  "broken": {}
83
+ },
84
+ "scripts": {
85
+ "bench": "cd bench && node --expose-gc -r ts-node/register src/index.ts",
86
+ "bench:profile": "cd bench && tsc && node -r ts-node/register --prof src/index.ts --runInBand && node --prof-process isolate-0x*-v8.log > profile.txt && rm isolate-0x*-v8.log && cat profile.txt",
87
+ "build": "npm run build:genver && concurrently npm:build:compile npm:lint && npm run build:docs",
88
+ "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
89
+ "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
90
+ "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
91
+ "build:esnext": "tsc --project ./tsconfig.esnext.json",
92
+ "build:full": "npm run build",
93
+ "build:full:compile": "npm run build:compile",
94
+ "build:genver": "gen-version",
95
+ "build:test": "tsc --project ./src/test/tsconfig.json",
96
+ "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
97
+ "clean": "rimraf dist lib bench/dist *.tsbuildinfo *.build.log",
98
+ "eslint": "eslint --format stylish src",
99
+ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
100
+ "format": "npm run prettier:fix",
101
+ "lint": "npm run prettier && npm run eslint",
102
+ "lint:fix": "npm run prettier:fix && npm run eslint:fix",
103
+ "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
104
+ "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
105
+ "stress": "mocha --recursive dist/test/**/*.spec.js --exit -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict --fgrep stress-loop",
106
+ "test": "npm run test:mocha",
107
+ "test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml --exit",
108
+ "test:memory": "mocha --config src/test/memory/.mocharc.js",
109
+ "test:memory-profiling:report": "mocha --config src/test/memory/.mocharc.js",
110
+ "test:mocha": "npm run stress -- --invert",
111
+ "test:mocha:multireport": "cross-env FLUID_TEST_MULTIREPORT=1 npm run test:mocha",
112
+ "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
113
+ "tsc": "tsc",
114
+ "typetests:gen": "fluid-type-test-generator",
115
+ "typetests:prepare": "flub generate typetests --prepare --dir . --pin"
118
116
  }
119
- }
117
+ }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/matrix";
9
- export const pkgVersion = "2.0.0-dev.3.1.0.125672";
9
+ export const pkgVersion = "2.0.0-dev.4.1.0.148229";