@fluidframework/view-interfaces
Advanced tools
Comparing version 2.0.0-internal.7.2.2 to 2.0.0-internal.7.3.0
# @fluidframework/view-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/view-interfaces", | ||
"version": "2.0.0-internal.7.2.2", | ||
"version": "2.0.0-internal.7.3.0", | ||
"description": "View interfaces for rendering views", | ||
@@ -14,15 +14,27 @@ "homepage": "https://fluidframework.com", | ||
"sideEffects": false, | ||
"main": "dist/index.js", | ||
"module": "lib/index.js", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.cjs" | ||
} | ||
} | ||
}, | ||
"main": "dist/index.cjs", | ||
"module": "lib/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0" | ||
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0" | ||
}, | ||
"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/eslint-config-fluid": "^3.0.0", | ||
"@fluidframework/view-interfaces-previous": "npm:@fluidframework/view-interfaces@2.0.0-internal.7.2.1", | ||
"@microsoft/api-extractor": "^7.37.0", | ||
"@fluidframework/build-tools": "^0.28.0", | ||
"@fluidframework/eslint-config-fluid": "^3.1.0", | ||
"@fluidframework/view-interfaces-previous": "npm:@fluidframework/view-interfaces@2.0.0-internal.7.2.0", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@types/react": "^17.0.44", | ||
@@ -33,2 +45,3 @@ "@types/react-dom": "^17.0.18", | ||
"rimraf": "^4.4.0", | ||
"tsc-multi": "^1.1.0", | ||
"typescript": "~5.1.6" | ||
@@ -44,6 +57,6 @@ }, | ||
"build:docs": "api-extractor run --local", | ||
"build:esnext": "tsc --project ./tsconfig.esnext.json", | ||
"build:test": "tsc --project ./src/test/tsconfig.json", | ||
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json", | ||
"build:test": "tsc-multi --config ./tsc-multi.test.json", | ||
"ci:build:docs": "api-extractor run", | ||
"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", | ||
@@ -56,3 +69,3 @@ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore", | ||
"tsc": "tsc", | ||
"tsc": "tsc-multi --config ../../../common/build/build-common/tsc-multi.cjs.json", | ||
"typetests:gen": "fluid-type-test-generator", | ||
@@ -59,0 +72,0 @@ "typetests:prepare": "flub typetests --dir . --reset --previous --normalize" |
@@ -35,4 +35,3 @@ # @fluidframework/view-interfaces | ||
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand | ||
Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). | ||
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). | ||
@@ -39,0 +38,0 @@ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. |
{ | ||
"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/**/*"], | ||
"compilerOptions": { | ||
"composite": true, | ||
"declarationDir": "./dist", | ||
"rootDir": "./src", | ||
"outDir": "./dist", | ||
"jsx": "react", | ||
"types": [], | ||
}, | ||
"include": ["src/**/*"], | ||
} |
21880
13
206
42
+ Added@fluidframework/core-interfaces@2.0.0-internal.7.3.0(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-internal.7.2.2(transitive)
Updated@fluidframework/core-interfaces@>=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0