@fluidframework/aqueduct 2.1.0-276985 → 2.1.0-281041
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/api-extractor/api-extractor.current.json +5 -0
- package/api-extractor/api-extractor.legacy.json +1 -1
- package/api-extractor.json +1 -1
- package/api-report/aqueduct.legacy.alpha.api.md +0 -2
- package/api-report/aqueduct.legacy.public.api.md +7 -0
- package/dist/legacy.d.ts +16 -1
- package/dist/public.d.ts +15 -2
- package/internal.d.ts +1 -1
- package/legacy.d.ts +1 -1
- package/lib/legacy.d.ts +16 -1
- package/lib/public.d.ts +15 -2
- package/package.json +30 -28
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
+
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.current.json",
|
|
4
|
+
"mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-
|
|
3
|
+
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
|
|
4
4
|
}
|
package/api-extractor.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "../../../common/build/build-common/api-extractor-
|
|
3
|
+
"extends": "../../../common/build/build-common/api-extractor-model.esm.json"
|
|
4
4
|
}
|
package/dist/legacy.d.ts
CHANGED
|
@@ -5,7 +5,22 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* The `aqueduct` package is a library for building Fluid objects and Fluid
|
|
13
|
+
* containers within the Fluid Framework. Its goal is to provide a thin base
|
|
14
|
+
* layer over the existing Fluid Framework interfaces that allows developers to
|
|
15
|
+
* get started quickly.
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* About the library name: An "aqueduct" is a way to transport water from a source
|
|
19
|
+
* to another location. The library name was chosen because its purpose is to
|
|
20
|
+
* facilitate using lower level constructs and therefore handle 'fluid' items
|
|
21
|
+
* same as an aqueduct.
|
|
22
|
+
*
|
|
23
|
+
* @packageDocumentation
|
|
9
24
|
*/
|
|
10
25
|
|
|
11
26
|
export {
|
package/dist/public.d.ts
CHANGED
|
@@ -5,8 +5,21 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/**
|
|
12
|
+
* The `aqueduct` package is a library for building Fluid objects and Fluid
|
|
13
|
+
* containers within the Fluid Framework. Its goal is to provide a thin base
|
|
14
|
+
* layer over the existing Fluid Framework interfaces that allows developers to
|
|
15
|
+
* get started quickly.
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* About the library name: An "aqueduct" is a way to transport water from a source
|
|
19
|
+
* to another location. The library name was chosen because its purpose is to
|
|
20
|
+
* facilitate using lower level constructs and therefore handle 'fluid' items
|
|
21
|
+
* same as an aqueduct.
|
|
22
|
+
*
|
|
23
|
+
* @packageDocumentation
|
|
24
|
+
*/export {}
|
|
12
25
|
|
package/internal.d.ts
CHANGED
package/legacy.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export * from "./lib/legacy.js";
|
package/lib/legacy.d.ts
CHANGED
|
@@ -5,7 +5,22 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* The `aqueduct` package is a library for building Fluid objects and Fluid
|
|
13
|
+
* containers within the Fluid Framework. Its goal is to provide a thin base
|
|
14
|
+
* layer over the existing Fluid Framework interfaces that allows developers to
|
|
15
|
+
* get started quickly.
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* About the library name: An "aqueduct" is a way to transport water from a source
|
|
19
|
+
* to another location. The library name was chosen because its purpose is to
|
|
20
|
+
* facilitate using lower level constructs and therefore handle 'fluid' items
|
|
21
|
+
* same as an aqueduct.
|
|
22
|
+
*
|
|
23
|
+
* @packageDocumentation
|
|
9
24
|
*/
|
|
10
25
|
|
|
11
26
|
export {
|
package/lib/public.d.ts
CHANGED
|
@@ -5,8 +5,21 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/**
|
|
12
|
+
* The `aqueduct` package is a library for building Fluid objects and Fluid
|
|
13
|
+
* containers within the Fluid Framework. Its goal is to provide a thin base
|
|
14
|
+
* layer over the existing Fluid Framework interfaces that allows developers to
|
|
15
|
+
* get started quickly.
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* About the library name: An "aqueduct" is a way to transport water from a source
|
|
19
|
+
* to another location. The library name was chosen because its purpose is to
|
|
20
|
+
* facilitate using lower level constructs and therefore handle 'fluid' items
|
|
21
|
+
* same as an aqueduct.
|
|
22
|
+
*
|
|
23
|
+
* @packageDocumentation
|
|
24
|
+
*/export {}
|
|
12
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-281041",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,29 +67,29 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "2.1.0-
|
|
71
|
-
"@fluidframework/container-definitions": "2.1.0-
|
|
72
|
-
"@fluidframework/container-runtime": "2.1.0-
|
|
73
|
-
"@fluidframework/container-runtime-definitions": "2.1.0-
|
|
74
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
75
|
-
"@fluidframework/core-utils": "2.1.0-
|
|
76
|
-
"@fluidframework/datastore": "2.1.0-
|
|
77
|
-
"@fluidframework/datastore-definitions": "2.1.0-
|
|
78
|
-
"@fluidframework/map": "2.1.0-
|
|
79
|
-
"@fluidframework/request-handler": "2.1.0-
|
|
80
|
-
"@fluidframework/runtime-definitions": "2.1.0-
|
|
81
|
-
"@fluidframework/runtime-utils": "2.1.0-
|
|
82
|
-
"@fluidframework/shared-object-base": "2.1.0-
|
|
83
|
-
"@fluidframework/synthesize": "2.1.0-
|
|
70
|
+
"@fluid-internal/client-utils": "2.1.0-281041",
|
|
71
|
+
"@fluidframework/container-definitions": "2.1.0-281041",
|
|
72
|
+
"@fluidframework/container-runtime": "2.1.0-281041",
|
|
73
|
+
"@fluidframework/container-runtime-definitions": "2.1.0-281041",
|
|
74
|
+
"@fluidframework/core-interfaces": "2.1.0-281041",
|
|
75
|
+
"@fluidframework/core-utils": "2.1.0-281041",
|
|
76
|
+
"@fluidframework/datastore": "2.1.0-281041",
|
|
77
|
+
"@fluidframework/datastore-definitions": "2.1.0-281041",
|
|
78
|
+
"@fluidframework/map": "2.1.0-281041",
|
|
79
|
+
"@fluidframework/request-handler": "2.1.0-281041",
|
|
80
|
+
"@fluidframework/runtime-definitions": "2.1.0-281041",
|
|
81
|
+
"@fluidframework/runtime-utils": "2.1.0-281041",
|
|
82
|
+
"@fluidframework/shared-object-base": "2.1.0-281041",
|
|
83
|
+
"@fluidframework/synthesize": "2.1.0-281041"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
87
|
-
"@biomejs/biome": "
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "2.1.0-
|
|
89
|
-
"@fluid-tools/build-cli": "^0.
|
|
90
|
-
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0
|
|
87
|
+
"@biomejs/biome": "~1.8.3",
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-281041",
|
|
89
|
+
"@fluid-tools/build-cli": "^0.40.0",
|
|
90
|
+
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0",
|
|
91
91
|
"@fluidframework/build-common": "^2.0.3",
|
|
92
|
-
"@fluidframework/build-tools": "^0.
|
|
92
|
+
"@fluidframework/build-tools": "^0.40.0",
|
|
93
93
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
94
94
|
"@microsoft/api-extractor": "^7.45.1",
|
|
95
95
|
"@types/mocha": "^9.1.1",
|
|
@@ -115,17 +115,18 @@
|
|
|
115
115
|
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
116
116
|
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
117
117
|
"build": "fluid-build . --task build",
|
|
118
|
+
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
119
|
+
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|
|
120
|
+
"build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
118
121
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
119
122
|
"build:compile": "fluid-build . --task compile",
|
|
120
|
-
"build:docs": "
|
|
121
|
-
"build:docs:current": "api-extractor run --local",
|
|
122
|
-
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
123
|
+
"build:docs": "api-extractor run --local",
|
|
123
124
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
124
125
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
125
126
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
126
127
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
127
128
|
"check:are-the-types-wrong": "attw --pack .",
|
|
128
|
-
"check:biome": "biome check .
|
|
129
|
+
"check:biome": "biome check .",
|
|
129
130
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
130
131
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
131
132
|
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
|
|
@@ -134,14 +135,15 @@
|
|
|
134
135
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
135
136
|
"check:format": "npm run check:biome",
|
|
136
137
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
137
|
-
"ci:build:
|
|
138
|
-
"ci:build:
|
|
139
|
-
"ci:build:
|
|
138
|
+
"ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
|
|
139
|
+
"ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
|
|
140
|
+
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
141
|
+
"ci:build:docs": "api-extractor run",
|
|
140
142
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
141
143
|
"eslint": "eslint --format stylish src",
|
|
142
144
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
143
145
|
"format": "npm run format:biome",
|
|
144
|
-
"format:biome": "biome check . --
|
|
146
|
+
"format:biome": "biome check . --write",
|
|
145
147
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
146
148
|
"lint": "fluid-build . --task lint",
|
|
147
149
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|