@atls/code-schematics 2.2.0 → 2.2.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 (87) hide show
  1. package/dist/exceptions/index.d.ts +1 -0
  2. package/dist/exceptions/index.js +1 -0
  3. package/dist/exceptions/schematic-artifact.d.ts +3 -0
  4. package/dist/exceptions/schematic-artifact.js +9 -0
  5. package/dist/getters/stream-report-callback.js +4 -5
  6. package/dist/helpers/events-log.d.ts +1 -1
  7. package/dist/helpers/events-log.js +1 -1
  8. package/dist/helpers/index.d.ts +1 -1
  9. package/dist/helpers/index.js +1 -1
  10. package/dist/helpers/run-schematics.d.ts +1 -1
  11. package/dist/helpers/run-schematics.js +3 -3
  12. package/dist/helpers/schematic-artifact.d.ts +1 -0
  13. package/dist/helpers/schematic-artifact.js +38 -0
  14. package/dist/helpers/write-tmp-schematic.d.ts +1 -1
  15. package/dist/helpers/write-tmp-schematic.js +4 -10
  16. package/dist/index.d.ts +0 -2
  17. package/dist/index.js +0 -2
  18. package/dist/schematic/collection.json +11 -0
  19. package/dist/schematic/project/project.factory.cjs +34276 -0
  20. package/dist/schematic/project/schema.json +23 -0
  21. package/dist/schematic/templates/common/__dot__config/husky/__dot__gitignore +1 -0
  22. package/dist/schematic/templates/common/__dot__config/husky/commit-msg +4 -0
  23. package/dist/schematic/templates/common/__dot__config/husky/pre-commit +1 -0
  24. package/dist/schematic/templates/common/__dot__config/husky/prepare-commit-msg +4 -0
  25. package/dist/schematic/templates/common/__dot__eslintrc.js +10 -0
  26. package/dist/schematic/templates/common/__dot__github/workflows/checks__dot__yaml +44 -0
  27. package/dist/schematic/templates/common/__dot__gitignore +48 -0
  28. package/dist/schematic/templates/common/__dot__prettierrc.mjs +3 -0
  29. package/dist/schematic/templates/libraries/__dot__github/workflows/publish__dot__yaml +40 -0
  30. package/dist/schematic/templates/libraries/__dot__github/workflows/version__dot__yaml +43 -0
  31. package/dist/schematic/templates/project/__dot__github/workflows/preview__dot__yaml +47 -0
  32. package/dist/schematic/templates/project/__dot__github/workflows/release__dot__yaml +43 -0
  33. package/dist/scripts/build-steps/esbuild.build-step.d.ts +1 -1
  34. package/dist/scripts/build-steps/esbuild.build-step.js +8 -8
  35. package/dist/scripts/exceptions/undefined-build-result.d.ts +1 -1
  36. package/dist/scripts/exceptions/undefined-build-result.js +2 -2
  37. package/dist/scripts/getters/index.d.ts +0 -2
  38. package/dist/scripts/getters/index.js +0 -2
  39. package/dist/scripts/index.d.ts +1 -1
  40. package/dist/scripts/index.js +1 -1
  41. package/dist/scripts/schematic-factory-build.js +10 -7
  42. package/dist/scripts/schematic-smoke.js +6 -6
  43. package/package.json +3 -3
  44. package/dist/generated/index.d.ts +0 -2
  45. package/dist/generated/index.js +0 -2
  46. package/dist/generated/raijin-schematic-export.d.ts +0 -43
  47. package/dist/generated/raijin-schematic-export.js +0 -59
  48. package/dist/generated/schematic-factory-export.d.ts +0 -2
  49. package/dist/generated/schematic-factory-export.js +0 -6
  50. package/dist/helpers/raijin.d.ts +0 -2
  51. package/dist/helpers/raijin.js +0 -6
  52. package/dist/schematic/index.d.ts +0 -1
  53. package/dist/schematic/index.js +0 -1
  54. package/dist/schematic/project/factory.d.ts +0 -2
  55. package/dist/schematic/project/factory.js +0 -45
  56. package/dist/schematic/project/index.d.ts +0 -1
  57. package/dist/schematic/project/index.js +0 -1
  58. package/dist/schematic/rules/index.d.ts +0 -1
  59. package/dist/schematic/rules/index.js +0 -1
  60. package/dist/schematic/rules/tsconfig.update.d.ts +0 -6
  61. package/dist/schematic/rules/tsconfig.update.js +0 -3
  62. package/dist/schematic/sources/generate-common.source.d.ts +0 -2
  63. package/dist/schematic/sources/generate-common.source.js +0 -13
  64. package/dist/schematic/sources/generate-project-specific.source.d.ts +0 -2
  65. package/dist/schematic/sources/generate-project-specific.source.js +0 -24
  66. package/dist/schematic/sources/index.d.ts +0 -2
  67. package/dist/schematic/sources/index.js +0 -2
  68. package/dist/schematic/utils/file.utils.d.ts +0 -3
  69. package/dist/schematic/utils/file.utils.js +0 -6
  70. package/dist/schematic/utils/gitignore.utils.d.ts +0 -3
  71. package/dist/schematic/utils/gitignore.utils.js +0 -12
  72. package/dist/schematic/utils/index.d.ts +0 -6
  73. package/dist/schematic/utils/index.js +0 -6
  74. package/dist/schematic/utils/json.utils.d.ts +0 -6
  75. package/dist/schematic/utils/json.utils.js +0 -23
  76. package/dist/schematic/utils/merge-gitignore-content.utils.d.ts +0 -6
  77. package/dist/schematic/utils/merge-gitignore-content.utils.js +0 -40
  78. package/dist/schematic/utils/tsconfig.utils.d.ts +0 -1
  79. package/dist/schematic/utils/tsconfig.utils.js +0 -5
  80. package/dist/schematic/utils/yaml.utils.d.ts +0 -5
  81. package/dist/schematic/utils/yaml.utils.js +0 -18
  82. package/dist/scripts/getters/encoded-content.d.ts +0 -1
  83. package/dist/scripts/getters/encoded-content.js +0 -4
  84. package/dist/scripts/getters/generated-file-content.d.ts +0 -1
  85. package/dist/scripts/getters/generated-file-content.js +0 -16
  86. package/dist/scripts/schematic-build.d.ts +0 -1
  87. package/dist/scripts/schematic-build.js +0 -72

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.