@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-dev-rc.3.0.0.254513 to 2.0.0-dev-rc.3.0.0.254674
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-dev-rc.3.0.0.254513", | ||
"version": "2.0.0-dev-rc.3.0.0.254674", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -18,7 +18,7 @@ "homepage": "https://fluidframework.com", | ||
"import": { | ||
"types": "./lib/core-utils-public.d.ts", | ||
"types": "./lib/public.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/core-utils-public.d.ts", | ||
"types": "./dist/public.d.ts", | ||
"default": "./dist/index.js" | ||
@@ -29,7 +29,7 @@ } | ||
"import": { | ||
"types": "./lib/core-utils-alpha.d.ts", | ||
"types": "./lib/alpha.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/core-utils-alpha.d.ts", | ||
"types": "./dist/alpha.d.ts", | ||
"default": "./dist/index.js" | ||
@@ -50,3 +50,3 @@ } | ||
"main": "dist/index.js", | ||
"types": "./dist/core-utils-public.d.ts", | ||
"types": "./dist/public.d.ts", | ||
"c8": { | ||
@@ -75,3 +75,3 @@ "all": true, | ||
"@biomejs/biome": "^1.6.2", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254513", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254674", | ||
"@fluid-tools/benchmark": "^0.47.0", | ||
@@ -100,14 +100,2 @@ "@fluid-tools/build-cli": "^0.35.0", | ||
}, | ||
"fluidBuild": { | ||
"tasks": { | ||
"build:docs": { | ||
"dependsOn": [ | ||
"...", | ||
"api-extractor:commonjs", | ||
"api-extractor:esnext" | ||
], | ||
"script": false | ||
} | ||
} | ||
}, | ||
"typeValidation": { | ||
@@ -119,4 +107,4 @@ "disabled": true, | ||
"api": "fluid-build . --task api", | ||
"api-extractor:commonjs": "api-extractor run --config ./api-extractor-cjs.json", | ||
"api-extractor:esnext": "api-extractor run --local", | ||
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist", | ||
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib", | ||
"bench": "mocha --recursive \"lib/test/**/*.spec.*js\" --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js", | ||
@@ -127,3 +115,3 @@ "bench:profile": "mocha --recursive \"lib/test/**/*.spec.*js\" --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": "fluid-build . --task api", | ||
"build:docs": "api-extractor run --local", | ||
"build:esnext": "tsc --project ./tsconfig.json", | ||
@@ -130,0 +118,0 @@ "build:test": "npm run build:test:esm && npm run build:test:cjs", |
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
129
238903
119
3420