@mikezimm/fps-library-v2 2.0.150 → 2.0.151
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.
- package/lib/PackageVersion.js +3 -3
- package/package.json +1 -1
package/lib/PackageVersion.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const PackageNameFpsLv2 = 'fps-library-v2';
|
|
2
|
-
export const PackageVersionFpsLv2 = '2.0.
|
|
3
|
-
export const PackageVersionLabelFpsLv2 = 'fps-library-v2@2.0.
|
|
4
|
-
export const PackageVersionTimeFpsLv2 = '9/8/2025, 9:
|
|
2
|
+
export const PackageVersionFpsLv2 = '2.0.151';
|
|
3
|
+
export const PackageVersionLabelFpsLv2 = 'fps-library-v2@2.0.151';
|
|
4
|
+
export const PackageVersionTimeFpsLv2 = '9/8/2025, 9:08:31 PM EDT';
|
|
5
5
|
//# sourceMappingURL=PackageVersion.js.map
|