@driveflux/fab 1.0.0 → 1.0.2

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,14 +1,13 @@
1
1
 
2
- 
3
- > @driveflux/fab@1.0.0 build /Users/flux/Projects/flux/packages/fab
2
+ > @driveflux/fab@1.0.2 build /Users/flux/Projects/flux/packages/fab
4
3
  > pnpm build:js && pnpm build:types
5
4
 
6
5
 
7
- > @driveflux/fab@1.0.0 build:js /Users/flux/Projects/flux/packages/fab
6
+ > @driveflux/fab@1.0.2 build:js /Users/flux/Projects/flux/packages/fab
8
7
  > swc src --strip-leading-paths -d dist
9
8
 
10
- Successfully compiled: 7 files with swc (262.87ms)
9
+ Successfully compiled: 7 files with swc (141.84ms)
11
10
 
12
- > @driveflux/fab@1.0.0 build:types /Users/flux/Projects/flux/packages/fab
11
+ > @driveflux/fab@1.0.2 build:types /Users/flux/Projects/flux/packages/fab
13
12
  > tsc --build --emitDeclarationOnly
14
13
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @driveflux/fab
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Bump versions
14
+
3
15
  ## 1.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/fab",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "bin": {
@@ -18,18 +18,18 @@
18
18
  "lodash.merge": "^4.6.2"
19
19
  },
20
20
  "devDependencies": {
21
- "@swc-node/register": "^1.8.0",
22
- "@swc/cli": "^0.3.9",
23
- "@swc/core": "^1.4.0",
21
+ "@swc-node/register": "^1.9.0",
22
+ "@swc/cli": "^0.3.12",
23
+ "@swc/core": "^1.4.13",
24
24
  "@types/lodash.merge": "^4.6.9",
25
25
  "del": "^7.1.0",
26
26
  "del-cli": "^5.1.0",
27
- "esbuild": "^0.20.0",
28
- "type-fest": "^4.10.2",
27
+ "esbuild": "^0.20.2",
28
+ "type-fest": "^4.15.0",
29
29
  "zod": "^3.22.4"
30
30
  },
31
31
  "peerDependencies": {
32
- "typescript": "^5.3.3"
32
+ "typescript": "^5.4.5"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "pnpm build:js && pnpm build:types",