@fluid-experimental/attributor 2.61.0 → 2.62.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 +4 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/attributor
2
2
 
3
+ ## 2.62.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.61.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/attributor",
3
- "version": "2.61.0",
3
+ "version": "2.62.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.61.0",
53
- "@fluidframework/container-definitions": "~2.61.0",
54
- "@fluidframework/container-runtime": "~2.61.0",
55
- "@fluidframework/container-runtime-definitions": "~2.61.0",
56
- "@fluidframework/core-interfaces": "~2.61.0",
57
- "@fluidframework/core-utils": "~2.61.0",
58
- "@fluidframework/datastore": "~2.61.0",
59
- "@fluidframework/datastore-definitions": "~2.61.0",
60
- "@fluidframework/driver-definitions": "~2.61.0",
61
- "@fluidframework/runtime-definitions": "~2.61.0",
62
- "@fluidframework/runtime-utils": "~2.61.0",
63
- "@fluidframework/telemetry-utils": "~2.61.0",
52
+ "@fluid-internal/client-utils": "~2.62.0",
53
+ "@fluidframework/container-definitions": "~2.62.0",
54
+ "@fluidframework/container-runtime": "~2.62.0",
55
+ "@fluidframework/container-runtime-definitions": "~2.62.0",
56
+ "@fluidframework/core-interfaces": "~2.62.0",
57
+ "@fluidframework/core-utils": "~2.62.0",
58
+ "@fluidframework/datastore": "~2.62.0",
59
+ "@fluidframework/datastore-definitions": "~2.62.0",
60
+ "@fluidframework/driver-definitions": "~2.62.0",
61
+ "@fluidframework/runtime-definitions": "~2.62.0",
62
+ "@fluidframework/runtime-utils": "~2.62.0",
63
+ "@fluidframework/telemetry-utils": "~2.62.0",
64
64
  "lz4js": "^0.2.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@arethetypeswrong/cli": "^0.17.1",
68
68
  "@biomejs/biome": "~1.9.3",
69
- "@fluid-internal/mocha-test-setup": "~2.61.0",
70
- "@fluid-private/stochastic-test-utils": "~2.61.0",
69
+ "@fluid-internal/mocha-test-setup": "~2.62.0",
70
+ "@fluid-private/stochastic-test-utils": "~2.62.0",
71
71
  "@fluid-tools/build-cli": "^0.58.3",
72
72
  "@fluidframework/build-common": "^2.0.3",
73
73
  "@fluidframework/build-tools": "^0.58.3",
74
74
  "@fluidframework/eslint-config-fluid": "^6.0.0",
75
- "@fluidframework/merge-tree": "~2.61.0",
76
- "@fluidframework/sequence": "~2.61.0",
77
- "@fluidframework/test-runtime-utils": "~2.61.0",
75
+ "@fluidframework/merge-tree": "~2.62.0",
76
+ "@fluidframework/sequence": "~2.62.0",
77
+ "@fluidframework/test-runtime-utils": "~2.62.0",
78
78
  "@microsoft/api-extractor": "7.52.11",
79
79
  "@types/mocha": "^10.0.10",
80
80
  "@types/node": "^18.19.0",
@@ -120,7 +120,7 @@
120
120
  "test": "npm run test:mocha",
121
121
  "test:coverage": "c8 npm test",
122
122
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
123
- "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
123
+ "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
124
124
  "test:mocha:esm": "mocha",
125
125
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
126
126
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",