@trebired/bundler 3.1.1 → 3.1.2

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.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to `@trebired/bundler` will be documented here.
4
4
 
5
5
  This project follows semantic versioning once published.
6
6
 
7
+ ## 3.1.2
8
+
9
+ - Moved package-owned bundler logging under the `trebired.bundler` group root, including build, watch, and initialization groups.
10
+
7
11
  ## 3.1.1
8
12
 
9
13
  - Added `@trebired/result` as the internal bundler outcome surface for build-time backend coordination instead of maintaining package-local result shims.
@@ -1,4 +1,4 @@
1
- declare const BUNDLER_LOG_GROUP = "bundler";
1
+ declare const BUNDLER_LOG_GROUP = "trebired.bundler";
2
2
  declare const BUNDLER_PACKAGE_NAME = "@trebired/bundler";
3
3
  export { BUNDLER_LOG_GROUP, BUNDLER_PACKAGE_NAME };
4
4
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB,YAAY,CAAC;AACpC,QAAA,MAAM,oBAAoB,sBAAsB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB,qBAAqB,CAAC;AAC7C,QAAA,MAAM,oBAAoB,sBAAsB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- const BUNDLER_LOG_GROUP = "bundler";
1
+ const BUNDLER_LOG_GROUP = "trebired.bundler";
2
2
  const BUNDLER_PACKAGE_NAME = "@trebired/bundler";
3
3
  export { BUNDLER_LOG_GROUP, BUNDLER_PACKAGE_NAME };
4
4
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,iBAAiB,GAAG,SAAS,CAAC;AACpC,MAAM,oBAAoB,GAAG,mBAAmB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;AAC7C,MAAM,oBAAoB,GAAG,mBAAmB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- declare const BUNDLER_LOG_GROUP = "bundler";
1
+ declare const BUNDLER_LOG_GROUP = "trebired.bundler";
2
2
  declare const BUNDLER_PACKAGE_NAME = "@trebired/bundler";
3
3
  export { BUNDLER_LOG_GROUP, BUNDLER_PACKAGE_NAME };
4
4
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB,YAAY,CAAC;AACpC,QAAA,MAAM,oBAAoB,sBAAsB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB,qBAAqB,CAAC;AAC7C,QAAA,MAAM,oBAAoB,sBAAsB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- const BUNDLER_LOG_GROUP = "bundler";
1
+ const BUNDLER_LOG_GROUP = "trebired.bundler";
2
2
  const BUNDLER_PACKAGE_NAME = "@trebired/bundler";
3
3
  export { BUNDLER_LOG_GROUP, BUNDLER_PACKAGE_NAME };
4
4
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,iBAAiB,GAAG,SAAS,CAAC;AACpC,MAAM,oBAAoB,GAAG,mBAAmB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;AAC7C,MAAM,oBAAoB,GAAG,mBAAmB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
package/package.json CHANGED
@@ -140,5 +140,5 @@
140
140
  },
141
141
  "type": "module",
142
142
  "types": "./dist/index.d.ts",
143
- "version": "3.1.1"
143
+ "version": "3.1.2"
144
144
  }