@lithia-js/cli 1.0.0-canary.5 → 1.0.0-canary.7
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/CHANGELOG.md +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @lithia-js/cli
|
|
2
2
|
|
|
3
|
+
## 1.0.0-canary.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c5e06fb: Fixed exception when trying to build a JS file that haves an import wildcard
|
|
8
|
+
- Updated dependencies [c5e06fb]
|
|
9
|
+
- @lithia-js/core@1.0.0-canary.7
|
|
10
|
+
- @lithia-js/utils@1.0.0-canary.7
|
|
11
|
+
|
|
12
|
+
## 1.0.0-canary.6
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- bb4cb1d: Added new template
|
|
17
|
+
- Updated dependencies [bb4cb1d]
|
|
18
|
+
- @lithia-js/core@1.0.0-canary.6
|
|
19
|
+
- @lithia-js/utils@1.0.0-canary.6
|
|
20
|
+
|
|
3
21
|
## 1.0.0-canary.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lithia-js/cli",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"bin": {
|
|
6
6
|
"lithia": "dist/main.js"
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"citty": "^0.2.0",
|
|
20
20
|
"chokidar": "^5.0.0",
|
|
21
|
-
"@lithia-js/core": "1.0.0-canary.
|
|
22
|
-
"@lithia-js/utils": "1.0.0-canary.
|
|
21
|
+
"@lithia-js/core": "1.0.0-canary.7",
|
|
22
|
+
"@lithia-js/utils": "1.0.0-canary.7"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20"
|