@fluid-experimental/property-common 2.102.0 → 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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/property-common
2
2
 
3
+ ## 2.103.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.102.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-common",
3
- "version": "2.102.0",
3
+ "version": "2.103.0",
4
4
  "description": "common functions used in properties",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@biomejs/biome": "~2.4.5",
51
- "@fluid-internal/mocha-test-setup": "~2.102.0",
51
+ "@fluid-internal/mocha-test-setup": "~2.103.0",
52
52
  "@fluidframework/build-common": "^2.0.3",
53
53
  "@fluidframework/build-tools": "^0.65.0",
54
54
  "@microsoft/api-extractor": "7.58.1",
@@ -1,5 +1,9 @@
1
1
  # @fluid-internal/platform-dependent
2
2
 
3
+ ## 2.103.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.102.0
4
8
 
5
9
  Dependency updates only.
@@ -19,3 +19,4 @@ if [ -x "$basedir/node" ]; then
19
19
  else
20
20
  exec node "$basedir/../@biomejs/biome/bin/biome" "$@"
21
21
  fi
22
+ # cmd-shim-target=/mnt/vss/_work/1/s/FluidFramework/experimental/PropertyDDS/packages/property-common/platform-dependent/node_modules/@biomejs/biome/bin/biome
@@ -19,3 +19,4 @@ if [ -x "$basedir/node" ]; then
19
19
  else
20
20
  exec node "$basedir/../jiti/lib/jiti-cli.mjs" "$@"
21
21
  fi
22
+ # cmd-shim-target=/mnt/vss/_work/1/s/FluidFramework/experimental/PropertyDDS/packages/property-common/platform-dependent/node_modules/jiti/lib/jiti-cli.mjs
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/platform-dependent",
3
- "version": "2.102.0",
3
+ "version": "2.103.0",
4
4
  "private": true,
5
5
  "description": "Helper package that separates code for browser and server.",
6
6
  "homepage": "https://fluidframework.com",