@fluidframework/routerlicious-driver 2.1.0-274160 → 2.1.0-276326

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/dist/legacy.d.ts CHANGED
@@ -13,6 +13,6 @@ export {
13
13
  ITokenProvider,
14
14
  ITokenResponse,
15
15
 
16
- // @alpha APIs
16
+ // @legacy APIs
17
17
  IRouterliciousResolvedUrl
18
18
  } from "./index.js";
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/routerlicious-driver";
8
- export declare const pkgVersion = "2.1.0-274160";
8
+ export declare const pkgVersion = "2.1.0-276326";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/routerlicious-driver";
11
- exports.pkgVersion = "2.1.0-274160";
11
+ exports.pkgVersion = "2.1.0-276326";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sCAAsC,CAAC;AACjD,QAAA,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/routerlicious-driver\";\nexport const pkgVersion = \"2.1.0-274160\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sCAAsC,CAAC;AACjD,QAAA,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/routerlicious-driver\";\nexport const pkgVersion = \"2.1.0-276326\";\n"]}
@@ -10,6 +10,7 @@ import type { IResolvedUrl } from "@fluidframework/driver-definitions/internal";
10
10
  * {@link isRouterliciousResolvedUrl} can be used to detect whether an {@link @fluidframework/driver-definitions#IResolvedUrl}
11
11
  * is an IRouterliciousResolvedUrl.
12
12
  *
13
+ * @legacy
13
14
  * @alpha
14
15
  */
15
16
  export interface IRouterliciousResolvedUrl extends IResolvedUrl {
@@ -1 +1 @@
1
- {"version":3,"file":"routerliciousResolvedUrl.d.ts","sourceRoot":"","sources":["../src/routerliciousResolvedUrl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEhF;;;;;;;;GAQG;AACH,MAAM,WAAW,yBAA0B,SAAQ,YAAY;IAC9D;;OAEG;IACH,wBAAwB,EAAE,IAAI,CAAC;IAC/B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,0BAA0B,gBACzB,YAAY,6CAEmD,CAAC"}
1
+ {"version":3,"file":"routerliciousResolvedUrl.d.ts","sourceRoot":"","sources":["../src/routerliciousResolvedUrl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEhF;;;;;;;;;GASG;AACH,MAAM,WAAW,yBAA0B,SAAQ,YAAY;IAC9D;;OAEG;IACH,wBAAwB,EAAE,IAAI,CAAC;IAC/B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,0BAA0B,gBACzB,YAAY,6CAEmD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"routerliciousResolvedUrl.js","sourceRoot":"","sources":["../src/routerliciousResolvedUrl.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AA4BH;;;GAGG;AACI,MAAM,0BAA0B,GAAG,CACzC,WAAyB,EACkB,EAAE,CAC5C,WAAyC,CAAC,wBAAwB,KAAK,IAAI,CAAC;AAHjE,QAAA,0BAA0B,8BAGuC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type { IResolvedUrl } from \"@fluidframework/driver-definitions/internal\";\n\n/**\n * Routerlicious extends the resolved url with additional properties to control Routerlicious-specific behaviors.\n *\n * @privateRemarks\n * {@link isRouterliciousResolvedUrl} can be used to detect whether an {@link @fluidframework/driver-definitions#IResolvedUrl}\n * is an IRouterliciousResolvedUrl.\n *\n * @alpha\n */\nexport interface IRouterliciousResolvedUrl extends IResolvedUrl {\n\t/**\n\t * A flag to facilitate type narrowing from {@link @fluidframework/driver-definitions#IResolvedUrl} to IRouterliciousResolvedUrl.\n\t */\n\trouterliciousResolvedUrl: true;\n\t/**\n\t * Controls whether a newly created container will be ephemeral, which means the service will not retain it\n\t * after the collaboration session ends. Only affects\n\t * {@link @fluidframework/driver-definitions#IDocumentServiceFactory.createContainer} requests.\n\t *\n\t * @defaultValue If left undefined, treated as `false`\n\t */\n\tcreateAsEphemeral?: boolean;\n}\n\n/**\n * Type guard to detect if an IResolvedUrl is an IRouterliciousResolvedUrl.\n * @internal\n */\nexport const isRouterliciousResolvedUrl = (\n\tresolvedUrl: IResolvedUrl,\n): resolvedUrl is IRouterliciousResolvedUrl =>\n\t(resolvedUrl as IRouterliciousResolvedUrl).routerliciousResolvedUrl === true;\n"]}
1
+ {"version":3,"file":"routerliciousResolvedUrl.js","sourceRoot":"","sources":["../src/routerliciousResolvedUrl.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AA6BH;;;GAGG;AACI,MAAM,0BAA0B,GAAG,CACzC,WAAyB,EACkB,EAAE,CAC5C,WAAyC,CAAC,wBAAwB,KAAK,IAAI,CAAC;AAHjE,QAAA,0BAA0B,8BAGuC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type { IResolvedUrl } from \"@fluidframework/driver-definitions/internal\";\n\n/**\n * Routerlicious extends the resolved url with additional properties to control Routerlicious-specific behaviors.\n *\n * @privateRemarks\n * {@link isRouterliciousResolvedUrl} can be used to detect whether an {@link @fluidframework/driver-definitions#IResolvedUrl}\n * is an IRouterliciousResolvedUrl.\n *\n * @legacy\n * @alpha\n */\nexport interface IRouterliciousResolvedUrl extends IResolvedUrl {\n\t/**\n\t * A flag to facilitate type narrowing from {@link @fluidframework/driver-definitions#IResolvedUrl} to IRouterliciousResolvedUrl.\n\t */\n\trouterliciousResolvedUrl: true;\n\t/**\n\t * Controls whether a newly created container will be ephemeral, which means the service will not retain it\n\t * after the collaboration session ends. Only affects\n\t * {@link @fluidframework/driver-definitions#IDocumentServiceFactory.createContainer} requests.\n\t *\n\t * @defaultValue If left undefined, treated as `false`\n\t */\n\tcreateAsEphemeral?: boolean;\n}\n\n/**\n * Type guard to detect if an IResolvedUrl is an IRouterliciousResolvedUrl.\n * @internal\n */\nexport const isRouterliciousResolvedUrl = (\n\tresolvedUrl: IResolvedUrl,\n): resolvedUrl is IRouterliciousResolvedUrl =>\n\t(resolvedUrl as IRouterliciousResolvedUrl).routerliciousResolvedUrl === true;\n"]}
package/lib/legacy.d.ts CHANGED
@@ -13,6 +13,6 @@ export {
13
13
  ITokenProvider,
14
14
  ITokenResponse,
15
15
 
16
- // @alpha APIs
16
+ // @legacy APIs
17
17
  IRouterliciousResolvedUrl
18
18
  } from "./index.js";
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/routerlicious-driver";
8
- export declare const pkgVersion = "2.1.0-274160";
8
+ export declare const pkgVersion = "2.1.0-276326";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/routerlicious-driver";
8
- export const pkgVersion = "2.1.0-274160";
8
+ export const pkgVersion = "2.1.0-276326";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,sCAAsC,CAAC;AAC9D,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/routerlicious-driver\";\nexport const pkgVersion = \"2.1.0-274160\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,sCAAsC,CAAC;AAC9D,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/routerlicious-driver\";\nexport const pkgVersion = \"2.1.0-276326\";\n"]}
@@ -10,6 +10,7 @@ import type { IResolvedUrl } from "@fluidframework/driver-definitions/internal";
10
10
  * {@link isRouterliciousResolvedUrl} can be used to detect whether an {@link @fluidframework/driver-definitions#IResolvedUrl}
11
11
  * is an IRouterliciousResolvedUrl.
12
12
  *
13
+ * @legacy
13
14
  * @alpha
14
15
  */
15
16
  export interface IRouterliciousResolvedUrl extends IResolvedUrl {
@@ -1 +1 @@
1
- {"version":3,"file":"routerliciousResolvedUrl.d.ts","sourceRoot":"","sources":["../src/routerliciousResolvedUrl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEhF;;;;;;;;GAQG;AACH,MAAM,WAAW,yBAA0B,SAAQ,YAAY;IAC9D;;OAEG;IACH,wBAAwB,EAAE,IAAI,CAAC;IAC/B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,0BAA0B,gBACzB,YAAY,6CAEmD,CAAC"}
1
+ {"version":3,"file":"routerliciousResolvedUrl.d.ts","sourceRoot":"","sources":["../src/routerliciousResolvedUrl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEhF;;;;;;;;;GASG;AACH,MAAM,WAAW,yBAA0B,SAAQ,YAAY;IAC9D;;OAEG;IACH,wBAAwB,EAAE,IAAI,CAAC;IAC/B;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,0BAA0B,gBACzB,YAAY,6CAEmD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"routerliciousResolvedUrl.js","sourceRoot":"","sources":["../src/routerliciousResolvedUrl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AA4BH;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CACzC,WAAyB,EACkB,EAAE,CAC5C,WAAyC,CAAC,wBAAwB,KAAK,IAAI,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type { IResolvedUrl } from \"@fluidframework/driver-definitions/internal\";\n\n/**\n * Routerlicious extends the resolved url with additional properties to control Routerlicious-specific behaviors.\n *\n * @privateRemarks\n * {@link isRouterliciousResolvedUrl} can be used to detect whether an {@link @fluidframework/driver-definitions#IResolvedUrl}\n * is an IRouterliciousResolvedUrl.\n *\n * @alpha\n */\nexport interface IRouterliciousResolvedUrl extends IResolvedUrl {\n\t/**\n\t * A flag to facilitate type narrowing from {@link @fluidframework/driver-definitions#IResolvedUrl} to IRouterliciousResolvedUrl.\n\t */\n\trouterliciousResolvedUrl: true;\n\t/**\n\t * Controls whether a newly created container will be ephemeral, which means the service will not retain it\n\t * after the collaboration session ends. Only affects\n\t * {@link @fluidframework/driver-definitions#IDocumentServiceFactory.createContainer} requests.\n\t *\n\t * @defaultValue If left undefined, treated as `false`\n\t */\n\tcreateAsEphemeral?: boolean;\n}\n\n/**\n * Type guard to detect if an IResolvedUrl is an IRouterliciousResolvedUrl.\n * @internal\n */\nexport const isRouterliciousResolvedUrl = (\n\tresolvedUrl: IResolvedUrl,\n): resolvedUrl is IRouterliciousResolvedUrl =>\n\t(resolvedUrl as IRouterliciousResolvedUrl).routerliciousResolvedUrl === true;\n"]}
1
+ {"version":3,"file":"routerliciousResolvedUrl.js","sourceRoot":"","sources":["../src/routerliciousResolvedUrl.ts"],"names":[],"mappings":"AAAA;;;GAGG;AA6BH;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CACzC,WAAyB,EACkB,EAAE,CAC5C,WAAyC,CAAC,wBAAwB,KAAK,IAAI,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n\nimport type { IResolvedUrl } from \"@fluidframework/driver-definitions/internal\";\n\n/**\n * Routerlicious extends the resolved url with additional properties to control Routerlicious-specific behaviors.\n *\n * @privateRemarks\n * {@link isRouterliciousResolvedUrl} can be used to detect whether an {@link @fluidframework/driver-definitions#IResolvedUrl}\n * is an IRouterliciousResolvedUrl.\n *\n * @legacy\n * @alpha\n */\nexport interface IRouterliciousResolvedUrl extends IResolvedUrl {\n\t/**\n\t * A flag to facilitate type narrowing from {@link @fluidframework/driver-definitions#IResolvedUrl} to IRouterliciousResolvedUrl.\n\t */\n\trouterliciousResolvedUrl: true;\n\t/**\n\t * Controls whether a newly created container will be ephemeral, which means the service will not retain it\n\t * after the collaboration session ends. Only affects\n\t * {@link @fluidframework/driver-definitions#IDocumentServiceFactory.createContainer} requests.\n\t *\n\t * @defaultValue If left undefined, treated as `false`\n\t */\n\tcreateAsEphemeral?: boolean;\n}\n\n/**\n * Type guard to detect if an IResolvedUrl is an IRouterliciousResolvedUrl.\n * @internal\n */\nexport const isRouterliciousResolvedUrl = (\n\tresolvedUrl: IResolvedUrl,\n): resolvedUrl is IRouterliciousResolvedUrl =>\n\t(resolvedUrl as IRouterliciousResolvedUrl).routerliciousResolvedUrl === true;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/routerlicious-driver",
3
- "version": "2.1.0-274160",
3
+ "version": "2.1.0-276326",
4
4
  "description": "Socket.IO + Git implementation of Fluid service API",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -77,14 +77,14 @@
77
77
  "temp-directory": "nyc/.nyc_output"
78
78
  },
79
79
  "dependencies": {
80
- "@fluid-internal/client-utils": "2.1.0-274160",
81
- "@fluidframework/core-interfaces": "2.1.0-274160",
82
- "@fluidframework/core-utils": "2.1.0-274160",
83
- "@fluidframework/driver-base": "2.1.0-274160",
84
- "@fluidframework/driver-definitions": "2.1.0-274160",
85
- "@fluidframework/driver-utils": "2.1.0-274160",
80
+ "@fluid-internal/client-utils": "2.1.0-276326",
81
+ "@fluidframework/core-interfaces": "2.1.0-276326",
82
+ "@fluidframework/core-utils": "2.1.0-276326",
83
+ "@fluidframework/driver-base": "2.1.0-276326",
84
+ "@fluidframework/driver-definitions": "2.1.0-276326",
85
+ "@fluidframework/driver-utils": "2.1.0-276326",
86
86
  "@fluidframework/server-services-client": "^5.0.0",
87
- "@fluidframework/telemetry-utils": "2.1.0-274160",
87
+ "@fluidframework/telemetry-utils": "2.1.0-276326",
88
88
  "cross-fetch": "^3.1.5",
89
89
  "json-stringify-safe": "5.0.1",
90
90
  "socket.io-client": "^4.7.3",
@@ -93,7 +93,7 @@
93
93
  "devDependencies": {
94
94
  "@arethetypeswrong/cli": "^0.15.2",
95
95
  "@biomejs/biome": "^1.7.3",
96
- "@fluid-internal/mocha-test-setup": "2.1.0-274160",
96
+ "@fluid-internal/mocha-test-setup": "2.1.0-276326",
97
97
  "@fluid-tools/build-cli": "^0.39.0",
98
98
  "@fluidframework/build-common": "^2.0.3",
99
99
  "@fluidframework/build-tools": "^0.39.0",
@@ -126,8 +126,8 @@
126
126
  },
127
127
  "scripts": {
128
128
  "api": "fluid-build . --task api",
129
- "api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist",
130
- "api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
129
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
130
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
131
131
  "build": "fluid-build . --task build",
132
132
  "build:commonjs": "fluid-build . --task commonjs",
133
133
  "build:compile": "fluid-build . --task compile",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/routerlicious-driver";
9
- export const pkgVersion = "2.1.0-274160";
9
+ export const pkgVersion = "2.1.0-276326";
@@ -12,6 +12,7 @@ import type { IResolvedUrl } from "@fluidframework/driver-definitions/internal";
12
12
  * {@link isRouterliciousResolvedUrl} can be used to detect whether an {@link @fluidframework/driver-definitions#IResolvedUrl}
13
13
  * is an IRouterliciousResolvedUrl.
14
14
  *
15
+ * @legacy
15
16
  * @alpha
16
17
  */
17
18
  export interface IRouterliciousResolvedUrl extends IResolvedUrl {