@fluid-experimental/attributor 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluid-experimental/attributor
2
2
 
3
+ ## 2.115.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.114.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.113.0
4
12
 
5
13
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/attributor",
3
- "version": "2.113.1",
3
+ "version": "2.115.0",
4
4
  "description": "Operation attributor",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -49,32 +49,32 @@
49
49
  "temp-directory": "nyc/.nyc_output"
50
50
  },
51
51
  "dependencies": {
52
- "@fluid-internal/client-utils": "~2.113.1",
53
- "@fluidframework/container-definitions": "~2.113.1",
54
- "@fluidframework/container-runtime": "~2.113.1",
55
- "@fluidframework/container-runtime-definitions": "~2.113.1",
56
- "@fluidframework/core-interfaces": "~2.113.1",
57
- "@fluidframework/core-utils": "~2.113.1",
58
- "@fluidframework/datastore": "~2.113.1",
59
- "@fluidframework/datastore-definitions": "~2.113.1",
60
- "@fluidframework/driver-definitions": "~2.113.1",
61
- "@fluidframework/runtime-definitions": "~2.113.1",
62
- "@fluidframework/runtime-utils": "~2.113.1",
63
- "@fluidframework/telemetry-utils": "~2.113.1",
52
+ "@fluid-internal/client-utils": "~2.115.0",
53
+ "@fluidframework/container-definitions": "~2.115.0",
54
+ "@fluidframework/container-runtime": "~2.115.0",
55
+ "@fluidframework/container-runtime-definitions": "~2.115.0",
56
+ "@fluidframework/core-interfaces": "~2.115.0",
57
+ "@fluidframework/core-utils": "~2.115.0",
58
+ "@fluidframework/datastore": "~2.115.0",
59
+ "@fluidframework/datastore-definitions": "~2.115.0",
60
+ "@fluidframework/driver-definitions": "~2.115.0",
61
+ "@fluidframework/runtime-definitions": "~2.115.0",
62
+ "@fluidframework/runtime-utils": "~2.115.0",
63
+ "@fluidframework/telemetry-utils": "~2.115.0",
64
64
  "lz4js": "^0.2.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@arethetypeswrong/cli": "^0.18.2",
68
68
  "@biomejs/biome": "~2.4.5",
69
- "@fluid-internal/mocha-test-setup": "~2.113.1",
70
- "@fluid-private/stochastic-test-utils": "~2.113.1",
69
+ "@fluid-internal/mocha-test-setup": "~2.115.0",
70
+ "@fluid-private/stochastic-test-utils": "~2.115.0",
71
71
  "@fluid-tools/build-cli": "^0.65.0",
72
72
  "@fluidframework/build-common": "^2.0.3",
73
73
  "@fluidframework/build-tools": "^0.65.0",
74
74
  "@fluidframework/eslint-config-fluid": "^13.0.0",
75
- "@fluidframework/merge-tree": "~2.113.1",
76
- "@fluidframework/sequence": "~2.113.1",
77
- "@fluidframework/test-runtime-utils": "~2.113.1",
75
+ "@fluidframework/merge-tree": "~2.115.0",
76
+ "@fluidframework/sequence": "~2.115.0",
77
+ "@fluidframework/test-runtime-utils": "~2.115.0",
78
78
  "@microsoft/api-extractor": "7.58.1",
79
79
  "@types/mocha": "^10.0.10",
80
80
  "@types/node": "~22.19.17",
@@ -98,7 +98,7 @@
98
98
  "build:compile": "fluid-build . --task compile",
99
99
  "build:docs": "api-extractor run --local",
100
100
  "build:esnext": "tsc --project ./tsconfig.json",
101
- "build:test": "npm run build:test:esm && npm run build:test:cjs",
101
+ "build:test": "concurrently npm:build:test:esm npm:build:test:cjs",
102
102
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
103
103
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
104
104
  "check:are-the-types-wrong": "attw --pack .",