@fluidframework/merge-tree 2.0.0-rc.3.0.4 → 2.0.0-rc.3.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/merge-tree",
3
- "version": "2.0.0-rc.3.0.4",
3
+ "version": "2.0.0-rc.3.0.6",
4
4
  "description": "Merge tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,11 +15,11 @@
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": {
18
- "types": "./lib/public.d.ts",
18
+ "types": "./lib/index.d.ts",
19
19
  "default": "./lib/index.js"
20
20
  },
21
21
  "require": {
22
- "types": "./dist/public.d.ts",
22
+ "types": "./dist/index.d.ts",
23
23
  "default": "./dist/index.js"
24
24
  }
25
25
  },
@@ -57,7 +57,7 @@
57
57
  }
58
58
  },
59
59
  "main": "lib/index.js",
60
- "types": "lib/public.d.ts",
60
+ "types": "lib/index.d.ts",
61
61
  "c8": {
62
62
  "all": true,
63
63
  "cache-dir": "nyc/.cache",
@@ -79,30 +79,30 @@
79
79
  "temp-directory": "nyc/.nyc_output"
80
80
  },
81
81
  "dependencies": {
82
- "@fluid-internal/client-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
83
- "@fluidframework/container-definitions": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
84
- "@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
85
- "@fluidframework/core-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
86
- "@fluidframework/datastore-definitions": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
82
+ "@fluid-internal/client-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
83
+ "@fluidframework/container-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
84
+ "@fluidframework/core-interfaces": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
85
+ "@fluidframework/core-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
86
+ "@fluidframework/datastore-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
87
87
  "@fluidframework/protocol-definitions": "^3.2.0",
88
- "@fluidframework/runtime-definitions": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
89
- "@fluidframework/runtime-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
90
- "@fluidframework/shared-object-base": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
91
- "@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0"
88
+ "@fluidframework/runtime-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
89
+ "@fluidframework/runtime-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
90
+ "@fluidframework/shared-object-base": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
91
+ "@fluidframework/telemetry-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@arethetypeswrong/cli": "^0.15.2",
95
95
  "@biomejs/biome": "^1.6.2",
96
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
97
- "@fluid-private/stochastic-test-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
98
- "@fluid-private/test-pairwise-generator": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
96
+ "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
97
+ "@fluid-private/stochastic-test-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
98
+ "@fluid-private/test-pairwise-generator": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
99
99
  "@fluid-tools/benchmark": "^0.48.0",
100
100
  "@fluid-tools/build-cli": "^0.37.0",
101
101
  "@fluidframework/build-common": "^2.0.3",
102
102
  "@fluidframework/build-tools": "^0.37.0",
103
103
  "@fluidframework/eslint-config-fluid": "^5.1.0",
104
104
  "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-internal.8.0.0",
105
- "@fluidframework/test-runtime-utils": ">=2.0.0-rc.3.0.4 <2.0.0-rc.3.1.0",
105
+ "@fluidframework/test-runtime-utils": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
106
106
  "@microsoft/api-extractor": "^7.42.3",
107
107
  "@types/diff": "^3.5.1",
108
108
  "@types/mocha": "^9.1.1",
package/dist/public.d.ts DELETED
@@ -1,12 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- /*
7
- * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
- */
10
-
11
- export {}
12
-
package/lib/public.d.ts DELETED
@@ -1,12 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- /*
7
- * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
- */
10
-
11
- export {}
12
-