@lage-run/config 0.4.13 → 0.4.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,22 @@
2
2
  "name": "@lage-run/config",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 17 Apr 2025 08:09:27 GMT",
5
+ "date": "Sat, 26 Apr 2025 08:08:22 GMT",
6
+ "version": "0.4.14",
7
+ "tag": "@lage-run/config_v0.4.14",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@lage-run/config",
13
+ "commit": "31b9b2861d9aa59d8dd5b6b2ceb2444b11198694",
14
+ "comment": "Remove incorrect bin entries"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 17 Apr 2025 08:10:01 GMT",
6
21
  "version": "0.4.13",
7
22
  "tag": "@lage-run/config_v0.4.13",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @lage-run/config
2
2
 
3
- <!-- This log was last generated on Thu, 17 Apr 2025 08:09:27 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Sat, 26 Apr 2025 08:08:22 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.14
8
+
9
+ Sat, 26 Apr 2025 08:08:22 GMT
10
+
11
+ ### Patches
12
+
13
+ - Remove incorrect bin entries (elcraig@microsoft.com)
14
+
7
15
  ## 0.4.13
8
16
 
9
- Thu, 17 Apr 2025 08:09:27 GMT
17
+ Thu, 17 Apr 2025 08:10:01 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,15 +1,12 @@
1
1
  {
2
2
  "name": "@lage-run/config",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "Config management for Lage",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/microsoft/lage"
8
8
  },
9
9
  "homepage": "https://microsoft.github.io/lage/",
10
- "bin": {
11
- "lage": "./bin/lage"
12
- },
13
10
  "license": "MIT",
14
11
  "main": "lib/index.js",
15
12
  "types": "lib/index.d.ts",