@fluidframework/azure-local-service 2.0.0-dev.4.4.0.162574 → 2.0.0-dev.5.2.0.169897

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,13 @@
1
1
  # @fluidframework/azure-local-service
2
2
 
3
+ ## 2.0.0-internal.5.0.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.0.0-internal.4.4.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.0.0-internal.4.1.0
4
12
 
5
13
  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": "@fluidframework/azure-local-service",
3
- "version": "2.0.0-dev.4.4.0.162574",
3
+ "version": "2.0.0-dev.5.2.0.169897",
4
4
  "description": "Local implementation of the Azure Fluid Relay service for testing/development use",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "tinylicious": "0.7.2"
18
18
  },
19
19
  "devDependencies": {
20
- "@fluidframework/build-common": "^1.1.0",
20
+ "@fluidframework/build-common": "^1.2.0",
21
21
  "@fluidframework/eslint-config-fluid": "^2.0.0",
22
22
  "@microsoft/api-extractor": "^7.34.4",
23
23
  "concurrently": "^7.6.0",
@@ -38,11 +38,9 @@
38
38
  "broken": {}
39
39
  },
40
40
  "scripts": {
41
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
42
- "build:compile": "npm run tsc",
41
+ "build": "fluid-build . --task build",
42
+ "build:compile": "fluid-build . --task compile",
43
43
  "build:docs": "api-extractor run --local",
44
- "build:full": "npm run build",
45
- "build:full:compile": "npm run build:compile",
46
44
  "ci:build:docs": "api-extractor run",
47
45
  "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
48
46
  "eslint": "eslint --format stylish src",