@fluidframework/core-interfaces 2.90.0-378676 → 2.91.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.
- package/CHANGELOG.md +8 -0
- package/api-extractor/api-extractor-lint-internal-exposedUtilityTypes.esm.json +14 -0
- package/api-report/core-interfaces.legacy.alpha.api.md +7 -0
- package/api-report/core-interfaces.legacy.beta.api.md +7 -0
- package/dist/api-extractor/exposedUtilityTypes.d.ts +7 -0
- package/dist/api-extractor/exposedUtilityTypes.d.ts.map +1 -0
- package/dist/api-extractor/exposedUtilityTypes.js +7 -0
- package/dist/api-extractor/exposedUtilityTypes.js.map +1 -0
- package/dist/brandedType.d.ts +1 -1
- package/dist/brandedType.js.map +1 -1
- package/dist/deepReadonly.d.ts +1 -0
- package/dist/deepReadonly.d.ts.map +1 -1
- package/dist/deepReadonly.js.map +1 -1
- package/dist/exposedInternalUtilityTypes.d.ts +5 -5
- package/dist/exposedInternalUtilityTypes.d.ts.map +1 -1
- package/dist/exposedInternalUtilityTypes.js.map +1 -1
- package/dist/exposedUtilityTypes.d.ts +3 -3
- package/dist/exposedUtilityTypes.d.ts.map +1 -1
- package/dist/exposedUtilityTypes.js.map +1 -1
- package/dist/handles.js.map +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.d.ts.map +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/jsonString.d.ts.map +1 -1
- package/dist/jsonString.js.map +1 -1
- package/dist/legacy.alpha.d.ts +1 -0
- package/dist/legacy.d.ts +1 -0
- package/dist/shallowReadonly.d.ts +1 -0
- package/dist/shallowReadonly.d.ts.map +1 -1
- package/dist/shallowReadonly.js.map +1 -1
- package/lib/api-extractor/exposedUtilityTypes.d.ts +7 -0
- package/lib/api-extractor/exposedUtilityTypes.d.ts.map +1 -0
- package/lib/api-extractor/exposedUtilityTypes.js +6 -0
- package/lib/api-extractor/exposedUtilityTypes.js.map +1 -0
- package/lib/brandedType.d.ts +1 -1
- package/lib/brandedType.js.map +1 -1
- package/lib/deepReadonly.d.ts +1 -0
- package/lib/deepReadonly.d.ts.map +1 -1
- package/lib/deepReadonly.js.map +1 -1
- package/lib/exposedInternalUtilityTypes.d.ts +5 -5
- package/lib/exposedInternalUtilityTypes.d.ts.map +1 -1
- package/lib/exposedInternalUtilityTypes.js.map +1 -1
- package/lib/exposedUtilityTypes.d.ts +3 -3
- package/lib/exposedUtilityTypes.d.ts.map +1 -1
- package/lib/exposedUtilityTypes.js.map +1 -1
- package/lib/handles.js.map +1 -1
- package/lib/internal.d.ts +1 -1
- package/lib/internal.d.ts.map +1 -1
- package/lib/internal.js.map +1 -1
- package/lib/jsonString.d.ts.map +1 -1
- package/lib/jsonString.js.map +1 -1
- package/lib/legacy.alpha.d.ts +1 -0
- package/lib/legacy.d.ts +1 -0
- package/lib/shallowReadonly.d.ts +1 -0
- package/lib/shallowReadonly.d.ts.map +1 -1
- package/lib/shallowReadonly.js.map +1 -1
- package/package.json +7 -7
- package/src/api-extractor/exposedUtilityTypes.ts +18 -0
- package/src/brandedType.ts +1 -1
- package/src/deepReadonly.ts +1 -0
- package/src/exposedInternalUtilityTypes.ts +541 -518
- package/src/exposedUtilityTypes.ts +14 -4
- package/src/handles.ts +1 -1
- package/src/internal.ts +1 -1
- package/src/jsonString.ts +0 -1
- package/src/shallowReadonly.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/core-interfaces",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.91.0",
|
|
4
4
|
"description": "Fluid object interfaces",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
85
|
-
"@biomejs/biome": "~
|
|
85
|
+
"@biomejs/biome": "~2.4.5",
|
|
86
86
|
"@fluid-tools/build-cli": "^0.63.0",
|
|
87
87
|
"@fluidframework/build-common": "^2.0.3",
|
|
88
88
|
"@fluidframework/build-tools": "^0.63.0",
|
|
89
|
-
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.
|
|
90
|
-
"@fluidframework/eslint-config-fluid": "2.
|
|
89
|
+
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.83.0",
|
|
90
|
+
"@fluidframework/eslint-config-fluid": "~2.91.0",
|
|
91
91
|
"@microsoft/api-extractor": "7.52.11",
|
|
92
92
|
"@types/mocha": "^10.0.10",
|
|
93
93
|
"@types/node": "~20.19.30",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"cross-env": "^10.1.0",
|
|
98
98
|
"eslint": "~9.39.1",
|
|
99
99
|
"jiti": "^2.6.1",
|
|
100
|
-
"mocha": "^
|
|
100
|
+
"mocha": "^11.7.5",
|
|
101
101
|
"mocha-multi-reporters": "^1.5.1",
|
|
102
|
-
"rimraf": "^6.1.
|
|
102
|
+
"rimraf": "^6.1.3",
|
|
103
103
|
"typescript": "~5.4.5"
|
|
104
104
|
},
|
|
105
105
|
"fluidBuild": {
|
|
@@ -136,11 +136,11 @@
|
|
|
136
136
|
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
|
|
137
137
|
"check:exports:cjs:legacy.alpha": "api-extractor run --config api-extractor/api-extractor-lint-legacy.alpha.cjs.json",
|
|
138
138
|
"check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
|
|
139
|
+
"check:exports:esm:internal/exposedUtilityTypes": "api-extractor run --config api-extractor/api-extractor-lint-internal-exposedUtilityTypes.esm.json",
|
|
139
140
|
"check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
|
|
140
141
|
"check:exports:esm:legacy.alpha": "api-extractor run --config api-extractor/api-extractor-lint-legacy.alpha.esm.json",
|
|
141
142
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
142
143
|
"check:format": "npm run check:biome",
|
|
143
|
-
"ci:build": "npm run build:compile",
|
|
144
144
|
"ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
|
|
145
145
|
"ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
|
|
146
146
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
// This is a workaround for api-extractor to see that "./index.js" exports are
|
|
7
|
+
// covered for the "internal/exposedUtilityTypes" entry point. This file
|
|
8
|
+
// re-exports everything from index.js and the exposedUtilityTypes.js files,
|
|
9
|
+
// which allows api-extractor to verify that all exports from both files are
|
|
10
|
+
// exported somewhere by the package.
|
|
11
|
+
|
|
12
|
+
/* eslint-disable no-restricted-syntax */
|
|
13
|
+
|
|
14
|
+
// The "internal" exports are a superset of the standard ones. So, we want to export everything from the standard barrel file.
|
|
15
|
+
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
|
|
16
|
+
export type * from "../index.js";
|
|
17
|
+
|
|
18
|
+
export type * from "../exposedUtilityTypes.js";
|
package/src/brandedType.ts
CHANGED