@driveflux/time 4.0.0 → 4.0.1

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,17 +1,17 @@
1
1
 
2
2
  
3
- > @driveflux/time@4.0.0 build /Users/flux/Projects/flux/packages/time
3
+ > @driveflux/time@4.0.1 build /Users/flux/Projects/flux/packages/time
4
4
  > npm run clean && npm run build:types && npm run build:js
5
5
 
6
6
 
7
- > @driveflux/time@4.0.0 clean
7
+ > @driveflux/time@4.0.1 clean
8
8
  > del dist/**/*.js
9
9
 
10
10
 
11
- > @driveflux/time@4.0.0 build:types
11
+ > @driveflux/time@4.0.1 build:types
12
12
  > tsc --build
13
13
 
14
14
 
15
- > @driveflux/time@4.0.0 build:js
15
+ > @driveflux/time@4.0.1 build:js
16
16
  > node -r esbuild-register build.js
17
17
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @driveflux/time
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump versions
8
+
3
9
  ## 4.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/time",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",