@fluidframework/driver-definitions
Advanced tools
Comparing version 2.0.0-rc.5.0.0 to 2.1.0-274160
@@ -7,9 +7,2 @@ ## Alpha API Report File for "@fluidframework/driver-definitions" | ||
import type { IDisposable } from '@fluidframework/core-interfaces'; | ||
import type { IErrorEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEventProvider } from '@fluidframework/core-interfaces'; | ||
import type { IRequest } from '@fluidframework/core-interfaces'; | ||
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces'; | ||
// @public | ||
@@ -16,0 +9,0 @@ export type ConnectionMode = "write" | "read"; |
@@ -7,9 +7,2 @@ ## Beta API Report File for "@fluidframework/driver-definitions" | ||
import type { IDisposable } from '@fluidframework/core-interfaces'; | ||
import type { IErrorEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEventProvider } from '@fluidframework/core-interfaces'; | ||
import type { IRequest } from '@fluidframework/core-interfaces'; | ||
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces'; | ||
// @public | ||
@@ -16,0 +9,0 @@ export type ConnectionMode = "write" | "read"; |
@@ -7,9 +7,2 @@ ## Public API Report File for "@fluidframework/driver-definitions" | ||
import type { IDisposable } from '@fluidframework/core-interfaces'; | ||
import type { IErrorEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEvent } from '@fluidframework/core-interfaces'; | ||
import type { IEventProvider } from '@fluidframework/core-interfaces'; | ||
import type { IRequest } from '@fluidframework/core-interfaces'; | ||
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces'; | ||
// @public | ||
@@ -16,0 +9,0 @@ export type ConnectionMode = "write" | "read"; |
{ | ||
"name": "@fluidframework/driver-definitions", | ||
"version": "2.0.0-rc.5.0.0", | ||
"version": "2.1.0-274160", | ||
"description": "Fluid driver definitions", | ||
@@ -50,3 +50,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0" | ||
"@fluidframework/core-interfaces": "2.1.0-274160" | ||
}, | ||
@@ -59,3 +59,3 @@ "devDependencies": { | ||
"@fluidframework/build-tools": "^0.39.0", | ||
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.0.0-rc.4.0.0", | ||
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.0.0-rc.5.0.0", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
@@ -86,3 +86,5 @@ "@microsoft/api-extractor": "^7.45.1", | ||
"build:compile": "fluid-build . --task compile", | ||
"build:docs": "api-extractor run --local", | ||
"build:docs": "concurrently \"npm:build:docs:*\"", | ||
"build:docs:current": "api-extractor run --local", | ||
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json", | ||
"build:esnext": "tsc --project ./tsconfig.json", | ||
@@ -100,3 +102,5 @@ "check:are-the-types-wrong": "attw --pack .", | ||
"ci:build": "npm run build:compile", | ||
"ci:build:docs": "api-extractor run", | ||
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"", | ||
"ci:build:docs:current": "api-extractor run", | ||
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json", | ||
"ci:test": "echo No test for this package", | ||
@@ -115,5 +119,5 @@ "ci:test:coverage": "echo No test for this package", | ||
"tsc:watch": "npm run place:cjs:package-stub && fluid-tsc commonjs --project ./tsconfig.cjs.json --watch", | ||
"typetests:gen": "flub generate typetests --dir . -v --publicFallback", | ||
"typetests:gen": "flub generate typetests --dir . -v --level public", | ||
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
193
8340
0
536806
+ Added@fluidframework/core-interfaces@2.1.0-274160(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-rc.5.0.8(transitive)