@mikezimm/fps-library-v2 1.1.42 → 1.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,14 +4,14 @@ npm run clean
4
4
  npm run build
5
5
  npm version major/minor/patch
6
6
  npm publish --access=public
7
- npm install @mikezimm/fps-library-v2@1.1.42
7
+ npm install @mikezimm/fps-library-v2@1.1.43
8
8
 
9
9
  # Changelog
10
10
 
11
11
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
12
12
 
13
13
 
14
- ## 1.1.42 - 2023-Aug 17: - FPS ListItemPicker
14
+ ## 1.1.43 - 2023-Aug 17: - FPS ListItemPicker
15
15
  - update apiFetchFilesQuery to include select: FileSystemObjectType
16
16
  - update cleanWebFileList to exclude folders if there are no file type filters: FileSystemObjectType === 1
17
17
  - update onListItemPropPaneStart to change wpProps.webUrlPickerValue if === 'CurrentSite'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",