@fluidframework/fluid-static 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/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/fluid-static",
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 tool to enable consumption of Fluid Data Objects without requiring custom container code.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -57,36 +57,37 @@
57
57
  "temp-directory": "nyc/.nyc_output"
58
58
  },
59
59
  "dependencies": {
60
- "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271717",
61
- "@fluidframework/aqueduct": "2.0.0-dev-rc.5.0.0.271717",
62
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.271717",
63
- "@fluidframework/container-loader": "2.0.0-dev-rc.5.0.0.271717",
64
- "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.271717",
65
- "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
66
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717",
67
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.271717",
68
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.271717",
69
- "@fluidframework/request-handler": "2.0.0-dev-rc.5.0.0.271717",
70
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
71
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717",
72
- "@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.271717",
73
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.271717"
60
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.272251",
61
+ "@fluidframework/aqueduct": "2.0.0-dev-rc.5.0.0.272251",
62
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.272251",
63
+ "@fluidframework/container-loader": "2.0.0-dev-rc.5.0.0.272251",
64
+ "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.272251",
65
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
66
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272251",
67
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.272251",
68
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.272251",
69
+ "@fluidframework/request-handler": "2.0.0-dev-rc.5.0.0.272251",
70
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
71
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272251",
72
+ "@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.272251",
73
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.272251"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "^0.15.2",
77
77
  "@biomejs/biome": "^1.7.3",
78
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271717",
78
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272251",
79
79
  "@fluid-tools/build-cli": "^0.39.0",
80
80
  "@fluidframework/build-common": "^2.0.3",
81
81
  "@fluidframework/build-tools": "^0.39.0",
82
82
  "@fluidframework/eslint-config-fluid": "^5.3.0",
83
83
  "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-rc.4.0.0",
84
- "@fluidframework/map": "2.0.0-dev-rc.5.0.0.271717",
85
- "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.271717",
84
+ "@fluidframework/map": "2.0.0-dev-rc.5.0.0.272251",
85
+ "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.272251",
86
86
  "@microsoft/api-extractor": "^7.45.1",
87
87
  "@types/mocha": "^9.1.1",
88
88
  "@types/node": "^18.19.0",
89
89
  "c8": "^8.0.1",
90
+ "concurrently": "^8.2.1",
90
91
  "copyfiles": "^2.4.1",
91
92
  "cross-env": "^7.0.3",
92
93
  "eslint": "~8.55.0",
@@ -137,9 +138,12 @@
137
138
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
138
139
  "check:are-the-types-wrong": "attw --pack .",
139
140
  "check:biome": "biome check . --formatter-enabled=true",
141
+ "check:exports": "concurrently \"npm:check:exports:*\"",
142
+ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
143
+ "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
144
+ "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
140
145
  "check:format": "npm run check:prettier",
141
146
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
142
- "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
143
147
  "ci:build:docs": "api-extractor run",
144
148
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
145
149
  "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
+ }