@xylabs/ts-scripts-react-yarn3 2.19.12 → 3.0.0-rc.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.
Files changed (100) hide show
  1. package/dist/actions/analyze.d.ts +2 -0
  2. package/dist/actions/analyze.d.ts.map +1 -0
  3. package/dist/actions/build-ci.d.ts +2 -0
  4. package/dist/actions/build-ci.d.ts.map +1 -0
  5. package/dist/actions/build.d.ts +2 -0
  6. package/dist/actions/build.d.ts.map +1 -0
  7. package/dist/actions/eject.d.ts +3 -0
  8. package/dist/actions/eject.d.ts.map +1 -0
  9. package/dist/actions/index.d.ts +10 -0
  10. package/dist/actions/index.d.ts.map +1 -0
  11. package/dist/actions/package/compile.d.ts +3 -0
  12. package/dist/actions/package/compile.d.ts.map +1 -0
  13. package/dist/actions/package/index.d.ts +2 -0
  14. package/dist/actions/package/index.d.ts.map +1 -0
  15. package/dist/actions/rebuild.d.ts +2 -0
  16. package/dist/actions/rebuild.d.ts.map +1 -0
  17. package/dist/actions/sitemap.d.ts +3 -0
  18. package/dist/actions/sitemap.d.ts.map +1 -0
  19. package/dist/actions/start.d.ts +3 -0
  20. package/dist/actions/start.d.ts.map +1 -0
  21. package/dist/actions/test.d.ts +3 -0
  22. package/dist/actions/test.d.ts.map +1 -0
  23. package/dist/bin/analyze.d.ts +3 -0
  24. package/dist/bin/analyze.d.ts.map +1 -0
  25. package/dist/bin/build-ci.d.ts +3 -0
  26. package/dist/bin/build-ci.d.ts.map +1 -0
  27. package/dist/bin/build.d.ts +3 -0
  28. package/dist/bin/build.d.ts.map +1 -0
  29. package/dist/bin/clean.d.ts +3 -0
  30. package/dist/bin/clean.d.ts.map +1 -0
  31. package/dist/bin/compile.d.ts +3 -0
  32. package/dist/bin/compile.d.ts.map +1 -0
  33. package/dist/bin/cycle.d.ts +3 -0
  34. package/dist/bin/cycle.d.ts.map +1 -0
  35. package/dist/bin/dead.d.ts +3 -0
  36. package/dist/bin/dead.d.ts.map +1 -0
  37. package/dist/bin/deps.d.ts +3 -0
  38. package/dist/bin/deps.d.ts.map +1 -0
  39. package/dist/bin/eject.d.ts +3 -0
  40. package/dist/bin/eject.d.ts.map +1 -0
  41. package/dist/bin/fix.d.ts +3 -0
  42. package/dist/bin/fix.d.ts.map +1 -0
  43. package/dist/bin/gitlint-fix.d.ts +3 -0
  44. package/dist/bin/gitlint-fix.d.ts.map +1 -0
  45. package/dist/bin/gitlint.d.ts +3 -0
  46. package/dist/bin/gitlint.d.ts.map +1 -0
  47. package/dist/bin/license.d.ts +3 -0
  48. package/dist/bin/license.d.ts.map +1 -0
  49. package/dist/bin/lint-clean.d.ts +3 -0
  50. package/dist/bin/lint-clean.d.ts.map +1 -0
  51. package/dist/bin/lint-fast.d.ts +3 -0
  52. package/dist/bin/lint-fast.d.ts.map +1 -0
  53. package/dist/bin/lint-profile.d.ts +3 -0
  54. package/dist/bin/lint-profile.d.ts.map +1 -0
  55. package/dist/bin/lint.d.ts +3 -0
  56. package/dist/bin/lint.d.ts.map +1 -0
  57. package/dist/bin/package/clean.d.ts +3 -0
  58. package/dist/bin/package/clean.d.ts.map +1 -0
  59. package/dist/bin/package/compile.d.ts +3 -0
  60. package/dist/bin/package/compile.d.ts.map +1 -0
  61. package/dist/bin/package/deps.d.ts +3 -0
  62. package/dist/bin/package/deps.d.ts.map +1 -0
  63. package/dist/bin/rebuild.d.ts +3 -0
  64. package/dist/bin/rebuild.d.ts.map +1 -0
  65. package/dist/bin/reinstall.d.ts +3 -0
  66. package/dist/bin/reinstall.d.ts.map +1 -0
  67. package/dist/bin/relint.d.ts +3 -0
  68. package/dist/bin/relint.d.ts.map +1 -0
  69. package/dist/bin/sitemap.d.ts +3 -0
  70. package/dist/bin/sitemap.d.ts.map +1 -0
  71. package/dist/bin/sonar.d.ts +3 -0
  72. package/dist/bin/sonar.d.ts.map +1 -0
  73. package/dist/bin/start.d.ts +3 -0
  74. package/dist/bin/start.d.ts.map +1 -0
  75. package/dist/bin/test.d.ts +3 -0
  76. package/dist/bin/test.d.ts.map +1 -0
  77. package/dist/bin/tsconfig-gen-clean.d.ts +3 -0
  78. package/dist/bin/tsconfig-gen-clean.d.ts.map +1 -0
  79. package/dist/bin/tsconfig-gen.d.ts +3 -0
  80. package/dist/bin/tsconfig-gen.d.ts.map +1 -0
  81. package/dist/bin/up.d.ts +3 -0
  82. package/dist/bin/up.d.ts.map +1 -0
  83. package/dist/bin/updo.d.ts +3 -0
  84. package/dist/bin/updo.d.ts.map +1 -0
  85. package/dist/bin/xy.d.ts +3 -0
  86. package/dist/bin/xy.d.ts.map +1 -0
  87. package/dist/bin/yarn3only.d.ts +3 -0
  88. package/dist/bin/yarn3only.d.ts.map +1 -0
  89. package/dist/index.d.ts +3 -34
  90. package/dist/index.d.ts.map +1 -0
  91. package/dist/lib/index.d.ts +3 -0
  92. package/dist/lib/index.d.ts.map +1 -0
  93. package/dist/lib/xyReact.d.ts +11 -0
  94. package/dist/lib/xyReact.d.ts.map +1 -0
  95. package/dist/lib/xyReactBuildCommands.d.ts +3 -0
  96. package/dist/lib/xyReactBuildCommands.d.ts.map +1 -0
  97. package/package.json +7 -6
  98. package/tsconfig.build.json +5 -0
  99. package/tsconfig.json +3 -0
  100. package/tsup.config.ts +1 -1
