@fluidframework/tree-agent-ses 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.
- package/CHANGELOG.md +8 -0
- package/package.json +5 -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.103.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.103.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.103.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.103.0",
|
|
84
84
|
"@microsoft/api-extractor": "7.58.1",
|
|
85
85
|
"@types/mocha": "^10.0.10",
|
|
86
86
|
"@types/node": "~22.19.17",
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"jiti": "^2.6.1",
|
|
94
94
|
"mocha": "^11.7.5",
|
|
95
95
|
"mocha-multi-reporters": "^1.5.1",
|
|
96
|
-
"prettier": "~3.6.2",
|
|
97
96
|
"rimraf": "^6.1.3",
|
|
98
97
|
"typescript": "~5.4.5"
|
|
99
98
|
},
|
|
@@ -137,7 +136,6 @@
|
|
|
137
136
|
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
|
|
138
137
|
"test:mocha:esm": "mocha",
|
|
139
138
|
"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"
|
|
139
|
+
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
142
140
|
}
|
|
143
141
|
}
|