@fluidframework/synthesize 2.1.1 → 2.2.1

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/synthesize
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  An Ioc type library for synthesizing a FluidObject based on FluidObject providers.
4
4
 
5
5
 
6
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
6
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
7
7
 
8
8
  <!-- prettier-ignore-start -->
9
9
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -264,7 +264,7 @@ console.log(bar.bar);
264
264
  The `DependencyContainer` takes one optional parameter which is the `parent`. When resolving providers the `DependencyContainer` will first
265
265
  check the current container then look in the parent.
266
266
 
267
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
267
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
268
268
 
269
269
  <!-- prettier-ignore-start -->
270
270
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/synthesize",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
4
4
  "description": "A library for synthesizing scope objects.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,20 +67,20 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluidframework/core-utils": "~2.1.1"
70
+ "@fluidframework/core-utils": "~2.2.1"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@arethetypeswrong/cli": "^0.15.2",
74
74
  "@biomejs/biome": "~1.8.3",
75
- "@fluid-internal/mocha-test-setup": "~2.1.1",
76
- "@fluid-tools/build-cli": "^0.41.0",
75
+ "@fluid-internal/mocha-test-setup": "~2.2.1",
76
+ "@fluid-tools/build-cli": "^0.43.0",
77
77
  "@fluidframework/build-common": "^2.0.3",
78
- "@fluidframework/build-tools": "^0.41.0",
79
- "@fluidframework/core-interfaces": "~2.1.1",
80
- "@fluidframework/datastore": "~2.1.1",
78
+ "@fluidframework/build-tools": "^0.43.0",
79
+ "@fluidframework/core-interfaces": "~2.2.1",
80
+ "@fluidframework/datastore": "~2.2.1",
81
81
  "@fluidframework/eslint-config-fluid": "^5.3.0",
82
- "@fluidframework/runtime-utils": "~2.1.1",
83
- "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.1.0",
82
+ "@fluidframework/runtime-utils": "~2.2.1",
83
+ "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.2.0",
84
84
  "@microsoft/api-extractor": "^7.45.1",
85
85
  "@types/mocha": "^9.1.1",
86
86
  "@types/node": "^18.19.0",