@lage-run/cli 0.2.3 → 0.2.4

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.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 26 Aug 2022 06:34:41 GMT",
5
+ "date": "Fri, 26 Aug 2022 23:05:47 GMT",
6
+ "tag": "@lage-run/cli_v0.2.4",
7
+ "version": "0.2.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/cli",
13
+ "commit": "753fa9544a994b6f90c9f1355483484bd855f583",
14
+ "comment": "get rid of memory-streams as a devDep"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 26 Aug 2022 06:34:51 GMT",
6
21
  "tag": "@lage-run/cli_v0.2.3",
7
22
  "version": "0.2.3",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- This log was last generated on Fri, 26 Aug 2022 06:34:41 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Aug 2022 23:05:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.4
8
+
9
+ Fri, 26 Aug 2022 23:05:47 GMT
10
+
11
+ ### Patches
12
+
13
+ - get rid of memory-streams as a devDep (kchau@microsoft.com)
14
+
7
15
  ## 0.2.3
8
16
 
9
- Fri, 26 Aug 2022 06:34:41 GMT
17
+ Fri, 26 Aug 2022 06:34:51 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -29,7 +29,6 @@
29
29
  "@types/jest": "^27.0.1",
30
30
  "@types/node": "14.18.26",
31
31
  "jest": "^27.2.0",
32
- "memory-streams": "^0.1.3",
33
32
  "ts-jest": "^27.0.5",
34
33
  "typescript": "^4.4.4"
35
34
  },