@fluidframework/sequence 2.0.0-dev.7.3.0.210328 → 2.0.0-dev.7.3.0.212138

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/sequence",
3
- "version": "2.0.0-dev.7.3.0.210328",
3
+ "version": "2.0.0-dev.7.3.0.212138",
4
4
  "description": "Distributed sequence",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,35 +35,36 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.210328",
39
- "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.210328",
40
- "@fluidframework/core-utils": "2.0.0-dev.7.3.0.210328",
41
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.210328",
42
- "@fluidframework/merge-tree": "2.0.0-dev.7.3.0.210328",
38
+ "@fluid-internal/client-utils": "2.0.0-dev.7.3.0.212138",
39
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.212138",
40
+ "@fluidframework/core-utils": "2.0.0-dev.7.3.0.212138",
41
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.212138",
42
+ "@fluidframework/merge-tree": "2.0.0-dev.7.3.0.212138",
43
43
  "@fluidframework/protocol-definitions": "^3.0.0",
44
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.210328",
45
- "@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.210328",
46
- "@fluidframework/shared-object-base": "2.0.0-dev.7.3.0.210328",
47
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.210328",
44
+ "@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.212138",
45
+ "@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.212138",
46
+ "@fluidframework/shared-object-base": "2.0.0-dev.7.3.0.212138",
47
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.212138",
48
48
  "uuid": "^9.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@fluid-private/stochastic-test-utils": "2.0.0-dev.7.3.0.210328",
52
- "@fluid-private/test-dds-utils": "2.0.0-dev.7.3.0.210328",
51
+ "@fluid-private/stochastic-test-utils": "2.0.0-dev.7.3.0.212138",
52
+ "@fluid-private/test-dds-utils": "2.0.0-dev.7.3.0.212138",
53
53
  "@fluid-tools/benchmark": "^0.48.0",
54
- "@fluid-tools/build-cli": "^0.27.0",
54
+ "@fluid-tools/build-cli": "^0.28.0",
55
55
  "@fluidframework/build-common": "^2.0.3",
56
- "@fluidframework/build-tools": "^0.27.0",
56
+ "@fluidframework/build-tools": "^0.28.0",
57
57
  "@fluidframework/eslint-config-fluid": "^3.1.0",
58
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.210328",
58
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.212138",
59
59
  "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.0.0-internal.7.2.0",
60
- "@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.210328",
61
- "@microsoft/api-extractor": "^7.37.0",
60
+ "@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.212138",
61
+ "@microsoft/api-extractor": "^7.38.3",
62
62
  "@types/diff": "^3.5.1",
63
63
  "@types/mocha": "^9.1.1",
64
64
  "@types/node": "^16.18.38",
65
65
  "@types/random-js": "^1.0.31",
66
66
  "c8": "^7.7.1",
67
+ "copyfiles": "^2.4.1",
67
68
  "cross-env": "^7.0.3",
68
69
  "diff": "^3.5.0",
69
70
  "eslint": "~8.50.0",
@@ -78,6 +79,14 @@
78
79
  },
79
80
  "fluidBuild": {
80
81
  "tasks": {
82
+ "build:docs": {
83
+ "dependsOn": [
84
+ "...",
85
+ "api-extractor:commonjs",
86
+ "api-extractor:esnext"
87
+ ],
88
+ "script": false
89
+ },
81
90
  "build:test": [
82
91
  "...",
83
92
  "@fluidframework/merge-tree#build:test"
@@ -88,15 +97,18 @@
88
97
  "broken": {}
89
98
  },
90
99
  "scripts": {
100
+ "api": "fluid-build . --task api",
101
+ "api-extractor:commonjs": "api-extractor run --local",
102
+ "api-extractor:esnext": "copyfiles -u 1 \"dist/**/*-@(alpha|beta|public|untrimmed).d.ts\" lib",
91
103
  "build": "fluid-build . --task build",
92
104
  "build:commonjs": "fluid-build . --task commonjs",
93
105
  "build:compile": "fluid-build . --task compile",
94
- "build:docs": "api-extractor run --local",
106
+ "build:docs": "fluid-build . --task api",
95
107
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
96
108
  "build:genver": "gen-version",
97
109
  "build:test": "tsc --project ./src/test/tsconfig.json",
98
110
  "ci:build:docs": "api-extractor run",
99
- "clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp nyc",
111
+ "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
100
112
  "eslint": "eslint --format stylish src",
101
113
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
102
114
  "format": "npm run prettier:fix",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/sequence";
9
- export const pkgVersion = "2.0.0-dev.7.3.0.210328";
9
+ export const pkgVersion = "2.0.0-dev.7.3.0.212138";