@xylabs/tsconfig 3.0.44 → 3.0.45

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.
@@ -1,8 +1,6 @@
1
- const stub = 1;
2
- export {
3
- stub
4
- };
5
- //# sourceMappingURL=index.js.mappDesc = Object.getOwnPropertyDescriptor;
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
6
  var __export = (target, all) => {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export const stub = 1\n"],"mappings":"AAAO,MAAM,OAAO;","names":[]}AAAA;AAAA;AAAA;AAAO,MAAM,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/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.44"
15
+ "@xylabs/ts-scripts-yarn3": "~3.0.45"
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.44"
35
+ "version": "3.0.45"
36
36
  }