@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-dev.7.3.0.210328 to 2.0.0-dev.7.3.0.211848
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"extends": "@fluidframework/build-common/api-extractor-base.json" | ||
"extends": "@fluidframework/build-common/api-extractor-base.json", | ||
"dtsRollup": { | ||
"enabled": true | ||
} | ||
} |
@@ -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-utils", | ||
"version": "2.0.0-dev.7.3.0.210328", | ||
"version": "2.0.0-dev.7.3.0.211848", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -39,8 +39,8 @@ "homepage": "https://fluidframework.com", | ||
"@fluid-tools/benchmark": "^0.47.0", | ||
"@fluid-tools/build-cli": "^0.27.0", | ||
"@fluid-tools/build-cli": "0.28.0-210888", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.27.0", | ||
"@fluidframework/build-tools": "0.28.0-210888", | ||
"@fluidframework/eslint-config-fluid": "^3.1.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.210328", | ||
"@microsoft/api-extractor": "^7.37.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.211848", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@types/mocha": "^9.1.1", | ||
@@ -50,2 +50,3 @@ "@types/node": "^16.18.38", | ||
"c8": "^7.7.1", | ||
"copyfiles": "^2.4.1", | ||
"cross-env": "^7.0.3", | ||
@@ -63,2 +64,14 @@ "eslint": "~8.50.0", | ||
}, | ||
"fluidBuild": { | ||
"tasks": { | ||
"build:docs": { | ||
"dependsOn": [ | ||
"...", | ||
"api-extractor:commonjs", | ||
"api-extractor:esnext" | ||
], | ||
"script": false | ||
} | ||
} | ||
}, | ||
"typeValidation": { | ||
@@ -69,2 +82,5 @@ "disabled": true, | ||
"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", | ||
"bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js", | ||
@@ -75,7 +91,7 @@ "bench:profile": "mocha --v8-prof --v8-logfile=profile.log --v8-no-logfile-per-isolate --timeout 999999 --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js && node --prof-process profile.log > profile.txt && rimraf profile.log && echo See results in profile.txt", | ||
"build:compile": "fluid-build . --task compile", | ||
"build:docs": "api-extractor run --local", | ||
"build:docs": "fluid-build . --task api", | ||
"build:esnext": "tsc --project ./tsconfig.esnext.json", | ||
"build:test": "tsc --project ./src/test/tsconfig.json", | ||
"ci:build:docs": "api-extractor run", | ||
"clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp nyc", | ||
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc", | ||
"eslint": "eslint --format stylish src", | ||
@@ -82,0 +98,0 @@ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", |
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
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
335118
110
6325
23