@xylabs/tsconfig 3.0.27 → 3.0.29

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.
@@ -0,0 +1,5 @@
1
+ const stub = 1;
2
+ export {
3
+ stub
4
+ };
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export const stub = 1\n"],"mappings":"AAAO,MAAM,OAAO;","names":[]}
package/dist/index.js CHANGED
@@ -16,14 +16,12 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // src/index.ts
21
19
  var src_exports = {};
22
20
  __export(src_exports, {
23
21
  stub: () => stub
24
22
  });
25
23
  module.exports = __toCommonJS(src_exports);
26
- var stub = 1;
24
+ const stub = 1;
27
25
  // Annotate the CommonJS export names for ESM import in node:
28
26
  0 && (module.exports = {
29
27
  stub
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export const stub = 1\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAM,OAAO;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export const stub = 1\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,OAAO;","names":[]}
package/dist/index.mjs CHANGED
@@ -1,5 +1,4 @@
1
- // src/index.ts
2
- var stub = 1;
1
+ const stub = 1;
3
2
  export {
4
3
  stub
5
4
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export const stub = 1\n"],"mappings":";AAAO,IAAM,OAAO;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export const stub = 1\n"],"mappings":"AAAO,MAAM,OAAO;","names":[]}
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
14
14
  "devDependencies": {
15
- "@xylabs/ts-scripts-yarn3": "~3.0.27"
15
+ "@xylabs/ts-scripts-yarn3": "~3.0.29"
16
16
  },
17
17
  "homepage": "https://github.com/xylabs/tsconfig.git",
18
18
  "keywords": [
@@ -32,5 +32,5 @@
32
32
  "url": "https://github.com/xylabs/config.git"
33
33
  },
34
34
  "sideEffects": false,
35
- "version": "3.0.27"
35
+ "version": "3.0.29"
36
36
  }