@fluidframework/driver-utils
Advanced tools
Comparing version 2.1.0-274160 to 2.1.0-276326
@@ -16,4 +16,4 @@ /*! | ||
// @alpha APIs | ||
// @legacy APIs | ||
RateLimiter | ||
} from "./index.js"; |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/driver-utils"; | ||
export declare const pkgVersion = "2.1.0-274160"; | ||
export declare const pkgVersion = "2.1.0-276326"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/driver-utils"; | ||
exports.pkgVersion = "2.1.0-274160"; | ||
exports.pkgVersion = "2.1.0-276326"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -6,2 +6,3 @@ /*! | ||
/** | ||
* @legacy | ||
* @alpha | ||
@@ -8,0 +9,0 @@ */ |
@@ -10,2 +10,3 @@ "use strict"; | ||
/** | ||
* @legacy | ||
* @alpha | ||
@@ -12,0 +13,0 @@ */ |
@@ -16,4 +16,4 @@ /*! | ||
// @alpha APIs | ||
// @legacy APIs | ||
RateLimiter | ||
} from "./index.js"; |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/driver-utils"; | ||
export declare const pkgVersion = "2.1.0-274160"; | ||
export declare const pkgVersion = "2.1.0-276326"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/driver-utils"; | ||
export const pkgVersion = "2.1.0-274160"; | ||
export const pkgVersion = "2.1.0-276326"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -6,2 +6,3 @@ /*! | ||
/** | ||
* @legacy | ||
* @alpha | ||
@@ -8,0 +9,0 @@ */ |
@@ -7,2 +7,3 @@ /*! | ||
/** | ||
* @legacy | ||
* @alpha | ||
@@ -9,0 +10,0 @@ */ |
{ | ||
"name": "@fluidframework/driver-utils", | ||
"version": "2.1.0-274160", | ||
"version": "2.1.0-276326", | ||
"description": "Collection of utility functions for Fluid drivers", | ||
@@ -70,7 +70,7 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluid-internal/client-utils": "2.1.0-274160", | ||
"@fluidframework/core-interfaces": "2.1.0-274160", | ||
"@fluidframework/core-utils": "2.1.0-274160", | ||
"@fluidframework/driver-definitions": "2.1.0-274160", | ||
"@fluidframework/telemetry-utils": "2.1.0-274160", | ||
"@fluid-internal/client-utils": "2.1.0-276326", | ||
"@fluidframework/core-interfaces": "2.1.0-276326", | ||
"@fluidframework/core-utils": "2.1.0-276326", | ||
"@fluidframework/driver-definitions": "2.1.0-276326", | ||
"@fluidframework/telemetry-utils": "2.1.0-276326", | ||
"axios": "^1.6.2", | ||
@@ -83,3 +83,3 @@ "lz4js": "^0.2.0", | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": "2.1.0-274160", | ||
"@fluid-internal/mocha-test-setup": "2.1.0-276326", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
@@ -114,4 +114,4 @@ "@fluidframework/build-common": "^2.0.3", | ||
"api": "fluid-build . --task api", | ||
"api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist", | ||
"api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat", | ||
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist", | ||
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat", | ||
"build": "fluid-build . --task build", | ||
@@ -118,0 +118,0 @@ "build:commonjs": "fluid-build . --task commonjs", |
@@ -24,2 +24,11 @@ # @fluidframework/driver-utils | ||
## Importing from this package | ||
This package leverages [package.json exports](https://nodejs.org/api/packages.html#exports) to separate its APIs by support level. | ||
For more information on the related support guarantees, see [API Support Levels](https://fluidframework.com/docs/build/releases-and-apitags/#api-support-levels). | ||
To access the `public` ([SemVer](https://semver.org/)) APIs, import via `@fluidframework/driver-utils` like normal. | ||
To access the `legacy` APIs, import via `@fluidframework/driver-utils/legacy`. | ||
## API Documentation | ||
@@ -26,0 +35,0 @@ |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/driver-utils"; | ||
export const pkgVersion = "2.1.0-274160"; | ||
export const pkgVersion = "2.1.0-276326"; |
@@ -9,2 +9,3 @@ /*! | ||
/** | ||
* @legacy | ||
* @alpha | ||
@@ -11,0 +12,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
760324
9209
76
+ Added@fluid-internal/client-utils@2.1.0-276326(transitive)
+ Added@fluidframework/core-interfaces@2.1.0-276326(transitive)
+ Added@fluidframework/core-utils@2.1.0-276326(transitive)
+ Added@fluidframework/driver-definitions@2.1.0-276326(transitive)
+ Added@fluidframework/telemetry-utils@2.1.0-276326(transitive)
- Removed@fluid-internal/client-utils@2.1.0-274160(transitive)
- Removed@fluidframework/core-interfaces@2.1.0-274160(transitive)
- Removed@fluidframework/core-utils@2.1.0-274160(transitive)
- Removed@fluidframework/driver-definitions@2.1.0-274160(transitive)
- Removed@fluidframework/telemetry-utils@2.1.0-274160(transitive)