@fluidframework/core-interfaces
Advanced tools
Comparing version 2.0.0-rc.5.0.0 to 2.1.0-274160
{ | ||
"name": "@fluidframework/core-interfaces", | ||
"version": "2.0.0-rc.5.0.0", | ||
"version": "2.1.0-274160", | ||
"description": "Fluid object interfaces", | ||
@@ -55,3 +55,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/build-tools": "^0.39.0", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-rc.4.0.0", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-rc.5.0.0", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
@@ -77,3 +77,5 @@ "@microsoft/api-extractor": "^7.45.1", | ||
"build:compile": "fluid-build . --task compile", | ||
"build:docs": "api-extractor run --local", | ||
"build:docs": "concurrently \"npm:build:docs:*\"", | ||
"build:docs:current": "api-extractor run --local", | ||
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json", | ||
"build:esnext": "tsc --project ./tsconfig.json", | ||
@@ -94,3 +96,5 @@ "build:test": "npm run build:test:esm && npm run build:test:cjs", | ||
"ci:build": "npm run build:compile", | ||
"ci:build:docs": "api-extractor run", | ||
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"", | ||
"ci:build:docs:current": "api-extractor run", | ||
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json", | ||
"ci:test": "echo No test for this package", | ||
@@ -109,5 +113,5 @@ "ci:test:coverage": "echo No test for this package", | ||
"tsc:watch": "npm run place:cjs:package-stub && fluid-tsc commonjs --project ./tsconfig.cjs.json --watch", | ||
"typetests:gen": "flub generate typetests --dir . -v --publicFallback", | ||
"typetests:gen": "flub generate typetests --dir . -v", | ||
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize" | ||
} | ||
} |
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
405221
138
3716