@brickflow/cli 0.0.39 → 0.0.41

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @brickflow/cli
2
2
 
3
+ ## 0.0.41
4
+
5
+ ### Patch Changes
6
+
7
+ - UI kit update demo
8
+
9
+ ## 0.0.40
10
+
11
+ ### Patch Changes
12
+
13
+ - Fix class parse
14
+
3
15
  ## 0.0.39
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickflow/cli",
3
- "version": "0.0.39",
3
+ "version": "0.0.41",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "index.mjs",
@@ -18,13 +18,13 @@
18
18
  "@babel/parser": "8.0.4",
19
19
  "@babel/traverse": "8.0.4",
20
20
  "@babel/types": "8.0.4",
21
- "@google/genai": "2.15.0",
22
- "@vue/compiler-sfc": "3.5.40",
21
+ "@google/genai": "2.21.0",
22
+ "@vue/compiler-sfc": "3.5.42",
23
23
  "fantasticon": "4.1.0",
24
24
  "glob": "13.0.6",
25
25
  "looks-same": "10.0.1",
26
- "sharp": "0.35.3",
27
- "svgo": "4.0.2"
26
+ "sharp": "0.35.4",
27
+ "svgo": "4.1.0"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"