@fluid-experimental/dds-interceptions 2.101.1 → 2.103.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 +9 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/dds-interceptions
2
2
 
3
+ ## 2.103.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.102.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.101.0
4
12
 
5
13
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/dds-interceptions",
3
- "version": "2.101.1",
3
+ "version": "2.103.0",
4
4
  "description": "Distributed Data Structures that support an interception callback",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -49,21 +49,21 @@
49
49
  "temp-directory": "nyc/.nyc_output"
50
50
  },
51
51
  "dependencies": {
52
- "@fluidframework/core-utils": "~2.101.1",
53
- "@fluidframework/map": "~2.101.1",
54
- "@fluidframework/merge-tree": "~2.101.1",
55
- "@fluidframework/runtime-definitions": "~2.101.1",
56
- "@fluidframework/sequence": "~2.101.1"
52
+ "@fluidframework/core-utils": "~2.103.0",
53
+ "@fluidframework/map": "~2.103.0",
54
+ "@fluidframework/merge-tree": "~2.103.0",
55
+ "@fluidframework/runtime-definitions": "~2.103.0",
56
+ "@fluidframework/sequence": "~2.103.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@arethetypeswrong/cli": "^0.18.2",
60
60
  "@biomejs/biome": "~2.4.5",
61
- "@fluid-internal/mocha-test-setup": "~2.101.1",
61
+ "@fluid-internal/mocha-test-setup": "~2.103.0",
62
62
  "@fluid-tools/build-cli": "^0.65.0",
63
63
  "@fluidframework/build-common": "^2.0.3",
64
64
  "@fluidframework/build-tools": "^0.65.0",
65
65
  "@fluidframework/eslint-config-fluid": "^9.0.0",
66
- "@fluidframework/test-runtime-utils": "~2.101.1",
66
+ "@fluidframework/test-runtime-utils": "~2.103.0",
67
67
  "@microsoft/api-extractor": "7.58.1",
68
68
  "@types/diff": "^3.5.1",
69
69
  "@types/mocha": "^10.0.10",
@@ -114,7 +114,6 @@
114
114
  "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
115
115
  "test:mocha:esm": "mocha",
116
116
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
117
- "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
118
- "typetests:gen": "flub generate typetests --dir . -v"
117
+ "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
119
118
  }
120
119
  }