@driveflux/format-money 3.0.3 → 3.0.5

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.
@@ -1,16 +1,21 @@
1
1
 
2
- > @driveflux/format-money@3.0.2 build /Users/flux/Projects/flux/packages/format-money
2
+ > @driveflux/format-money@3.0.0 build /Users/flux/Projects/flux/packages/format-money
3
3
  > npm run clean && npm run build:types && npm run build:js
4
4
 
5
5
 
6
- > @driveflux/format-money@3.0.2 clean
6
+ > @driveflux/format-money@3.0.0 clean
7
7
  > del dist/**/*.js
8
8
 
9
+ npm notice
10
+ npm notice New major version of npm available! 9.7.2 -> 10.0.0
11
+ npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.0.0>
12
+ npm notice Run `npm install -g npm@10.0.0` to update!
13
+ npm notice
9
14
 
10
- > @driveflux/format-money@3.0.2 build:types
15
+ > @driveflux/format-money@3.0.0 build:types
11
16
  > tsc --build
12
17
 
13
18
 
14
- > @driveflux/format-money@3.0.2 build:js
19
+ > @driveflux/format-money@3.0.0 build:js
15
20
  > node -r esbuild-register build.js
16
21
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @flux/format-money
2
2
 
3
+ ## 3.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Minor version update
8
+
9
+ ## 3.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Minor version updae
14
+
3
15
  ## 3.0.3
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/format-money",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "exports": {
5
5
  "./package.json": "./package.json",
6
6
  ".": {