@ms-cloudpack/cli 0.23.13 → 0.23.14

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,64 @@
2
2
  "name": "@ms-cloudpack/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 27 Jan 2023 08:08:31 GMT",
5
+ "date": "Tue, 31 Jan 2023 08:08:54 GMT",
6
+ "tag": "@ms-cloudpack/cli_v0.23.14",
7
+ "version": "0.23.14",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@ms-cloudpack/cli",
13
+ "commit": "243bfddf2ccffa5d6aa479105156b8a5de0e66c2",
14
+ "comment": "Don't publish test files"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ms-cloudpack/cli",
19
+ "comment": "Bump @ms-cloudpack/bundler to v0.9.3",
20
+ "commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@ms-cloudpack/cli",
25
+ "comment": "Bump @ms-cloudpack/create-express-app to v1.1.5",
26
+ "commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@ms-cloudpack/cli",
31
+ "comment": "Bump @ms-cloudpack/data-bus to v0.1.1",
32
+ "commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@ms-cloudpack/cli",
37
+ "comment": "Bump @ms-cloudpack/overlay to v0.11.3",
38
+ "commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@ms-cloudpack/cli",
43
+ "comment": "Bump @ms-cloudpack/package-utilities to v2.3.1",
44
+ "commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@ms-cloudpack/cli",
49
+ "comment": "Bump @ms-cloudpack/path-utilities to v2.0.1",
50
+ "commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@ms-cloudpack/cli",
55
+ "comment": "Bump @ms-cloudpack/path-string-parsing to v1.0.1",
56
+ "commit": "d841a4219d236c863ef97e9b20ad1bc143e8bc84"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Fri, 27 Jan 2023 08:08:35 GMT",
6
63
  "tag": "@ms-cloudpack/cli_v0.23.13",
7
64
  "version": "0.23.13",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- This log was last generated on Fri, 27 Jan 2023 08:08:31 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 31 Jan 2023 08:08:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.23.14
8
+
9
+ Tue, 31 Jan 2023 08:08:54 GMT
10
+
11
+ ### Patches
12
+
13
+ - Don't publish test files (elcraig@microsoft.com)
14
+ - Bump @ms-cloudpack/bundler to v0.9.3
15
+ - Bump @ms-cloudpack/create-express-app to v1.1.5
16
+ - Bump @ms-cloudpack/data-bus to v0.1.1
17
+ - Bump @ms-cloudpack/overlay to v0.11.3
18
+ - Bump @ms-cloudpack/package-utilities to v2.3.1
19
+ - Bump @ms-cloudpack/path-utilities to v2.0.1
20
+ - Bump @ms-cloudpack/path-string-parsing to v1.0.1
21
+
7
22
  ## 0.23.13
8
23
 
9
- Fri, 27 Jan 2023 08:08:31 GMT
24
+ Fri, 27 Jan 2023 08:08:35 GMT
10
25
 
11
26
  ### Patches
12
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.23.13",
3
+ "version": "0.23.14",
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,14 +16,14 @@
16
16
  "cloudpack": "./bin/cloudpack.js"
17
17
  },
18
18
  "dependencies": {
19
- "@ms-cloudpack/bundler": "^0.9.2",
20
- "@ms-cloudpack/create-express-app": "^1.1.4",
21
- "@ms-cloudpack/data-bus": "^0.1.0",
19
+ "@ms-cloudpack/bundler": "^0.9.3",
20
+ "@ms-cloudpack/create-express-app": "^1.1.5",
21
+ "@ms-cloudpack/data-bus": "^0.1.1",
22
22
  "@ms-cloudpack/json-utilities": "^0.0.4",
23
- "@ms-cloudpack/overlay": "^0.11.2",
24
- "@ms-cloudpack/package-utilities": "^2.3.0",
25
- "@ms-cloudpack/path-utilities": "^2.0.0",
26
- "@ms-cloudpack/path-string-parsing": "^1.0.0",
23
+ "@ms-cloudpack/overlay": "^0.11.3",
24
+ "@ms-cloudpack/package-utilities": "^2.3.1",
25
+ "@ms-cloudpack/path-utilities": "^2.0.1",
26
+ "@ms-cloudpack/path-string-parsing": "^1.0.1",
27
27
  "chokidar": "^3.5.3",
28
28
  "commander": "^9.1.0",
29
29
  "es-module-lexer": "^1.0.3",
@@ -59,6 +59,6 @@
59
59
  "test": "cloudpack-scripts test"
60
60
  },
61
61
  "files": [
62
- "/lib"
62
+ "lib/**/!(*.test.*)"
63
63
  ]
64
64
  }