@shipfox/client-workflows 0.2.0 → 1.0.0
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 +1 -1
- package/CHANGELOG.md +17 -0
- package/dist/tsconfig.test.tsbuildinfo +1 -1
- package/package.json +20 -43
- package/tsconfig.build.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ shipfox-swc
|
|
2
|
-
Successfully compiled: 56 files with swc (
|
|
2
|
+
Successfully compiled: 56 files with swc (345.4ms)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @shipfox/client-workflows
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bb037af: Resolves workspace packages from source during development while published consumers continue to use compiled output.
|
|
8
|
+
- Updated dependencies [47809a2]
|
|
9
|
+
- Updated dependencies [bb037af]
|
|
10
|
+
- Updated dependencies [5c63a2a]
|
|
11
|
+
- Updated dependencies [d8658ba]
|
|
12
|
+
- @shipfox/client-shell@1.0.0
|
|
13
|
+
- @shipfox/api-workflows-dto@5.0.0
|
|
14
|
+
- @shipfox/client-api@1.0.0
|
|
15
|
+
- @shipfox/client-logs@1.0.0
|
|
16
|
+
- @shipfox/client-triggers@1.0.0
|
|
17
|
+
- @shipfox/client-ui@1.0.0
|
|
18
|
+
- @shipfox/react-ui@0.3.2
|
|
19
|
+
|
|
3
20
|
## 0.2.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|