@fluidframework/core-interfaces
Advanced tools
Comparing version 2.0.0-internal.7.2.2 to 2.0.0-internal.7.3.0
@@ -11,3 +11,6 @@ { | ||
} | ||
}, | ||
"dtsRollup": { | ||
"enabled": true | ||
} | ||
} |
# @fluidframework/core-interfaces | ||
## 2.0.0-internal.7.3.0 | ||
Dependency updates only. | ||
## 2.0.0-internal.7.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.38.0" | ||
"packageVersion": "7.38.3" | ||
} | ||
] | ||
} |
{ | ||
"name": "@fluidframework/core-interfaces", | ||
"version": "2.0.0-internal.7.2.2", | ||
"version": "2.0.0-internal.7.3.0", | ||
"description": "Fluid object interfaces", | ||
@@ -18,9 +18,10 @@ "homepage": "https://fluidframework.com", | ||
"devDependencies": { | ||
"@fluid-tools/build-cli": "^0.26.1", | ||
"@fluid-tools/build-cli": "^0.28.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.26.1", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.7.2.1", | ||
"@fluidframework/eslint-config-fluid": "^3.0.0", | ||
"@microsoft/api-extractor": "^7.37.0", | ||
"@fluidframework/build-tools": "^0.28.0", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.7.2.0", | ||
"@fluidframework/eslint-config-fluid": "^3.1.0", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@types/node": "^16.18.38", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "~8.50.0", | ||
@@ -31,2 +32,14 @@ "prettier": "~3.0.3", | ||
}, | ||
"fluidBuild": { | ||
"tasks": { | ||
"build:docs": { | ||
"dependsOn": [ | ||
"...", | ||
"api-extractor:commonjs", | ||
"api-extractor:esnext" | ||
], | ||
"script": false | ||
} | ||
} | ||
}, | ||
"typeValidation": { | ||
@@ -36,6 +49,8 @@ "broken": {} | ||
"scripts": { | ||
"api": "fluid-build . --task api", | ||
"api-extractor:commonjs": "api-extractor run --local", | ||
"api-extractor:esnext": "copyfiles -u 1 \"dist/**/*-@(alpha|beta|public|untrimmed).d.ts\" lib", | ||
"build": "fluid-build . --task build", | ||
"build:commonjs": "fluid-build . --task commonjs", | ||
"build:compile": "fluid-build . --task compile", | ||
"build:docs": "api-extractor run --local", | ||
"build:esnext": "tsc --project ./tsconfig.esnext.json", | ||
@@ -47,3 +62,3 @@ "build:test": "tsc --project ./src/test/tsconfig.json", | ||
"ci:test:coverage": "echo No test for this package", | ||
"clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp", | ||
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp", | ||
"eslint": "eslint --format stylish src", | ||
@@ -50,0 +65,0 @@ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", |
{ | ||
"extends": "./tsconfig.json", | ||
"extends": ["./tsconfig.json", "../../../common/build/build-common/tsconfig.esm.json"], | ||
"compilerOptions": { | ||
"outDir": "./lib", | ||
"module": "esnext", | ||
}, | ||
} |
{ | ||
"extends": "@fluidframework/build-common/ts-common-config.json", | ||
"extends": [ | ||
"../../../common/build/build-common/tsconfig.base.json", | ||
"../../../common/build/build-common/tsconfig.cjs.json", | ||
], | ||
"include": ["src/**/*"], | ||
"exclude": ["src/test/**/*"], | ||
@@ -7,5 +11,3 @@ "compilerOptions": { | ||
"outDir": "./dist", | ||
"composite": true, | ||
}, | ||
"include": ["src/**/*"], | ||
} |
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
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
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
662289
110
10168
12
1