@fluidframework/tree-agent-ses 2.70.0 → 2.71.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 +4 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tree-agent-ses",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.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.
|
|
72
|
+
"@fluidframework/tree-agent": "~2.71.0",
|
|
73
73
|
"ses": "^1.14.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
77
77
|
"@biomejs/biome": "~1.9.3",
|
|
78
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
78
|
+
"@fluid-internal/mocha-test-setup": "~2.71.0",
|
|
79
79
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
80
80
|
"@fluidframework/build-common": "^2.0.3",
|
|
81
81
|
"@fluidframework/build-tools": "^0.58.3",
|
|
82
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
83
|
-
"@fluidframework/tree": "~2.
|
|
82
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
83
|
+
"@fluidframework/tree": "~2.71.0",
|
|
84
84
|
"@microsoft/api-extractor": "7.52.11",
|
|
85
85
|
"@types/mocha": "^10.0.10",
|
|
86
86
|
"@types/node": "^18.19.0",
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"check:format": "npm run check:biome",
|
|
137
137
|
"ci:build:docs": "api-extractor run",
|
|
138
138
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
139
|
-
"eslint": "eslint --format stylish src",
|
|
140
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
139
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
140
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
141
141
|
"format": "npm run format:biome",
|
|
142
142
|
"format:biome": "biome check . --write",
|
|
143
143
|
"lint": "fluid-build . --task lint",
|