@fluid-experimental/attributor 2.0.0-dev-rc.5.0.0.271717 → 2.0.0-dev-rc.5.0.0.272251

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,5 @@
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-lint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts"
5
+ }
@@ -0,0 +1,5 @@
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-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts"
5
+ }
@@ -0,0 +1,5 @@
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-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/attributor",
3
- "version": "2.0.0-dev-rc.5.0.0.271717",
3
+ "version": "2.0.0-dev-rc.5.0.0.272251",
4
4
  "description": "Operation attributor",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,35 +47,36 @@
47
47
  "temp-directory": "nyc/.nyc_output"
48
48
  },
49
49
  "dependencies": {
50
- "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271717",
51
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.271717",
52
- "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.271717",
53
- "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
54
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717",
55
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717",
56
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.271717",
57
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.271717",
58
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
59
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717",
60
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.271717",
50
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.272251",
51
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.272251",
52
+ "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.272251",
53
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
54
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272251",
55
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.272251",
56
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.272251",
57
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.272251",
58
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
59
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272251",
60
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.272251",
61
61
  "lz4js": "^0.2.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@arethetypeswrong/cli": "^0.15.2",
65
65
  "@biomejs/biome": "^1.7.3",
66
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271717",
67
- "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.271717",
66
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272251",
67
+ "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.272251",
68
68
  "@fluid-tools/build-cli": "^0.39.0",
69
69
  "@fluidframework/build-common": "^2.0.3",
70
70
  "@fluidframework/build-tools": "^0.39.0",
71
71
  "@fluidframework/eslint-config-fluid": "^5.3.0",
72
- "@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.271717",
73
- "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.271717",
74
- "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.271717",
72
+ "@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.272251",
73
+ "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.272251",
74
+ "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.272251",
75
75
  "@microsoft/api-extractor": "^7.45.1",
76
76
  "@types/mocha": "^9.1.1",
77
77
  "@types/node": "^18.19.0",
78
78
  "c8": "^8.0.1",
79
+ "concurrently": "^8.2.1",
79
80
  "copyfiles": "^2.4.1",
80
81
  "cross-env": "^7.0.3",
81
82
  "eslint": "~8.55.0",
@@ -102,9 +103,12 @@
102
103
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
103
104
  "check:are-the-types-wrong": "attw --pack .",
104
105
  "check:biome": "biome check . --formatter-enabled=true",
106
+ "check:exports": "concurrently \"npm:check:exports:*\"",
107
+ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
108
+ "check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
109
+ "check:exports:esm:index": "api-extractor run --config api-extractor/api-extractor-lint-index.esm.json",
105
110
  "check:format": "npm run check:prettier",
106
111
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
107
- "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
108
112
  "ci:build:docs": "api-extractor run",
109
113
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
110
114
  "eslint": "eslint --format stylish src",
package/tsdoc.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3
+ "extends": ["../../../common/build/build-common/tsdoc-base.json"]
4
+ }