@mikezimm/fps-library-v2 1.1.152 → 1.1.153

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 +5 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -24,15 +24,18 @@ git push -u origin main
24
24
  # Publish hints:
25
25
 
26
26
  npm run clean
27
+
28
+ !!! BE SURE TO PUSH COMMIT BEFORE RUNNING FULL COMMAND with npm version patch !!!
29
+
27
30
  npm run build ; npm publish --access=public; npm version patch
28
31
  npm version major/minor/patch
29
32
  npm publish --access=public
30
- npm install @mikezimm/fps-library-v2@1.1.152
33
+ npm install @mikezimm/fps-library-v2@1.1.154
31
34
 
32
35
  # Changelog
33
36
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
34
37
 
35
- ## 1.1.152 - 2024-Mar 13:
38
+ ## 1.1.153 - 2024-Mar 13: PagePal updates: fetchFileListUniqueIds, AgeSliderWPProps
36
39
  - fixed SourcePages call to AgeSliderWPProps to look for property value instead of hard coding to Modified date
37
40
  - create fetchFileListUniqueIds to fetch SiteAssets with UniqeId for mapping
38
41
  - update fetchFileList to accept { customSelect: string = DefaultCustomFileSelect } from fetchFileListUniqueIds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.152",
3
+ "version": "1.1.153",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",