@fluidframework/view-interfaces
Advanced tools
Comparing version 2.0.0-dev.7.3.0.212138 to 2.0.0-dev.7.4.0.214930
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"extends": "@fluidframework/build-common/api-extractor-base.json" | ||
"extends": "../../../common/build/build-common/api-extractor-base.json", | ||
"dtsRollup": { | ||
"enabled": true | ||
}, | ||
"messages": { | ||
"extractorMessageReporting": { | ||
// TODO: Add missing documentation and remove this rule override | ||
"ae-undocumented": { | ||
"logLevel": "none" | ||
} | ||
} | ||
} | ||
} |
{ | ||
"name": "@fluidframework/view-interfaces", | ||
"version": "2.0.0-dev.7.3.0.212138", | ||
"version": "2.0.0-dev.7.4.0.214930", | ||
"description": "View interfaces for rendering views", | ||
@@ -30,3 +30,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.212138" | ||
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.214930" | ||
}, | ||
@@ -42,2 +42,3 @@ "devDependencies": { | ||
"@types/react-dom": "^17.0.18", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "~8.50.0", | ||
@@ -49,2 +50,14 @@ "prettier": "~3.0.3", | ||
}, | ||
"fluidBuild": { | ||
"tasks": { | ||
"build:docs": { | ||
"dependsOn": [ | ||
"...", | ||
"api-extractor:commonjs", | ||
"api-extractor:esnext" | ||
], | ||
"script": false | ||
} | ||
} | ||
}, | ||
"typeValidation": { | ||
@@ -54,6 +67,9 @@ "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:docs": "fluid-build . --task api", | ||
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json", | ||
@@ -68,4 +84,4 @@ "build:test": "tsc-multi --config ./tsc-multi.test.json", | ||
"lint:fix": "npm run prettier:fix && npm run eslint:fix", | ||
"prettier": "prettier --check . --ignore-path ../../../.prettierignore", | ||
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore", | ||
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore", | ||
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore", | ||
"tsc": "tsc-multi --config ../../../common/build/build-common/tsc-multi.cjs.json", | ||
@@ -72,0 +88,0 @@ "typetests:gen": "fluid-type-test-generator", |
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
38498
33
633
14
1
+ Added@fluidframework/core-interfaces@2.0.0-dev.7.4.0.214930(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-dev.7.3.0.212138(transitive)
Updated@fluidframework/core-interfaces@2.0.0-dev.7.4.0.214930