@@ -0,0 +1,2 @@
1
+ export declare const analyze: () => number;
2
+ //# sourceMappingURL=analyze.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze.d.ts","sourceRoot":"","sources":["../../src/actions/analyze.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,cAEnB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const buildci: () => number;
2
+ //# sourceMappingURL=build-ci.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-ci.d.ts","sourceRoot":"","sources":["../../src/actions/build-ci.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,cAQnB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const build: () => number;
2
+ //# sourceMappingURL=build.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/actions/build.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,cAMjB,CAAA"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export declare const eject: () => number;
3
+ //# sourceMappingURL=eject.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eject.d.ts","sourceRoot":"","sources":["../../src/actions/eject.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,KAAK,cAEjB,CAAA"}
@@ -0,0 +1,10 @@
1
+ export * from './analyze';
2
+ export * from './build';
3
+ export * from './build-ci';
4
+ export * from './eject';
5
+ export * from './package';
6
+ export * from './rebuild';
7
+ export * from './sitemap';
8
+ export * from './start';
9
+ export * from './test';
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA"}
@@ -0,0 +1,3 @@
1
+ export declare const packageCompile: () => number;
2
+ export declare const packageCompileAsync: () => Promise<number>;
3
+ //# sourceMappingURL=compile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile.d.ts","sourceRoot":"","sources":["../../../src/actions/package/compile.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,cAK1B,CAAA;AAED,eAAO,MAAM,mBAAmB,uBAK/B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './compile';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/actions/package/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const rebuild: () => number;
2
+ //# sourceMappingURL=rebuild.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rebuild.d.ts","sourceRoot":"","sources":["../../src/actions/rebuild.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,cAKnB,CAAA"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export declare const sitemap: () => number;
3
+ //# sourceMappingURL=sitemap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sitemap.d.ts","sourceRoot":"","sources":["../../src/actions/sitemap.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,OAAO,cAEnB,CAAA"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export declare const start: () => number;
3
+ //# sourceMappingURL=start.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../src/actions/start.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,KAAK,cAEjB,CAAA"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export declare const test: () => number;
3
+ //# sourceMappingURL=test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../../src/actions/test.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,IAAI,cAEhB,CAAA"}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=analyze.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze.d.ts","sourceRoot":"","sources":["../../src/bin/analyze.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=build-ci.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-ci.d.ts","sourceRoot":"","sources":["../../src/bin/build-ci.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=build.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/bin/build.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=clean.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean.d.ts","sourceRoot":"","sources":["../../src/bin/clean.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=compile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile.d.ts","sourceRoot":"","sources":["../../src/bin/compile.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=cycle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cycle.d.ts","sourceRoot":"","sources":["../../src/bin/cycle.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=dead.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dead.d.ts","sourceRoot":"","sources":["../../src/bin/dead.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=deps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deps.d.ts","sourceRoot":"","sources":["../../src/bin/deps.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=eject.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eject.d.ts","sourceRoot":"","sources":["../../src/bin/eject.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=fix.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fix.d.ts","sourceRoot":"","sources":["../../src/bin/fix.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=gitlint-fix.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitlint-fix.d.ts","sourceRoot":"","sources":["../../src/bin/gitlint-fix.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=gitlint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gitlint.d.ts","sourceRoot":"","sources":["../../src/bin/gitlint.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=license.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"license.d.ts","sourceRoot":"","sources":["../../src/bin/license.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=lint-clean.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lint-clean.d.ts","sourceRoot":"","sources":["../../src/bin/lint-clean.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=lint-fast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lint-fast.d.ts","sourceRoot":"","sources":["../../src/bin/lint-fast.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=lint-profile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lint-profile.d.ts","sourceRoot":"","sources":["../../src/bin/lint-profile.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=lint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lint.d.ts","sourceRoot":"","sources":["../../src/bin/lint.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=clean.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clean.d.ts","sourceRoot":"","sources":["../../../src/bin/package/clean.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=compile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile.d.ts","sourceRoot":"","sources":["../../../src/bin/package/compile.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=deps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deps.d.ts","sourceRoot":"","sources":["../../../src/bin/package/deps.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=rebuild.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rebuild.d.ts","sourceRoot":"","sources":["../../src/bin/rebuild.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=reinstall.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reinstall.d.ts","sourceRoot":"","sources":["../../src/bin/reinstall.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=relint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relint.d.ts","sourceRoot":"","sources":["../../src/bin/relint.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=sitemap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sitemap.d.ts","sourceRoot":"","sources":["../../src/bin/sitemap.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=sonar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sonar.d.ts","sourceRoot":"","sources":["../../src/bin/sonar.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=start.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../src/bin/start.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../../src/bin/test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=tsconfig-gen-clean.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tsconfig-gen-clean.d.ts","sourceRoot":"","sources":["../../src/bin/tsconfig-gen-clean.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=tsconfig-gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tsconfig-gen.d.ts","sourceRoot":"","sources":["../../src/bin/tsconfig-gen.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=up.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"up.d.ts","sourceRoot":"","sources":["../../src/bin/up.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=updo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updo.d.ts","sourceRoot":"","sources":["../../src/bin/updo.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=xy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xy.d.ts","sourceRoot":"","sources":["../../src/bin/xy.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=yarn3only.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yarn3only.d.ts","sourceRoot":"","sources":["../../src/bin/yarn3only.ts"],"names":[],"mappings":""}
package/dist/index.d.ts CHANGED
@@ -1,34 +1,3 @@
1
- import yargs from 'yargs';
2
-
3
- declare const analyze: () => number;
4
-
5
- declare const build: () => number;
6
-
7
- declare const buildci: () => number;
8
-
9
- declare const eject: () => number;
10
-
11
- declare const packageCompile: () => number;
12
- declare const packageCompileAsync: () => Promise<number>;
13
-
14
- declare const rebuild: () => number;
15
-
16
- declare const sitemap: () => number;
17
-
18
- declare const start: () => number;
19
-
20
- declare const test: () => number;
21
-
22
- declare const xyReact: () => {
23
- [x: string]: unknown;
24
- _: (string | number)[];
25
- $0: string;
26
- } | Promise<{
27
- [x: string]: unknown;
28
- _: (string | number)[];
29
- $0: string;
30
- }>;
31
-
32
- declare const xyReactBuildCommands: (args: yargs.Argv) => yargs.Argv<{}>;
33
-
34
- export { analyze, build, buildci, eject, packageCompile, packageCompileAsync, rebuild, sitemap, start, test, xyReact, xyReactBuildCommands };
1
+ export * from './actions';
2
+ export * from './lib';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,OAAO,CAAA"}
@@ -0,0 +1,3 @@
1
+ export * from './xyReact';
2
+ export * from './xyReactBuildCommands';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,wBAAwB,CAAA"}
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env node
2
+ export declare const xyReact: () => {
3
+ [x: string]: unknown;
4
+ _: (string | number)[];
5
+ $0: string;
6
+ } | Promise<{
7
+ [x: string]: unknown;
8
+ _: (string | number)[];
9
+ $0: string;
10
+ }>;
11
+ //# sourceMappingURL=xyReact.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xyReact.d.ts","sourceRoot":"","sources":["../../src/lib/xyReact.ts"],"names":[],"mappings":";AAQA,eAAO,MAAM,OAAO;;;;;;;;EAoDnB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import yargs from 'yargs';
2
+ export declare const xyReactBuildCommands: (args: yargs.Argv) => yargs.Argv<{}>;
3
+ //# sourceMappingURL=xyReactBuildCommands.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xyReactBuildCommands.d.ts","sourceRoot":"","sources":["../../src/lib/xyReactBuildCommands.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,eAAO,MAAM,oBAAoB,SAAU,MAAM,IAAI,mBA6DpD,CAAA"}
package/package.json CHANGED
@@ -52,8 +52,8 @@
52
52
  "@babel/core": "^7.22.17",
