@fluidframework/tree-agent-ses 2.101.0 → 2.102.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 +5 -6
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.102.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.102.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.
|
|
78
|
+
"@fluid-internal/mocha-test-setup": "~2.102.0",
|
|
79
79
|
"@fluid-tools/build-cli": "^0.65.0",
|
|
80
80
|
"@fluidframework/build-common": "^2.0.3",
|
|
81
81
|
"@fluidframework/build-tools": "^0.65.0",
|
|
82
82
|
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
83
|
-
"@fluidframework/tree": "~2.
|
|
83
|
+
"@fluidframework/tree": "~2.102.0",
|
|
84
84
|
"@microsoft/api-extractor": "7.58.1",
|
|
85
85
|
"@types/mocha": "^10.0.10",
|
|
86
86
|
"@types/node": "~22.19.17",
|
|
@@ -137,7 +137,6 @@
|
|
|
137
137
|
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
|
|
138
138
|
"test:mocha:esm": "mocha",
|
|
139
139
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
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"
|
|
140
|
+
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
142
141
|
}
|
|
143
142
|
}
|