@fluidframework/fluid-static 2.0.0-dev-rc.3.0.0.254513 → 2.0.0-dev-rc.3.0.0.254866

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,26 @@
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
+ export {
11
+ // public APIs
12
+ ContainerAttachProps,
13
+ ContainerSchema,
14
+ DataObjectClass,
15
+ IConnection,
16
+ IFluidContainer,
17
+ IFluidContainerEvents,
18
+ IMember,
19
+ IServiceAudience,
20
+ IServiceAudienceEvents,
21
+ InitialObjects,
22
+ LoadableObjectClass,
23
+ LoadableObjectClassRecord,
24
+ MemberChangedListener,
25
+ Myself
26
+ } from "./index.js";
package/dist/beta.d.ts ADDED
@@ -0,0 +1,26 @@
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
+ export {
11
+ // public APIs
12
+ ContainerAttachProps,
13
+ ContainerSchema,
14
+ DataObjectClass,
15
+ IConnection,
16
+ IFluidContainer,
17
+ IFluidContainerEvents,
18
+ IMember,
19
+ IServiceAudience,
20
+ IServiceAudienceEvents,
21
+ InitialObjects,
22
+ LoadableObjectClass,
23
+ LoadableObjectClassRecord,
24
+ MemberChangedListener,
25
+ Myself
26
+ } from "./index.js";
@@ -0,0 +1,26 @@
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
+ export {
11
+ // public APIs
12
+ ContainerAttachProps,
13
+ ContainerSchema,
14
+ DataObjectClass,
15
+ IConnection,
16
+ IFluidContainer,
17
+ IFluidContainerEvents,
18
+ IMember,
19
+ IServiceAudience,
20
+ IServiceAudienceEvents,
21
+ InitialObjects,
22
+ LoadableObjectClass,
23
+ LoadableObjectClassRecord,
24
+ MemberChangedListener,
25
+ Myself
26
+ } from "./index.js";
package/lib/alpha.d.ts ADDED
@@ -0,0 +1,26 @@
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
+ export {
11
+ // public APIs
12
+ ContainerAttachProps,
13
+ ContainerSchema,
14
+ DataObjectClass,
15
+ IConnection,
16
+ IFluidContainer,
17
+ IFluidContainerEvents,
18
+ IMember,
19
+ IServiceAudience,
20
+ IServiceAudienceEvents,
21
+ InitialObjects,
22
+ LoadableObjectClass,
23
+ LoadableObjectClassRecord,
24
+ MemberChangedListener,
25
+ Myself
26
+ } from "./index.js";
package/lib/beta.d.ts ADDED
@@ -0,0 +1,26 @@
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
+ export {
11
+ // public APIs
12
+ ContainerAttachProps,
13
+ ContainerSchema,
14
+ DataObjectClass,
15
+ IConnection,
16
+ IFluidContainer,
17
+ IFluidContainerEvents,
18
+ IMember,
19
+ IServiceAudience,
20
+ IServiceAudienceEvents,
21
+ InitialObjects,
22
+ LoadableObjectClass,
23
+ LoadableObjectClassRecord,
24
+ MemberChangedListener,
25
+ Myself
26
+ } from "./index.js";
@@ -0,0 +1,26 @@
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
+ export {
11
+ // public APIs
12
+ ContainerAttachProps,
13
+ ContainerSchema,
14
+ DataObjectClass,
15
+ IConnection,
16
+ IFluidContainer,
17
+ IFluidContainerEvents,
18
+ IMember,
19
+ IServiceAudience,
20
+ IServiceAudienceEvents,
21
+ InitialObjects,
22
+ LoadableObjectClass,
23
+ LoadableObjectClassRecord,
24
+ MemberChangedListener,
25
+ Myself
26
+ } from "./index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-static",
3
- "version": "2.0.0-dev-rc.3.0.0.254513",
3
+ "version": "2.0.0-dev-rc.3.0.0.254866",
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": {
@@ -15,11 +15,11 @@
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": {
18
- "types": "./lib/fluid-static-public.d.ts",
18
+ "types": "./lib/public.d.ts",
19
19
  "default": "./lib/index.js"
20
20
  },
21
21
  "require": {
22
- "types": "./dist/fluid-static-public.d.ts",
22
+ "types": "./dist/public.d.ts",
23
23
  "default": "./dist/index.js"
24
24
  }
