@fluid-experimental/oldest-client-observer 2.0.0-internal.5.0.0 → 2.0.0-internal.5.1.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/oldest-client-observer
2
2
 
3
+ ## 2.0.0-internal.5.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.5.0.0
4
8
 
5
9
  Dependency updates only.
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.34.9"
9
+ }
10
+ ]
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/oldest-client-observer",
3
- "version": "2.0.0-internal.5.0.0",
3
+ "version": "2.0.0-internal.5.1.0",
4
4
  "description": "Data object to determine if the local client is the oldest amongst connected clients",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,16 +37,16 @@
37
37
  "dependencies": {
38
38
  "@fluidframework/common-definitions": "^0.20.1",
39
39
  "@fluidframework/common-utils": "^1.1.1",
40
- "@fluidframework/container-definitions": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
40
+ "@fluidframework/container-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
41
41
  "@fluidframework/protocol-definitions": "^1.1.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@fluid-internal/test-dds-utils": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
45
- "@fluid-tools/build-cli": "^0.17.0",
46
- "@fluidframework/build-common": "^1.1.0",
47
- "@fluidframework/build-tools": "^0.17.0",
44
+ "@fluid-internal/test-dds-utils": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
45
+ "@fluid-tools/build-cli": "^0.19.0",
46
+ "@fluidframework/build-common": "^1.2.0",
47
+ "@fluidframework/build-tools": "^0.19.0",
48
48
  "@fluidframework/eslint-config-fluid": "^2.0.0",
49
- "@fluidframework/test-runtime-utils": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
49
+ "@fluidframework/test-runtime-utils": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
50
50
  "@microsoft/api-extractor": "^7.34.4",
51
51
  "@types/mocha": "^9.1.1",
52
52
  "@types/node": "^14.18.38",
@@ -66,13 +66,11 @@
66
66
  "broken": {}
67
67
  },
68
68
  "scripts": {
69
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
70
- "build:commonjs": "npm run typetests:gen && npm run tsc",
71
- "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
69
+ "build": "fluid-build . --task build",
70
+ "build:commonjs": "fluid-build . --task commonjs",
71
+ "build:compile": "fluid-build . --task compile",
72
72
  "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
73
73
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
74
- "build:full": "npm run build",
75
- "build:full:compile": "npm run build:compile",
76
74
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
77
75
  "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
78
76
  "eslint": "eslint --format stylish src",