@fluidframework/tree-agent-ses 2.92.0 → 2.93.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/tree-agent-ses
2
2
 
3
+ ## 2.93.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.92.0
4
8
 
5
9
  Dependency updates only.
package/eslint.config.mts CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  import type { Linter } from "eslint";
7
- import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";
7
+ import { strict } from "@fluidframework/eslint-config-fluid/flat.mts";
8
8
 
9
9
  const config: Linter.Config[] = [
10
10
  ...strict,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tree-agent-ses",
3
- "version": "2.92.0",
3
+ "version": "2.93.0",
4
4
  "description": "SES integration helpers for @fluidframework/tree-agent",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,21 +69,21 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/tree-agent": "~2.92.0",
72
+ "@fluidframework/tree-agent": "~2.93.0",
73
73
  "ses": "^1.14.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "^0.18.2",
77
77
  "@biomejs/biome": "~2.4.5",
78
- "@fluid-internal/mocha-test-setup": "~2.92.0",
78
+ "@fluid-internal/mocha-test-setup": "~2.93.0",
79
79
  "@fluid-tools/build-cli": "^0.64.0",
80
80
  "@fluidframework/build-common": "^2.0.3",
81
81
  "@fluidframework/build-tools": "^0.64.0",
82
82
  "@fluidframework/eslint-config-fluid": "^9.0.0",
83
- "@fluidframework/tree": "~2.92.0",
84
- "@microsoft/api-extractor": "7.52.11",
83
+ "@fluidframework/tree": "~2.93.0",
84
+ "@microsoft/api-extractor": "7.58.1",
85
85
  "@types/mocha": "^10.0.10",
86
- "@types/node": "~20.19.30",
86
+ "@types/node": "~22.19.17",
87
87
  "c8": "^10.1.3",
88
88
  "concurrently": "^9.2.1",
89
89
  "copyfiles": "^2.4.1",
@@ -138,7 +138,6 @@
138
138
  "test:mocha:esm": "mocha",
139
139
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
140
140
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
141
- "typetests:gen": "flub generate typetests --dir . -v",
142
- "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
141
+ "typetests:gen": "flub generate typetests --dir . -v"
143
142
  }
144
143
  }