@fluidframework/odsp-client 2.0.3 → 2.0.5
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-index.esm.json → api-extractor-lint-public.cjs.json}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
3
|
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
|
|
4
|
-
"mainEntryPointFilePath": "<projectFolder>/
|
|
4
|
+
"mainEntryPointFilePath": "<projectFolder>/dist/public.d.ts"
|
|
5
5
|
}
|
package/api-extractor/{api-extractor-lint-index.cjs.json → api-extractor-lint-public.esm.json}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
3
|
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
|
|
4
|
-
"mainEntryPointFilePath": "<projectFolder>/
|
|
4
|
+
"mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
|
|
5
5
|
}
|
package/dist/public.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
export {}
|
|
12
|
+
|
package/lib/public.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
export {}
|
|
12
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-client",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "A tool to enable creation and loading of Fluid containers using the ODSP service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
17
|
"import": {
|
|
18
|
-
"types": "./lib/
|
|
18
|
+
"types": "./lib/public.d.ts",
|
|
19
19
|
"default": "./lib/index.js"
|
|
20
20
|
},
|
|
21
21
|
"require": {
|
|
22
|
-
"types": "./dist/
|
|
22
|
+
"types": "./dist/public.d.ts",
|
|
23
23
|
"default": "./dist/index.js"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"main": "lib/index.js",
|
|
48
|
-
"types": "lib/
|
|
48
|
+
"types": "lib/public.d.ts",
|
|
49
49
|
"c8": {
|
|
50
50
|
"all": true,
|
|
51
51
|
"cache-dir": "nyc/.cache",
|
|
@@ -67,28 +67,28 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluidframework/container-definitions": "~2.0.
|
|
71
|
-
"@fluidframework/container-loader": "~2.0.
|
|
72
|
-
"@fluidframework/core-interfaces": "~2.0.
|
|
73
|
-
"@fluidframework/core-utils": "~2.0.
|
|
74
|
-
"@fluidframework/driver-definitions": "~2.0.
|
|
75
|
-
"@fluidframework/fluid-static": "~2.0.
|
|
76
|
-
"@fluidframework/map": "~2.0.
|
|
77
|
-
"@fluidframework/odsp-doclib-utils": "~2.0.
|
|
78
|
-
"@fluidframework/odsp-driver": "~2.0.
|
|
79
|
-
"@fluidframework/odsp-driver-definitions": "~2.0.
|
|
80
|
-
"@fluidframework/telemetry-utils": "~2.0.
|
|
70
|
+
"@fluidframework/container-definitions": "~2.0.5",
|
|
71
|
+
"@fluidframework/container-loader": "~2.0.5",
|
|
72
|
+
"@fluidframework/core-interfaces": "~2.0.5",
|
|
73
|
+
"@fluidframework/core-utils": "~2.0.5",
|
|
74
|
+
"@fluidframework/driver-definitions": "~2.0.5",
|
|
75
|
+
"@fluidframework/fluid-static": "~2.0.5",
|
|
76
|
+
"@fluidframework/map": "~2.0.5",
|
|
77
|
+
"@fluidframework/odsp-doclib-utils": "~2.0.5",
|
|
78
|
+
"@fluidframework/odsp-driver": "~2.0.5",
|
|
79
|
+
"@fluidframework/odsp-driver-definitions": "~2.0.5",
|
|
80
|
+
"@fluidframework/telemetry-utils": "~2.0.5",
|
|
81
81
|
"uuid": "^9.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
85
85
|
"@biomejs/biome": "^1.7.3",
|
|
86
|
-
"@fluid-internal/mocha-test-setup": "~2.0.
|
|
86
|
+
"@fluid-internal/mocha-test-setup": "~2.0.5",
|
|
87
87
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
88
88
|
"@fluidframework/build-common": "^2.0.3",
|
|
89
89
|
"@fluidframework/build-tools": "^0.39.0",
|
|
90
90
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
91
|
-
"@fluidframework/test-utils": "~2.0.
|
|
91
|
+
"@fluidframework/test-utils": "~2.0.5",
|
|
92
92
|
"@microsoft/api-extractor": "^7.45.1",
|
|
93
93
|
"@types/mocha": "^9.1.1",
|
|
94
94
|
"@types/node": "^18.19.0",
|
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
125
125
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
126
126
|
"check:exports:cjs:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.cjs.json",
|
|
127
|
-
"check:exports:cjs:
|
|
127
|
+
"check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
|
|
128
128
|
"check:exports:esm:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.esm.json",
|
|
129
|
-
"check:exports:esm:
|
|
129
|
+
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
130
130
|
"check:format": "npm run check:biome",
|
|
131
131
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
132
132
|
"ci:build:docs": "api-extractor run",
|