@fluidframework/aqueduct 2.0.0-dev-rc.5.0.0.271717 → 2.0.0-dev-rc.5.0.0.272251

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,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-lint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts"
5
+ }
@@ -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-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/dist/legacy.d.ts"
5
+ }
@@ -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-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/legacy.d.ts"
5
+ }
@@ -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-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/dist/public.d.ts"
5
+ }
@@ -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-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.0.0-dev-rc.5.0.0.271717",
3
+ "version": "2.0.0-dev-rc.5.0.0.272251",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,25 +67,25 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271717",
71
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.271717",
72
- "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.271717",
73
- "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
74
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717",
75
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717",
76
- "@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271717",
77
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.271717",
78
- "@fluidframework/map": "2.0.0-dev-rc.5.0.0.271717",
79
- "@fluidframework/request-handler": "2.0.0-dev-rc.5.0.0.271717",
80
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
81
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717",
82
- "@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.271717",
83
- "@fluidframework/synthesize": "2.0.0-dev-rc.5.0.0.271717"
70
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.272251",
71
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.272251",
72
+ "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.272251",
73
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
74
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272251",
75
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.272251",
76
+ "@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.272251",
77
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.272251",
78
+ "@fluidframework/map": "2.0.0-dev-rc.5.0.0.272251",
79
+ "@fluidframework/request-handler": "2.0.0-dev-rc.5.0.0.272251",
80
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
81
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272251",
82
+ "@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.272251",
83
+ "@fluidframework/synthesize": "2.0.0-dev-rc.5.0.0.272251"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.15.2",
87
87
  "@biomejs/biome": "^1.7.3",
88
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271717",
88
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272251",
89
89
  "@fluid-tools/build-cli": "^0.39.0",
90
90
  "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0-rc.4.0.0",
91
91
  "@fluidframework/build-common": "^2.0.3",
@@ -95,6 +95,7 @@
95
95
  "@types/mocha": "^9.1.1",
96
96
  "@types/node": "^18.19.0",
97
97
  "c8": "^8.0.1",
98
+ "concurrently": "^8.2.1",
98
99
  "copyfiles": "^2.4.1",
99
100
  "cross-env": "^7.0.3",
100
101
  "eslint": "~8.55.0",
@@ -128,9 +129,14 @@
128
129
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
129
130
  "check:are-the-types-wrong": "attw --pack .",
130
131
  "check:biome": "biome check . --formatter-enabled=true",
132
+ "check:exports": "concurrently \"npm:check:exports:*\"",
133
+ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
134
+ "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
135
+ "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
136
+ "check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
137
+ "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
131
138
  "check:format": "npm run check:prettier",
132
139
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
133
- "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
134
140
  "ci:build:docs": "api-extractor run",
135
141
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
136
142
  "eslint": "eslint --format stylish src",
package/tsdoc.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3
+ "extends": ["../../../common/build/build-common/tsdoc-base.json"]
4
+ }