@microsoft/sp-module-interfaces
Advanced tools
Comparing version 1.16.0-beta.1 to 1.16.0-beta.2
@@ -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.29.0" | ||
"packageVersion": "7.31.2" | ||
} | ||
] | ||
} |
@@ -273,4 +273,10 @@ { | ||
"title": "Properties", | ||
"description": "every Web Part is expected to have some custom properties. e.g. an image Web Part may have the image url and caption text as custom properties, a list Web Part may have the list id and list title as custom properties, and so on.", | ||
"description": "Every Web Part is expected to have some custom properties. e.g. an image Web Part may have the image url and caption text as custom properties, a list Web Part may have the list id and list title as custom properties, and so on.", | ||
"$ref": "any-value.schema.json" | ||
}, | ||
"dataVersion": { | ||
"title": "Data Version", | ||
"description": "Set a data version for this preconfigured entry. This is optional and can be used in cases where the SPPKG is updated independently from code (e.g. hosted on a CDN). Web Parts can read this value for backwards compatibility with out of date default properties.", | ||
"$ref": "any-value.schema.json" | ||
} | ||
@@ -277,0 +283,0 @@ }, |
{ | ||
"name": "@microsoft/sp-module-interfaces", | ||
"version": "1.16.0-beta.1", | ||
"version": "1.16.0-beta.2", | ||
"description": "SharePoint Framework module interfaces", | ||
"license": "SEE LICENSE IN \"EULA\" FOLDER", | ||
"license": "https://aka.ms/spfx/license", | ||
"homepage": "http://aka.ms/spfx", | ||
@@ -18,5 +18,5 @@ "scripts": {}, | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.50.1", | ||
"@rushstack/node-core-library": "3.52.0", | ||
"z-schema": "4.2.4" | ||
} | ||
} |
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
11090
466334
112
+ Added@rushstack/node-core-library@3.52.0(transitive)
- Removed@rushstack/node-core-library@3.50.1(transitive)
- Removedtimsort@0.3.0(transitive)