@lage-run/globby 14.1.0 → 14.2.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/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@lage-run/globby",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 27 Sep 2024 20:03:27 GMT",
5
+ "date": "Wed, 02 Oct 2024 20:25:42 GMT",
6
+ "version": "14.2.0",
7
+ "tag": "@lage-run/globby_v14.2.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/globby",
13
+ "commit": "6ecbd570669a07fa87429af5de13ec1adc58b864",
14
+ "comment": "packages into a bundled globby types"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 27 Sep 2024 20:03:49 GMT",
6
21
  "version": "14.1.0",
7
22
  "tag": "@lage-run/globby_v14.1.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @lage-run/globby
2
2
 
3
- <!-- This log was last generated on Fri, 27 Sep 2024 20:03:27 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 02 Oct 2024 20:25:42 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 14.2.0
8
+
9
+ Wed, 02 Oct 2024 20:25:42 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - packages into a bundled globby types (kchau@microsoft.com)
14
+
7
15
  ## 14.1.0
8
16
 
9
- Fri, 27 Sep 2024 20:03:27 GMT
17
+ Fri, 27 Sep 2024 20:03:49 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/globby",
3
- "version": "14.1.0",
3
+ "version": "14.2.0",
4
4
  "main": "lib/index.js",
5
5
  "scripts": {
6
6
  "transpile": "esbuild src/index.mts --bundle --platform=node --target=node14 --format=cjs --outfile=lib/index.js",