@fluid-experimental/property-common 2.81.1 → 2.82.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.82.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.81.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.81.1",
3
+ "version": "2.82.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": "~1.9.3",
51
- "@fluid-internal/mocha-test-setup": "~2.81.1",
51
+ "@fluid-internal/mocha-test-setup": "~2.82.0",
52
52
  "@fluidframework/build-common": "^2.0.3",
53
53
  "@fluidframework/build-tools": "^0.63.0",
54
54
  "@microsoft/api-extractor": "7.52.11",
@@ -56,7 +56,7 @@
56
56
  "@types/debug": "^4.1.5",
57
57
  "@types/lodash": "^4.14.118",
58
58
  "@types/mocha": "^10.0.10",
59
- "@types/node": "^18.19.0",
59
+ "@types/node": "~20.19.30",
60
60
  "@types/semver": "^7.7.0",
61
61
  "@types/sinon": "^17.0.3",
62
62
  "c8": "^10.1.3",
@@ -1,5 +1,9 @@
1
1
  # @fluid-internal/platform-dependent
2
2
 
3
+ ## 2.82.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.81.0
4
8
 
5
9
  Dependency updates only.
@@ -10,9 +10,9 @@ case `uname` in
10
10
  esac
11
11
 
12
12
  if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@1.9.4/node_modules/@biomejs/biome/bin/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@1.9.4/node_modules/@biomejs/biome/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@1.9.4/node_modules/@biomejs/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@1.9.4/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/node_modules"
13
+ export NODE_PATH="/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@2.3.11/node_modules/@biomejs/biome/bin/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@2.3.11/node_modules/@biomejs/biome/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@2.3.11/node_modules/@biomejs/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@2.3.11/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/node_modules"
14
14
  else
15
- export NODE_PATH="/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@1.9.4/node_modules/@biomejs/biome/bin/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@1.9.4/node_modules/@biomejs/biome/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@1.9.4/node_modules/@biomejs/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@1.9.4/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/node_modules:$NODE_PATH"
15
+ export NODE_PATH="/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@2.3.11/node_modules/@biomejs/biome/bin/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@2.3.11/node_modules/@biomejs/biome/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@2.3.11/node_modules/@biomejs/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/@biomejs+biome@2.3.11/node_modules:/mnt/vss/_work/1/s/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
18
  exec "$basedir/node" "$basedir/../@biomejs/biome/bin/biome" "$@"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/platform-dependent",
3
- "version": "2.81.1",
3
+ "version": "2.82.0",
4
4
  "private": true,
5
5
  "description": "Helper package that separates code for browser and server.",
6
6
  "homepage": "https://fluidframework.com",
package/biome.jsonc DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
- "extends": ["../../../../biome.jsonc"]
4
- }
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
- "extends": ["../../../../../biome.jsonc"]
4
- }