@package-pal/core 0.0.12 → 0.0.14

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 (35) hide show
  1. package/index.d.ts +4 -0
  2. package/index.d.ts.map +1 -1
  3. package/index.js +351 -129
  4. package/index.js.map +14 -13
  5. package/lib/configuration/functions/get-ignore-globs.d.ts +7 -0
  6. package/lib/configuration/functions/get-ignore-globs.d.ts.map +1 -0
  7. package/lib/configuration/functions/load-config.d.ts.map +1 -1
  8. package/lib/configuration/functions/parse-config.d.ts +14 -0
  9. package/lib/configuration/functions/parse-config.d.ts.map +1 -1
  10. package/lib/configuration/schemas/config.d.ts +21 -0
  11. package/lib/configuration/schemas/config.d.ts.map +1 -1
  12. package/lib/configuration/types/activated-config.d.ts +1 -0
  13. package/lib/configuration/types/activated-config.d.ts.map +1 -1
  14. package/lib/configuration/types/bump-package-callback-props.d.ts +42 -0
  15. package/lib/configuration/types/bump-package-callback-props.d.ts.map +1 -0
  16. package/lib/configuration/types/bump-packages-ready-callback-props.d.ts +14 -0
  17. package/lib/configuration/types/bump-packages-ready-callback-props.d.ts.map +1 -0
  18. package/lib/configuration/types/config.d.ts +16 -0
  19. package/lib/configuration/types/config.d.ts.map +1 -1
  20. package/lib/configuration/types/packages-ready-callback-props.d.ts +11 -0
  21. package/lib/configuration/types/packages-ready-callback-props.d.ts.map +1 -1
  22. package/lib/configuration/types/process-package-callback-props.d.ts +18 -0
  23. package/lib/configuration/types/process-package-callback-props.d.ts.map +1 -1
  24. package/lib/graph/functions/dfs-traverse-graph.d.ts +4 -1
  25. package/lib/graph/functions/dfs-traverse-graph.d.ts.map +1 -1
  26. package/lib/package/functions/bump-package-version.d.ts.map +1 -1
  27. package/lib/package/functions/load-packages.d.ts.map +1 -1
  28. package/lib/package/functions/scan-glob-pattern-paths.d.ts.map +1 -1
  29. package/lib/types/bump-package-version-options.d.ts +1 -0
  30. package/lib/types/bump-package-version-options.d.ts.map +1 -1
  31. package/lib/types/bump-version-type.d.ts +4 -4
  32. package/lib/watch/functions/dedupe-shared-paths.d.ts.map +1 -1
  33. package/lib/watch/functions/filter-files-modified-since.d.ts.map +1 -1
  34. package/lib/watch/functions/watch-package-changes.d.ts.map +1 -1
  35. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -7,7 +7,11 @@ export type * from './lib/types/watch-packages-options.ts';
7
7
  export * from './lib/types/bump-version-type.ts';
8
8
  export type * from './lib/configuration/types/logger.ts';
9
9
  export type { Config, SchemaLogLevel as LogLevel, } from './lib/configuration/types/config.ts';
10
+ export type * from './lib/configuration/types/subprocess-callback.ts';
11
+ export type * from './lib/configuration/types/bump-package-callback-props.ts';
12
+ export type * from './lib/configuration/types/bump-packages-ready-callback-props.ts';
10
13
  export type * from './lib/configuration/types/process-package-callback-props.ts';
14
+ export type * from './lib/configuration/types/packages-ready-callback-props.ts';
11
15
  export type * from './lib/graph/types/package-graph.ts';
12
16
  export type * from './lib/graph/types/package-graphs.ts';
13
17
  export type * from './lib/graph/types/package-node.ts';
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/core/src/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,yCAAyC,CAAC;AAC7D,mBAAmB,0CAA0C,CAAC;AAC9D,mBAAmB,0CAA0C,CAAC;AAC9D,mBAAmB,8DAA8D,CAAC;AAClF,mBAAmB,6CAA6C,CAAC;AACjE,mBAAmB,uCAAuC,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AAEjD,mBAAmB,qCAAqC,CAAC;AACzD,YAAY,EACX,MAAM,EAAE,cAAc,IAAI,QAAQ,GAClC,MAAM,qCAAqC,CAAC;AAC7C,mBAAmB,6DAA6D,CAAC;AAEjF,mBAAmB,oCAAoC,CAAC;AACxD,mBAAmB,qCAAqC,CAAC;AACzD,mBAAmB,mCAAmC,CAAC;AACvD,mBAAmB,oCAAoC,CAAC;AAExD,mBAAmB,qCAAqC,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAE/E,mBAAmB,sCAAsC,CAAC;AAE1D,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/core/src/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,yCAAyC,CAAC;AAC7D,mBAAmB,0CAA0C,CAAC;AAC9D,mBAAmB,0CAA0C,CAAC;AAC9D,mBAAmB,8DAA8D,CAAC;AAClF,mBAAmB,6CAA6C,CAAC;AACjE,mBAAmB,uCAAuC,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AAEjD,mBAAmB,qCAAqC,CAAC;AACzD,YAAY,EACX,MAAM,EAAE,cAAc,IAAI,QAAQ,GAClC,MAAM,qCAAqC,CAAC;AAC7C,mBAAmB,kDAAkD,CAAC;AACtE,mBAAmB,0DAA0D,CAAC;AAC9E,mBAAmB,iEAAiE,CAAC;AACrF,mBAAmB,6DAA6D,CAAC;AACjF,mBAAmB,4DAA4D,CAAC;AAEhF,mBAAmB,oCAAoC,CAAC;AACxD,mBAAmB,qCAAqC,CAAC;AACzD,mBAAmB,mCAAmC,CAAC;AACvD,mBAAmB,oCAAoC,CAAC;AAExD,mBAAmB,qCAAqC,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAE/E,mBAAmB,sCAAsC,CAAC;AAE1D,cAAc,cAAc,CAAC"}