@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.
- package/.turbo/turbo-build.log +9 -4
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
> @driveflux/format-money@3.0.
|
|
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.
|
|
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.
|
|
15
|
+
> @driveflux/format-money@3.0.0 build:types
|
|
11
16
|
> tsc --build
|
|
12
17
|
|
|
13
18
|
|
|
14
|
-
> @driveflux/format-money@3.0.
|
|
19
|
+
> @driveflux/format-money@3.0.0 build:js
|
|
15
20
|
> node -r esbuild-register build.js
|
|
16
21
|
|
package/CHANGELOG.md
CHANGED