@fluid-experimental/property-dds 2.0.0-internal.7.2.2 → 2.0.0-internal.7.3.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-dds
2
2
 
3
+ ## 2.0.0-internal.7.3.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.7.2.0
4
8
 
5
9
  Dependency updates only.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.38.0"
8
+ "packageVersion": "7.38.3"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-dds",
3
- "version": "2.0.0-internal.7.2.2",
3
+ "version": "2.0.0-internal.7.3.0",
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.7.2.2 <2.0.0-internal.7.3.0",
19
- "@fluid-experimental/property-properties": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
20
- "@fluid-internal/client-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
21
- "@fluidframework/container-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
22
- "@fluidframework/core-interfaces": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
23
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
18
+ "@fluid-experimental/property-changeset": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
19
+ "@fluid-experimental/property-properties": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
20
+ "@fluid-internal/client-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
21
+ "@fluidframework/container-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
22
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
23
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
24
24
  "@fluidframework/protocol-definitions": "^3.0.0",
25
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
26
- "@fluidframework/runtime-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
27
- "@fluidframework/shared-object-base": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
25
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
26
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
27
+ "@fluidframework/shared-object-base": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
28
28
  "axios": "^0.26.0",
29
29
  "buffer": "^6.0.3",
30
30
  "fastest-json-copy": "^1.0.1",
@@ -35,20 +35,20 @@
35
35
  "uuid": "^9.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluid-experimental/property-common": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
39
- "@fluid-internal/test-drivers": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
38
+ "@fluid-experimental/property-common": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
39
+ "@fluid-private/test-drivers": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
40
40
  "@fluidframework/build-common": "^2.0.3",
41
- "@fluidframework/build-tools": "^0.26.1",
42
- "@fluidframework/container-loader": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
43
- "@fluidframework/driver-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
44
- "@fluidframework/eslint-config-fluid": "^3.0.0",
45
- "@fluidframework/local-driver": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
46
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
47
- "@fluidframework/sequence": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
41
+ "@fluidframework/build-tools": "^0.28.0",
42
+ "@fluidframework/container-loader": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
43
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
44
+ "@fluidframework/eslint-config-fluid": "^3.1.0",
45
+ "@fluidframework/local-driver": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
46
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
47
+ "@fluidframework/sequence": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
48
48
  "@fluidframework/server-local-server": "^2.0.1",
49
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
50
- "@fluidframework/test-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
51
- "@microsoft/api-extractor": "^7.37.0",
49
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
50
+ "@fluidframework/test-utils": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
51
+ "@microsoft/api-extractor": "^7.38.3",
52
52
  "@types/lodash": "^4.14.118",
53
53
  "@types/mocha": "^9.1.1",
54
54
  "@types/node": "^16.18.38",
@@ -76,7 +76,7 @@
76
76
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
77
77
  "build:test": "tsc --project ./src/test/tsconfig.json",
78
78
  "ci:build:docs": "api-extractor run",
79
- "clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp nyc",
79
+ "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
80
80
  "eslint": "eslint src",
81
81
  "eslint:fix": "eslint src --fix",
82
82
  "format": "npm run prettier:fix",
@@ -86,8 +86,8 @@
86
86
  "prettier:fix": "prettier --write . --ignore-path ../../../../.prettierignore",
87
87
  "test": "npm run test:mocha",
88
88
  "test:mocha": "mocha \"dist/**/*.spec.js\" --exit -r node_modules/@fluidframework/mocha-test-setup",
89
- "test:mocha-ts": "cross-env FLUID_TEST_VERBOSE=1 TS_NODE_PROJECT=\"./src/test/tsconfig.json\" mocha --require ts-node/register --extensions ts,tsx \"src/test/**/*.spec.ts\" --exit -r node_modules/@fluidframework/mocha-test-setup --timeout 1500000",
90
- "test:mocha-ts-inspect": "cross-env FLUID_TEST_VERBOSE=1 TS_NODE_PROJECT=\"./src/test/tsconfig.json\" mocha --inspect-brk --require ts-node/register --extensions ts,tsx \"src/test/**/*.spec.ts\" --exit -r node_modules/@fluidframework/mocha-test-setup --timeout 1500000",
89
+ "test:mocha-ts": "cross-env FLUID_TEST_VERBOSE=1 TS_NODE_PROJECT=./src/test/tsconfig.json mocha --require ts-node/register --extensions ts,tsx \"src/test/**/*.spec.ts\" --exit -r node_modules/@fluidframework/mocha-test-setup --timeout 1500000",
90
+ "test:mocha-ts-inspect": "cross-env FLUID_TEST_VERBOSE=1 TS_NODE_PROJECT=./src/test/tsconfig.json mocha --inspect-brk --require ts-node/register --extensions ts,tsx \"src/test/**/*.spec.ts\" --exit -r node_modules/@fluidframework/mocha-test-setup --timeout 1500000",
91
91
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
92
92
  "tsc": "tsc"
93
93
  }