@fluidframework/datastore-definitions 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.
- package/api-extractor/api-extractor-lint-bundle.json +5 -0
- package/api-extractor/api-extractor-lint-legacy.cjs.json +5 -0
- package/api-extractor/api-extractor-lint-legacy.esm.json +5 -0
- package/api-extractor/api-extractor-lint-public.cjs.json +5 -0
- package/api-extractor/api-extractor-lint-public.esm.json +5 -0
- package/package.json +13 -7
- package/tsdoc.json +4 -0
|
@@ -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/datastore-definitions",
|
|
3
|
-
"version": "2.0.0-dev-rc.5.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.5.0.0.272251",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"main": "",
|
|
42
42
|
"types": "lib/public.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.
|
|
45
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.
|
|
46
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.
|
|
47
|
-
"@fluidframework/id-compressor": "2.0.0-dev-rc.5.0.0.
|
|
48
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.
|
|
44
|
+
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.272251",
|
|
45
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272251",
|
|
46
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.272251",
|
|
47
|
+
"@fluidframework/id-compressor": "2.0.0-dev-rc.5.0.0.272251",
|
|
48
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.272251"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-rc.4.0.0",
|
|
57
57
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
58
58
|
"@microsoft/api-extractor": "^7.45.1",
|
|
59
|
+
"concurrently": "^8.2.1",
|
|
59
60
|
"copyfiles": "^2.4.1",
|
|
60
61
|
"eslint": "~8.55.0",
|
|
61
62
|
"prettier": "~3.0.3",
|
|
@@ -78,9 +79,14 @@
|
|
|
78
79
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
79
80
|
"check:are-the-types-wrong": "attw --pack .",
|
|
80
81
|
"check:biome": "biome check . --formatter-enabled=true",
|
|
82
|
+
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
83
|
+
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
84
|
+
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
|
|
85
|
+
"check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
|
|
86
|
+
"check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
|
|
87
|
+
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
81
88
|
"check:format": "npm run check:prettier",
|
|
82
89
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
83
|
-
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
84
90
|
"ci:build:docs": "api-extractor run",
|
|
85
91
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
86
92
|
"eslint": "eslint --format stylish src",
|
package/tsdoc.json
ADDED