@fluidframework/aqueduct 2.0.0-internal.5.0.1 → 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.
@@ -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/aqueduct",
3
- "version": "2.0.0-internal.5.0.1",
3
+ "version": "2.0.0-internal.5.1.0",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -42,28 +42,28 @@
42
42
  "dependencies": {
43
43
  "@fluidframework/common-definitions": "^0.20.1",
44
44
  "@fluidframework/common-utils": "^1.1.1",
45
- "@fluidframework/container-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
46
- "@fluidframework/container-loader": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
47
- "@fluidframework/container-runtime": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
48
- "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
49
- "@fluidframework/core-interfaces": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
50
- "@fluidframework/datastore": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
51
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
52
- "@fluidframework/map": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
53
- "@fluidframework/request-handler": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
54
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
55
- "@fluidframework/runtime-utils": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
56
- "@fluidframework/synthesize": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
57
- "@fluidframework/view-interfaces": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
45
+ "@fluidframework/container-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
46
+ "@fluidframework/container-loader": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
47
+ "@fluidframework/container-runtime": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
48
+ "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
49
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
50
+ "@fluidframework/datastore": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
51
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
52
+ "@fluidframework/map": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
53
+ "@fluidframework/request-handler": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
54
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
55
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
56
+ "@fluidframework/synthesize": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
57
+ "@fluidframework/view-interfaces": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
58
58
  "uuid": "^8.3.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@fluid-tools/build-cli": "^0.18.2",
62
- "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0-internal.4.1.0",
63
- "@fluidframework/build-common": "^1.1.0",
64
- "@fluidframework/build-tools": "^0.18.2",
61
+ "@fluid-tools/build-cli": "^0.19.0",
62
+ "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0-internal.5.0.0",
63
+ "@fluidframework/build-common": "^1.2.0",
64
+ "@fluidframework/build-tools": "^0.19.0",
65
65
  "@fluidframework/eslint-config-fluid": "^2.0.0",
66
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
66
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
67
67
  "@microsoft/api-extractor": "^7.34.4",
68
68
  "@types/mocha": "^9.1.1",
69
69
  "@types/node": "^14.18.38",
@@ -82,23 +82,14 @@
82
82
  },
83
83
  "module:es5": "es5/index.js",
84
84
  "typeValidation": {
85
- "broken": {
86
- "ClassDeclaration_DataObject": {
87
- "backCompat": false
88
- },
89
- "ClassDeclaration_PureDataObject": {
90
- "backCompat": false
91
- }
92
- }
85
+ "broken": {}
93
86
  },
94
87
  "scripts": {
95
- "build": "concurrently npm:build:compile npm:lint && npm run build:docs",
96
- "build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
97
- "build:compile": "concurrently npm:build:commonjs npm:build:esnext",
88
+ "build": "fluid-build . --task build",
89
+ "build:commonjs": "fluid-build . --task commonjs",
90
+ "build:compile": "fluid-build . --task compile",
98
91
  "build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
99
92
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
100
- "build:full": "npm run build",
101
- "build:full:compile": "npm run build:compile",
102
93
  "build:test": "tsc --project ./src/test/tsconfig.json",
103
94
  "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
104
95
  "clean": "rimraf dist lib *.tsbuildinfo *.build.log",