@fluidframework/debugger 2.0.0-rc.5.0.0 → 2.1.0-274160

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,4 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-base.esm.legacy.json"
4
+ }
@@ -4,16 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { Deferred } from '@fluidframework/core-utils/internal';
8
- import { IDocumentService } from '@fluidframework/driver-definitions/internal';
9
- import { IDocumentServiceFactory } from '@fluidframework/driver-definitions/internal';
10
- import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
11
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
12
- import { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
13
- import { IVersion } from '@fluidframework/driver-definitions/internal';
14
- import { ReadDocumentStorageServiceBase } from '@fluidframework/replay-driver/internal';
15
- import { ReplayController } from '@fluidframework/replay-driver/internal';
16
-
17
7
  // @alpha (undocumented)
18
8
  export namespace FluidDebugger {
19
9
  // (undocumented)
@@ -4,16 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { Deferred } from '@fluidframework/core-utils/internal';
8
- import { IDocumentService } from '@fluidframework/driver-definitions/internal';
9
- import { IDocumentServiceFactory } from '@fluidframework/driver-definitions/internal';
10
- import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
11
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
12
- import { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
13
- import { IVersion } from '@fluidframework/driver-definitions/internal';
14
- import { ReadDocumentStorageServiceBase } from '@fluidframework/replay-driver/internal';
15
- import { ReplayController } from '@fluidframework/replay-driver/internal';
16
-
17
7
  // (No @packageDocumentation comment for this package)
18
8
 
19
9
  ```
@@ -4,16 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { Deferred } from '@fluidframework/core-utils/internal';
8
- import { IDocumentService } from '@fluidframework/driver-definitions/internal';
9
- import { IDocumentServiceFactory } from '@fluidframework/driver-definitions/internal';
10
- import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
11
- import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
12
- import { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
13
- import { IVersion } from '@fluidframework/driver-definitions/internal';
14
- import { ReadDocumentStorageServiceBase } from '@fluidframework/replay-driver/internal';
15
- import { ReplayController } from '@fluidframework/replay-driver/internal';
16
-
17
7
  // (No @packageDocumentation comment for this package)
18
8
 
19
9
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/debugger",
3
- "version": "2.0.0-rc.5.0.0",
3
+ "version": "2.1.0-274160",
4
4
  "description": "Fluid Debugger - a tool to play through history of a file",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,10 +47,10 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/core-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
51
- "@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
52
- "@fluidframework/driver-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
53
- "@fluidframework/replay-driver": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
50
+ "@fluidframework/core-utils": "2.1.0-274160",
51
+ "@fluidframework/driver-definitions": "2.1.0-274160",
52
+ "@fluidframework/driver-utils": "2.1.0-274160",
53
+ "@fluidframework/replay-driver": "2.1.0-274160",
54
54
  "jsonschema": "^1.2.6"
55
55
  },
56
56
  "devDependencies": {
@@ -59,7 +59,7 @@
59
59
  "@fluid-tools/build-cli": "^0.39.0",
60
60
  "@fluidframework/build-common": "^2.0.3",
61
61
  "@fluidframework/build-tools": "^0.39.0",
62
- "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.0.0-rc.4.0.0",
62
+ "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.0.0-rc.5.0.0",
63
63
  "@fluidframework/eslint-config-fluid": "^5.3.0",
64
64
  "@microsoft/api-extractor": "^7.45.1",
65
65
  "@types/node": "^18.19.0",
@@ -86,7 +86,9 @@
86
86
  "api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
87
87
  "build": "fluid-build . --task build",
88
88
  "build:compile": "fluid-build . --task compile",
89
- "build:docs": "api-extractor run --local",
89
+ "build:docs": "concurrently \"npm:build:docs:*\"",
90
+ "build:docs:current": "api-extractor run --local",
91
+ "build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
90
92
  "build:esnext": "tsc --project ./tsconfig.json",
91
93
  "check:are-the-types-wrong": "attw --pack .",
92
94
  "check:biome": "biome check . --formatter-enabled=true",
@@ -98,7 +100,9 @@
98
100
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
99
101
  "check:format": "npm run check:biome",
100
102
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
101
- "ci:build:docs": "api-extractor run",
103
+ "ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
104
+ "ci:build:docs:current": "api-extractor run",
105
+ "ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
102
106
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
103
107
  "eslint": "eslint --format stylish src",
104
108
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
@@ -108,7 +112,7 @@
108
112
  "lint": "fluid-build . --task lint",
109
113
  "lint:fix": "fluid-build . --task eslint:fix --task format",
110
114
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
111
- "typetests:gen": "flub generate typetests --dir . -v --publicFallback",
115
+ "typetests:gen": "flub generate typetests --dir . -v",
112
116
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
113
117
  }
114
118
  }