@xylabs/ts-scripts-react-yarn3 3.14.2 → 3.15.1

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.
@@ -23,7 +23,7 @@ __export(analyze_exports, {
23
23
  module.exports = __toCommonJS(analyze_exports);
24
24
  var import_ts_scripts_yarn3 = require("@xylabs/ts-scripts-yarn3");
25
25
  const analyze = () => {
26
- return (0, import_ts_scripts_yarn3.runSteps)("Analyze", [["yarn", ["source-map-explorer", "build/static/js/*.js"]]]);
26
+ return (0, import_ts_scripts_yarn3.runSteps)("Analyze", [["yarn", ["source-map-explorer", "build/static/js/*.ts"]]]);
27
27
  };
28
28
  // Annotate the CommonJS export names for ESM import in node:
29
29
  0 && (module.exports = {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/actions/analyze.ts"],"sourcesContent":["import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.js']]])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAAyB;AAElB,MAAM,UAAU,MAAM;AAC3B,aAAO,kCAAS,WAAW,CAAC,CAAC,QAAQ,CAAC,uBAAuB,sBAAsB,CAAC,CAAC,CAAC;AACxF;","names":[]}
1
+ {"version":3,"sources":["../../src/actions/analyze.ts"],"sourcesContent":["import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAAyB;AAElB,MAAM,UAAU,MAAM;AAC3B,aAAO,kCAAS,WAAW,CAAC,CAAC,QAAQ,CAAC,uBAAuB,sBAAsB,CAAC,CAAC,CAAC;AACxF;","names":[]}
@@ -1,6 +1,6 @@
1
1
  import { runSteps } from "@xylabs/ts-scripts-yarn3";
2
2
  const analyze = () => {
3
- return runSteps("Analyze", [["yarn", ["source-map-explorer", "build/static/js/*.js"]]]);
3
+ return runSteps("Analyze", [["yarn", ["source-map-explorer", "build/static/js/*.ts"]]]);
4
4
  };
5
5
  export {
6
6
  analyze
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/actions/analyze.ts"],"sourcesContent":["import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.js']]])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,UAAU,MAAM;AAC3B,SAAO,SAAS,WAAW,CAAC,CAAC,QAAQ,CAAC,uBAAuB,sBAAsB,CAAC,CAAC,CAAC;AACxF;","names":[]}
1
+ {"version":3,"sources":["../../src/actions/analyze.ts"],"sourcesContent":["import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,UAAU,MAAM;AAC3B,SAAO,SAAS,WAAW,CAAC,CAAC,QAAQ,CAAC,uBAAuB,sBAAsB,CAAC,CAAC,CAAC;AACxF;","names":[]}
package/package.json CHANGED
@@ -49,18 +49,18 @@
49
49
  "url": "https://github.com/xylabs/config/issues"
50
50
  },
51
51
  "dependencies": {
52
- "@xylabs/ts-scripts-yarn3": "^3.14.2",
52
+ "@xylabs/ts-scripts-yarn3": "^3.15.1",
53
53
  "chalk": "^4.1.2",
54
54
  "yargs": "^17.7.2"
55
55
  },
56
56
  "description": "TypeScript project scripts",
57
57
  "devDependencies": {
58
58
  "@types/yargs": "^17.0.32",
59
- "@xylabs/ts-scripts-yarn3": "^3.14.2",
60
- "@xylabs/tsconfig": "^3.14.2",
59
+ "@xylabs/ts-scripts-yarn3": "^3.15.1",
60
+ "@xylabs/tsconfig": "^3.15.1",
61
61
  "publint": "^0.2.9",
62
- "tsup": "^8.1.2",
63
- "typescript": "^5.5.3"
62
+ "tsup": "^8.2.4",
63
+ "typescript": "^5.5.4"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "typescript": "^5"
@@ -109,6 +109,6 @@
109
109
  "package-recompile": "tsup && publint ."
110
110
  },
111
111
  "sideEffects": false,
112
- "version": "3.14.2",
112
+ "version": "3.15.1",
113
113
  "type": "commonjs"
114
114
  }
@@ -1,5 +1,5 @@
1
1
  import { runSteps } from '@xylabs/ts-scripts-yarn3'
2
2
 
3
3
  export const analyze = () => {
4
- return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.js']]])
4
+ return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])
5
5
  }