25
25
  },
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "main": "dist/index.js",
38
- "types": "./dist/fluid-static-public.d.ts",
38
+ "types": "./dist/public.d.ts",
39
39
  "c8": {
40
40
  "all": true,
41
41
  "cache-dir": "nyc/.cache",
@@ -57,32 +57,32 @@
57
57
  "temp-directory": "nyc/.nyc_output"
58
58
  },
59
59
  "dependencies": {
60
- "@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254513",
61
- "@fluidframework/aqueduct": "2.0.0-dev-rc.3.0.0.254513",
62
- "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254513",
63
- "@fluidframework/container-loader": "2.0.0-dev-rc.3.0.0.254513",
64
- "@fluidframework/container-runtime": "2.0.0-dev-rc.3.0.0.254513",
65
- "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.3.0.0.254513",
66
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254513",
67
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254513",
60
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254866",
61
+ "@fluidframework/aqueduct": "2.0.0-dev-rc.3.0.0.254866",
62
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254866",
63
+ "@fluidframework/container-loader": "2.0.0-dev-rc.3.0.0.254866",
64
+ "@fluidframework/container-runtime": "2.0.0-dev-rc.3.0.0.254866",
65
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.3.0.0.254866",
66
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254866",
67
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254866",
68
68
  "@fluidframework/protocol-definitions": "^3.2.0",
69
- "@fluidframework/request-handler": "2.0.0-dev-rc.3.0.0.254513",
70
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254513",
71
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.3.0.0.254513",
72
- "@fluidframework/shared-object-base": "2.0.0-dev-rc.3.0.0.254513",
73
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254513"
69
+ "@fluidframework/request-handler": "2.0.0-dev-rc.3.0.0.254866",
70
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254866",
71
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.3.0.0.254866",
72
+ "@fluidframework/shared-object-base": "2.0.0-dev-rc.3.0.0.254866",
73
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254866"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "^0.15.2",
77
77
  "@biomejs/biome": "^1.6.2",
78
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254513",
78
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254866",
79
79
  "@fluid-tools/build-cli": "^0.35.0",
80
80
  "@fluidframework/build-common": "^2.0.3",
81
81
  "@fluidframework/build-tools": "^0.35.0",
82
82
  "@fluidframework/eslint-config-fluid": "^5.1.0",
83
83
  "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.0.0-internal.8.0.0",
84
- "@fluidframework/map": "2.0.0-dev-rc.3.0.0.254513",
85
- "@fluidframework/sequence": "2.0.0-dev-rc.3.0.0.254513",
84
+ "@fluidframework/map": "2.0.0-dev-rc.3.0.0.254866",
85
+ "@fluidframework/sequence": "2.0.0-dev-rc.3.0.0.254866",
86
86
  "@microsoft/api-extractor": "^7.42.3",
87
87
  "@types/mocha": "^9.1.1",
88
88
  "@types/node": "^18.19.0",
@@ -98,18 +98,6 @@
98
98
  "rimraf": "^4.4.0",
99
99
  "typescript": "~5.1.6"
100
100
  },
101
- "fluidBuild": {
102
- "tasks": {
103
- "build:docs": {
104
- "dependsOn": [
105
- "...",
106
- "api-extractor:commonjs",
107
- "api-extractor:esnext"
108
- ],
109
- "script": false
110
- }
111
- }
112
- },
113
101
  "typeValidation": {
114
102
  "broken": {
115
103
  "InterfaceDeclaration_ContainerSchema": {
@@ -127,12 +115,12 @@
127
115
  },
128
116
  "scripts": {
129
117
  "api": "fluid-build . --task api",
130
- "api-extractor:commonjs": "api-extractor run --config ./api-extractor-cjs.json",
131
- "api-extractor:esnext": "api-extractor run --local",
118
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
119
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
132
120
  "build": "fluid-build . --task build",
133
121
  "build:commonjs": "fluid-build . --task commonjs",
134
122
  "build:compile": "fluid-build . --task compile",
135
- "build:docs": "fluid-build . --task api",
123
+ "build:docs": "api-extractor run --local",
136
124
  "build:esnext": "tsc --project ./tsconfig.json",
137
125
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
138
126
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
@@ -1,8 +0,0 @@
1
- {
2
- "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.cjs.primary.json",
4
- // CJS is actually secondary; so, no report.
5
- "apiReport": {
6
- "enabled": false
7
- }
8
- }