@ms-cloudpack/cli 0.23.7 → 0.23.8

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,45 @@
2
2
  "name": "@ms-cloudpack/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 17 Dec 2022 08:10:44 GMT",
5
+ "date": "Wed, 04 Jan 2023 08:11:09 GMT",
6
+ "tag": "@ms-cloudpack/cli_v0.23.8",
7
+ "version": "0.23.8",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@ms-cloudpack/cli",
13
+ "commit": "e9b59d683d1940e829bdb9274d4aec620355098d",
14
+ "comment": "Update @types devDependencies"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@ms-cloudpack/cli",
21
+ "comment": "Bump @ms-cloudpack/bundler to v0.7.12",
22
+ "commit": "08c5a8d751866bc5a721a340c484636e07d84c58"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Thu, 22 Dec 2022 08:11:00 GMT",
29
+ "tag": "@ms-cloudpack/cli_v0.23.7",
30
+ "version": "0.23.7",
31
+ "comments": {
32
+ "none": [
33
+ {
34
+ "author": "email not defined",
35
+ "package": "@ms-cloudpack/cli",
36
+ "commit": "7b6ade50c307dcaa6fc99a725c6350c2e1469329",
37
+ "comment": "Update @types devDependencies"
38
+ }
39
+ ]
40
+ }
41
+ },
42
+ {
43
+ "date": "Sat, 17 Dec 2022 08:10:52 GMT",
6
44
  "tag": "@ms-cloudpack/cli_v0.23.7",
7
45
  "version": "0.23.7",
8
46
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- This log was last generated on Sat, 17 Dec 2022 08:10:44 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 Jan 2023 08:11:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.23.8
8
+
9
+ Wed, 04 Jan 2023 08:11:09 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler to v0.7.12
14
+
7
15
  ## 0.23.7
8
16
 
9
- Sat, 17 Dec 2022 08:10:44 GMT
17
+ Sat, 17 Dec 2022 08:10:52 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.23.7",
3
+ "version": "0.23.8",
4
4
  "description": "The Cloudpack command line interface - a tool for managing fast inner and outer looping in web apps.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "cloudpack": "./bin/cloudpack.js"
17
17
  },
18
18
  "dependencies": {
19
- "@ms-cloudpack/bundler": "^0.7.11",
19
+ "@ms-cloudpack/bundler": "^0.7.12",
20
20
  "@ms-cloudpack/create-express-app": "^1.1.3",
21
21
  "@ms-cloudpack/data-bus": "^0.1.0",
22
22
  "@ms-cloudpack/json-utilities": "^0.0.4",
@@ -43,9 +43,9 @@
43
43
  "@ms-cloudpack/scripts": "*",
44
44
  "@types/chokidar": "2.1.3",
45
45
  "@types/glob": "8.0.0",
46
- "@types/object-hash": "3.0.1",
46
+ "@types/object-hash": "3.0.2",
47
47
  "@types/uuid": "9.0.0",
48
- "@types/ws": "8.5.3"
48
+ "@types/ws": "8.5.4"
49
49
  },
50
50
  "scripts": {
51
51
  "api:update": "cloudpack-scripts api-update",