@fluid-experimental/property-dds 2.70.0-361788 → 2.71.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluid-experimental/property-dds
2
2
 
3
+ ## 2.71.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.70.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.63.0
4
12
 
5
13
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-dds",
3
- "version": "2.70.0-361788",
3
+ "version": "2.71.0",
4
4
  "description": "definition of the property distributed data store",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -27,16 +27,16 @@
27
27
  "main": "lib/index.js",
28
28
  "types": "lib/index.d.ts",
29
29
  "dependencies": {
30
- "@fluid-experimental/property-changeset": "2.70.0-361788",
31
- "@fluid-experimental/property-properties": "2.70.0-361788",
32
- "@fluid-internal/client-utils": "2.70.0-361788",
33
- "@fluidframework/container-definitions": "2.70.0-361788",
34
- "@fluidframework/core-interfaces": "2.70.0-361788",
35
- "@fluidframework/datastore-definitions": "2.70.0-361788",
36
- "@fluidframework/driver-definitions": "2.70.0-361788",
37
- "@fluidframework/runtime-definitions": "2.70.0-361788",
38
- "@fluidframework/runtime-utils": "2.70.0-361788",
39
- "@fluidframework/shared-object-base": "2.70.0-361788",
30
+ "@fluid-experimental/property-changeset": "~2.71.0",
31
+ "@fluid-experimental/property-properties": "~2.71.0",
32
+ "@fluid-internal/client-utils": "~2.71.0",
33
+ "@fluidframework/container-definitions": "~2.71.0",
34
+ "@fluidframework/core-interfaces": "~2.71.0",
35
+ "@fluidframework/datastore-definitions": "~2.71.0",
36
+ "@fluidframework/driver-definitions": "~2.71.0",
37
+ "@fluidframework/runtime-definitions": "~2.71.0",
38
+ "@fluidframework/runtime-utils": "~2.71.0",
39
+ "@fluidframework/shared-object-base": "~2.71.0",
40
40
  "axios": "^1.8.4",
41
41
  "buffer": "^6.0.3",
42
42
  "lodash": "^4.17.21",
@@ -48,20 +48,20 @@
48
48
  "devDependencies": {
49
49
  "@arethetypeswrong/cli": "^0.17.1",
50
50
  "@biomejs/biome": "~1.9.3",
51
- "@fluid-experimental/property-common": "2.70.0-361788",
52
- "@fluid-internal/mocha-test-setup": "2.70.0-361788",
53
- "@fluid-private/test-drivers": "2.70.0-361788",
51
+ "@fluid-experimental/property-common": "~2.71.0",
52
+ "@fluid-internal/mocha-test-setup": "~2.71.0",
53
+ "@fluid-private/test-drivers": "~2.71.0",
54
54
  "@fluid-tools/build-cli": "^0.58.3",
55
55
  "@fluidframework/build-common": "^2.0.3",
56
56
  "@fluidframework/build-tools": "^0.58.3",
57
- "@fluidframework/container-loader": "2.70.0-361788",
58
- "@fluidframework/container-runtime": "2.70.0-361788",
59
- "@fluidframework/eslint-config-fluid": "^6.1.0",
60
- "@fluidframework/local-driver": "2.70.0-361788",
61
- "@fluidframework/sequence": "2.70.0-361788",
57
+ "@fluidframework/container-loader": "~2.71.0",
58
+ "@fluidframework/container-runtime": "~2.71.0",
59
+ "@fluidframework/eslint-config-fluid": "^7.0.0",
60
+ "@fluidframework/local-driver": "~2.71.0",
61
+ "@fluidframework/sequence": "~2.71.0",
62
62
  "@fluidframework/server-local-server": "^7.0.0",
63
- "@fluidframework/test-runtime-utils": "2.70.0-361788",
64
- "@fluidframework/test-utils": "2.70.0-361788",
63
+ "@fluidframework/test-runtime-utils": "~2.71.0",
64
+ "@fluidframework/test-utils": "~2.71.0",
65
65
  "@microsoft/api-extractor": "7.52.11",
66
66
  "@types/lodash": "^4.14.118",
67
67
  "@types/mocha": "^10.0.10",
@@ -94,8 +94,8 @@
94
94
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
95
95
  "ci:build:docs": "api-extractor run",
96
96
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
97
- "eslint": "eslint src",
98
- "eslint:fix": "eslint src --fix",
97
+ "eslint": "eslint --quiet src",
98
+ "eslint:fix": "eslint --quiet src --fix",
99
99
  "format": "npm run format:biome",
100
100
  "format:biome": "biome check . --write",
101
101
  "lint": "fluid-build . --task lint",