@fluidframework/tree-agent-ses 2.90.0 → 2.92.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,13 @@
1
1
  # @fluidframework/tree-agent-ses
2
2
 
3
+ ## 2.92.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.91.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.90.0
4
12
 
5
13
  Dependency updates only.
package/alpha.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/alpha.js";
package/dist/alpha.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/dist/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/lib/alpha.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/lib/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tree-agent-ses",
3
- "version": "2.90.0",
3
+ "version": "2.92.0",
4
4
  "description": "SES integration helpers for @fluidframework/tree-agent",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,18 +69,18 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/tree-agent": "~2.90.0",
72
+ "@fluidframework/tree-agent": "~2.92.0",
73
73
  "ses": "^1.14.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "^0.18.2",
77
- "@biomejs/biome": "~1.9.3",
78
- "@fluid-internal/mocha-test-setup": "~2.90.0",
79
- "@fluid-tools/build-cli": "^0.63.0",
77
+ "@biomejs/biome": "~2.4.5",
78
+ "@fluid-internal/mocha-test-setup": "~2.92.0",
79
+ "@fluid-tools/build-cli": "^0.64.0",
80
80
  "@fluidframework/build-common": "^2.0.3",
81
- "@fluidframework/build-tools": "^0.63.0",
82
- "@fluidframework/eslint-config-fluid": "~2.90.0",
83
- "@fluidframework/tree": "~2.90.0",
81
+ "@fluidframework/build-tools": "^0.64.0",
82
+ "@fluidframework/eslint-config-fluid": "^9.0.0",
83
+ "@fluidframework/tree": "~2.92.0",
84
84
  "@microsoft/api-extractor": "7.52.11",
85
85
  "@types/mocha": "^10.0.10",
86
86
  "@types/node": "~20.19.30",
@@ -97,24 +97,12 @@
97
97
  "rimraf": "^6.1.3",
98
98
  "typescript": "~5.4.5"
99
99
  },
100
- "fluidBuild": {
101
- "tasks": {
102
- "build:esnext": [
103
- "...",
104
- "typetests:gen"
105
- ],
106
- "tsc": [
107
- "...",
108
- "typetests:gen"
109
- ]
110
- }
111
- },
112
100
  "typeValidation": {
113
101
  "disabled": true
114
102
  },
115
103
  "scripts": {
116
104
  "api": "fluid-build . --task api",
117
- "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
105
+ "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
118
106
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
119
107
  "build": "fluid-build . --task build",
120
108
  "build:commonjs": "fluid-build . --task commonjs",