@fluidframework/merge-tree 2.113.1 → 2.115.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/CHANGELOG.md +8 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/merge-tree",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.115.0",
|
|
4
4
|
"description": "Merge tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -81,30 +81,30 @@
|
|
|
81
81
|
"temp-directory": "nyc/.nyc_output"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@fluid-internal/client-utils": "~2.
|
|
85
|
-
"@fluidframework/container-definitions": "~2.
|
|
86
|
-
"@fluidframework/core-interfaces": "~2.
|
|
87
|
-
"@fluidframework/core-utils": "~2.
|
|
88
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
89
|
-
"@fluidframework/driver-definitions": "~2.
|
|
90
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
91
|
-
"@fluidframework/runtime-utils": "~2.
|
|
92
|
-
"@fluidframework/shared-object-base": "~2.
|
|
93
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
84
|
+
"@fluid-internal/client-utils": "~2.115.0",
|
|
85
|
+
"@fluidframework/container-definitions": "~2.115.0",
|
|
86
|
+
"@fluidframework/core-interfaces": "~2.115.0",
|
|
87
|
+
"@fluidframework/core-utils": "~2.115.0",
|
|
88
|
+
"@fluidframework/datastore-definitions": "~2.115.0",
|
|
89
|
+
"@fluidframework/driver-definitions": "~2.115.0",
|
|
90
|
+
"@fluidframework/runtime-definitions": "~2.115.0",
|
|
91
|
+
"@fluidframework/runtime-utils": "~2.115.0",
|
|
92
|
+
"@fluidframework/shared-object-base": "~2.115.0",
|
|
93
|
+
"@fluidframework/telemetry-utils": "~2.115.0"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
97
97
|
"@biomejs/biome": "~2.4.5",
|
|
98
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
99
|
-
"@fluid-private/stochastic-test-utils": "~2.
|
|
100
|
-
"@fluid-private/test-pairwise-generator": "~2.
|
|
98
|
+
"@fluid-internal/mocha-test-setup": "~2.115.0",
|
|
99
|
+
"@fluid-private/stochastic-test-utils": "~2.115.0",
|
|
100
|
+
"@fluid-private/test-pairwise-generator": "~2.115.0",
|
|
101
101
|
"@fluid-tools/benchmark": "^0.59.0",
|
|
102
102
|
"@fluid-tools/build-cli": "^0.65.0",
|
|
103
103
|
"@fluidframework/build-common": "^2.0.3",
|
|
104
104
|
"@fluidframework/build-tools": "^0.65.0",
|
|
105
105
|
"@fluidframework/eslint-config-fluid": "^13.0.0",
|
|
106
|
-
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.
|
|
107
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
106
|
+
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.112.0",
|
|
107
|
+
"@fluidframework/test-runtime-utils": "~2.115.0",
|
|
108
108
|
"@microsoft/api-extractor": "7.58.1",
|
|
109
109
|
"@types/diff": "^3.5.1",
|
|
110
110
|
"@types/mocha": "^10.0.10",
|
|
@@ -126,9 +126,6 @@
|
|
|
126
126
|
"entrypoint": "legacy"
|
|
127
127
|
},
|
|
128
128
|
"scripts": {
|
|
129
|
-
"api": "fluid-build . --task api",
|
|
130
|
-
"api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
131
|
-
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
132
129
|
"bench": "cross-env FLUID_TEST_PERF_MODE=1 mocha --parentProcess",
|
|
133
130
|
"build": "fluid-build . --task build",
|
|
134
131
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
@@ -137,8 +134,11 @@
|
|
|
137
134
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
138
135
|
"build:compile": "fluid-build . --task compile",
|
|
139
136
|
"build:docs": "api-extractor run --local",
|
|
137
|
+
"build:entrypoints": "fluid-build . --task build:entrypoints",
|
|
138
|
+
"build:entrypoints:cjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
139
|
+
"build:entrypoints:esm": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
140
140
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
141
|
-
"build:test": "npm
|
|
141
|
+
"build:test": "concurrently npm:build:test:esm npm:build:test:cjs",
|
|
142
142
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
143
143
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
144
144
|
"check:are-the-types-wrong": "attw --pack . --exclude-entrypoints ./internal/test",
|