@fluid-experimental/property-dds 2.0.0-internal.5.3.4 → 2.0.0-internal.5.4.2

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 +4 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/property-dds
2
2
 
3
+ ## 2.0.0-internal.5.4.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.5.3.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-dds",
3
- "version": "2.0.0-internal.5.3.4",
3
+ "version": "2.0.0-internal.5.4.2",
4
4
  "description": "definition of the property distributed data store",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,16 +15,16 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "dependencies": {
18
- "@fluid-experimental/property-changeset": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
19
- "@fluid-experimental/property-properties": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
18
+ "@fluid-experimental/property-changeset": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
19
+ "@fluid-experimental/property-properties": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
20
20
  "@fluidframework/common-utils": "^1.1.1",
21
- "@fluidframework/container-definitions": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
22
- "@fluidframework/core-interfaces": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
23
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
21
+ "@fluidframework/container-definitions": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
22
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
23
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
24
24
  "@fluidframework/protocol-definitions": "^1.1.0",
25
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
26
- "@fluidframework/runtime-utils": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
27
- "@fluidframework/shared-object-base": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
25
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
26
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
27
+ "@fluidframework/shared-object-base": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
28
28
  "axios": "^0.26.0",
29
29
  "buffer": "^6.0.3",
30
30
  "fastest-json-copy": "^1.0.1",
@@ -35,23 +35,23 @@
35
35
  "uuid": "^8.3.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluid-experimental/property-common": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
39
- "@fluid-internal/test-drivers": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
38
+ "@fluid-experimental/property-common": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
39
+ "@fluid-internal/test-drivers": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
40
40
  "@fluidframework/build-common": "^1.2.0",
41
41
  "@fluidframework/build-tools": "^0.21.0",
42
- "@fluidframework/container-loader": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
43
- "@fluidframework/driver-definitions": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
42
+ "@fluidframework/container-loader": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
43
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
44
44
  "@fluidframework/eslint-config-fluid": "^2.0.0",
45
- "@fluidframework/local-driver": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
46
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
47
- "@fluidframework/sequence": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
45
+ "@fluidframework/local-driver": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
46
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
47
+ "@fluidframework/sequence": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
48
48
  "@fluidframework/server-local-server": "^0.1039.1000",
49
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
50
- "@fluidframework/test-utils": ">=2.0.0-internal.5.3.4 <2.0.0-internal.5.4.0",
49
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
50
+ "@fluidframework/test-utils": ">=2.0.0-internal.5.4.2 <2.0.0-internal.5.5.0",
51
51
  "@microsoft/api-extractor": "^7.34.4",
52
52
  "@types/lodash": "^4.14.118",
53
53
  "@types/mocha": "^9.1.1",
54
- "@types/node": "^14.18.38",
54
+ "@types/node": "^16.18.38",
55
55
  "chai": "^4.2.0",
56
56
  "concurrently": "^7.6.0",
57
57
  "copyfiles": "^2.4.1",
@@ -79,7 +79,7 @@
79
79
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
80
80
  "build:test": "tsc --project ./src/test/tsconfig.json",
81
81
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../../_api-extractor-temp/",
82
- "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
82
+ "clean": "rimraf --glob \"dist\" \"lib\" \"*.tsbuildinfo\" \"*.build.log\"",
83
83
  "eslint": "eslint src",
84
84
  "eslint:fix": "eslint src --fix",
85
85
  "format": "npm run prettier:fix",