53
53
  "@babel/preset-env": "^7.22.15",
54
54
  "@types/node": "^20.6.0",
55
- "@xylabs/eslint-config": "~2.19.12",
56
- "@xylabs/ts-scripts-yarn3": "~2.19.12",
55
+ "@xylabs/eslint-config": "~3.0.0-rc.1",
56
+ "@xylabs/ts-scripts-yarn3": "~3.0.0-rc.1",
57
57
  "chalk": "^4.1.2",
58
58
  "cpy": "^8.1.2",
59
59
  "depcheck": "^1.4.6",
@@ -84,8 +84,8 @@
84
84
  "devDependencies": {
85
85
  "@types/json-schema": "^7.0.12",
86
86
  "@types/yargs": "^17.0.24",
87
- "@xylabs/ts-scripts-yarn3": "~2.19.12",
88
- "@xylabs/tsconfig": "~2.19.12",
87
+ "@xylabs/ts-scripts-yarn3": "~3.0.0-rc.1",
88
+ "@xylabs/tsconfig": "~3.0.0-rc.1",
89
89
  "publint": "^0.2.2",
90
90
  "tsup": "^7.2.0",
91
91
  "typescript": "^5.2.2"
@@ -139,8 +139,9 @@
139
139
  "node": ">=14.16"
140
140
  },
141
141
  "scripts": {
142
- "package-compile": "tsup && publint"
142
+ "package-compile": "tsup && tsc -p tsconfig.build.json --emitDeclarationOnly --declaration && publint"
143
143
  },
144
144
  "sideEffects": false,
145
- "version": "2.19.12"
145
+ "version": "3.0.0-rc.1",
146
+ "stableVersion": "2.19.12"
146
147
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "include": ["src"],
3
+ "exclude": ["src/**/*.spec.*", "dist", "docs"],
4
+ "extends": "./tsconfig.json"
5
+ }
package/tsconfig.json CHANGED
@@ -1,5 +1,8 @@
1
1
  {
2
2
  "compilerOptions": {
3
+ "declaration": true,
4
+ "declarationMap": true,
5
+ "declarationDir": "dist",
3
6
  "incremental": false
4
7
  },
5
8
  "extends": "@xylabs/tsconfig"
package/tsup.config.ts CHANGED
@@ -12,5 +12,5 @@ export default defineConfig({
12
12
  format: ['cjs', 'esm'],
13
13
  sourcemap: true,
14
14
  splitting: false,
15
- tsconfig: 'tsconfig.json',
15
+ tsconfig: 'tsconfig.build.json',
16
16
  })