@ms-cloudpack/cli 0.0.2 → 0.0.3

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,48 @@
2
2
  "name": "@ms-cloudpack/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 May 2022 18:54:32 GMT",
5
+ "date": "Mon, 09 May 2022 23:39:20 GMT",
6
+ "tag": "@ms-cloudpack/cli_v0.0.3",
7
+ "version": "0.0.3",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "dzearing@microsoft.com",
12
+ "package": "@ms-cloudpack/cli",
13
+ "commit": "e68680ba160469e2aad19a0c1ef20de03bced434",
14
+ "comment": "removing changes."
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "bot@renovateapp.com",
20
+ "package": "@ms-cloudpack/cli",
21
+ "commit": "e68680ba160469e2aad19a0c1ef20de03bced434",
22
+ "comment": "Cleaning up problems found with depcheck"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@ms-cloudpack/cli",
27
+ "comment": "Bump @ms-cloudpack/bundler to v0.0.3",
28
+ "commit": "e68680ba160469e2aad19a0c1ef20de03bced434"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@ms-cloudpack/cli",
33
+ "comment": "Bump @ms-cloudpack/json-utilities to v0.0.3",
34
+ "commit": "e68680ba160469e2aad19a0c1ef20de03bced434"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@ms-cloudpack/cli",
39
+ "comment": "Bump @ms-cloudpack/package-utilities to v0.1.3",
40
+ "commit": "e68680ba160469e2aad19a0c1ef20de03bced434"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Mon, 09 May 2022 18:54:56 GMT",
6
47
  "tag": "@ms-cloudpack/cli_v0.0.2",
7
48
  "version": "0.0.2",
8
49
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- This log was last generated on Mon, 09 May 2022 18:54:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 May 2022 23:39:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.0.3
8
+
9
+ Mon, 09 May 2022 23:39:20 GMT
10
+
11
+ ### Patches
12
+
13
+ - Cleaning up problems found with depcheck (bot@renovateapp.com)
14
+ - Bump @ms-cloudpack/bundler to v0.0.3
15
+ - Bump @ms-cloudpack/json-utilities to v0.0.3
16
+ - Bump @ms-cloudpack/package-utilities to v0.1.3
17
+
7
18
  ## 0.0.2
8
19
 
9
- Mon, 09 May 2022 18:54:32 GMT
20
+ Mon, 09 May 2022 18:54:56 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "The Cloudpack command line interface - a tool for managing fast inner and outer looping in web apps.",
5
5
  "type": "module",
6
6
  "types": "./lib/index.d.ts",
@@ -15,15 +15,12 @@
15
15
  "cloudpack": "./lib/cloudpack.js"
16
16
  },
17
17
  "dependencies": {
18
- "@ms-cloudpack/bundler": "^0.0.2",
19
- "@ms-cloudpack/bundler-types": "^0.0.2",
18
+ "@ms-cloudpack/bundler": "^0.0.3",
20
19
  "@ms-cloudpack/create-express-app": "^0.0.2",
21
- "@ms-cloudpack/data-bus": "^0.0.2",
22
- "@ms-cloudpack/json-utilities": "^0.0.2",
23
- "@ms-cloudpack/package-utilities": "^0.1.2",
20
+ "@ms-cloudpack/json-utilities": "^0.0.3",
21
+ "@ms-cloudpack/package-utilities": "^0.1.3",
24
22
  "@ms-cloudpack/path-utilities": "^0.1.0",
25
23
  "commander": "^9.1.0",
26
- "express": "^4.17.3",
27
24
  "filenamify": "^5.1.0",
28
25
  "fs-extra": "^10.1.0",
29
26
  "object-hash": "^3.0.0",
@@ -32,12 +29,12 @@
32
29
  "uuid": "^8.3.2"
33
30
  },
34
31
  "devDependencies": {
35
- "@types/commander": "2.12.2",
36
- "@types/express": "4.17.13",
32
+ "@ms-cloudpack/bundler-types": "*",
33
+ "@ms-cloudpack/eslint-config-base": "*",
34
+ "@ms-cloudpack/scripts": "*",
37
35
  "@types/fs-extra": "9.0.13",
38
36
  "@types/glob": "7.2.0",
39
37
  "@types/object-hash": "2.2.1",
40
- "@types/open": "6.2.1",
41
38
  "@types/uuid": "8.3.4"
42
39
  },
43
40
  "scripts": {