@atls/code-schematics 2.1.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.
- package/dist/exceptions/index.d.ts +1 -0
- package/dist/exceptions/index.js +1 -0
- package/dist/exceptions/schematic-artifact.d.ts +3 -0
- package/dist/exceptions/schematic-artifact.js +9 -0
- package/dist/getters/stream-report-callback.js +4 -5
- package/dist/helpers/events-log.d.ts +1 -1
- package/dist/helpers/events-log.js +1 -1
- package/dist/helpers/index.d.ts +1 -1
- package/dist/helpers/index.js +1 -1
- package/dist/helpers/run-schematics.d.ts +1 -1
- package/dist/helpers/run-schematics.js +3 -3
- package/dist/helpers/schematic-artifact.d.ts +1 -0
- package/dist/helpers/schematic-artifact.js +38 -0
- package/dist/helpers/write-tmp-schematic.d.ts +1 -1
- package/dist/helpers/write-tmp-schematic.js +4 -10
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -2
- package/dist/schematic/collection.json +11 -0
- package/dist/schematic/project/project.factory.cjs +34276 -0
- package/dist/schematic/project/schema.json +23 -0
- package/dist/schematic/templates/common/__dot__config/husky/__dot__gitignore +1 -0
- package/dist/schematic/templates/common/__dot__config/husky/commit-msg +4 -0
- package/dist/schematic/templates/common/__dot__config/husky/pre-commit +1 -0
- package/dist/schematic/templates/common/__dot__config/husky/prepare-commit-msg +4 -0
- package/dist/schematic/templates/common/__dot__eslintrc.js +10 -0
- package/dist/schematic/templates/common/__dot__github/workflows/checks__dot__yaml +44 -0
- package/dist/schematic/templates/common/__dot__gitignore +48 -0
- package/dist/schematic/templates/common/__dot__prettierrc.mjs +3 -0
- package/dist/schematic/templates/libraries/__dot__github/workflows/publish__dot__yaml +40 -0
- package/dist/schematic/templates/libraries/__dot__github/workflows/version__dot__yaml +43 -0
- package/dist/schematic/templates/project/__dot__github/workflows/preview__dot__yaml +47 -0
- package/dist/schematic/templates/project/__dot__github/workflows/release__dot__yaml +43 -0
- package/dist/scripts/build-steps/esbuild.build-step.d.ts +1 -1
- package/dist/scripts/build-steps/esbuild.build-step.js +8 -8
- package/dist/scripts/exceptions/undefined-build-result.d.ts +1 -1
- package/dist/scripts/exceptions/undefined-build-result.js +2 -2
- package/dist/scripts/getters/index.d.ts +0 -2
- package/dist/scripts/getters/index.js +0 -2
- package/dist/scripts/index.d.ts +1 -1
- package/dist/scripts/index.js +1 -1
- package/dist/scripts/schematic-factory-build.js +10 -7
- package/dist/scripts/schematic-smoke.js +6 -6
- package/package.json +3 -3
- package/dist/generated/index.d.ts +0 -2
- package/dist/generated/index.js +0 -2
- package/dist/generated/raijin-schematic-export.d.ts +0 -43
- package/dist/generated/raijin-schematic-export.js +0 -59
- package/dist/generated/schematic-factory-export.d.ts +0 -2
- package/dist/generated/schematic-factory-export.js +0 -6
- package/dist/helpers/raijin.d.ts +0 -2
- package/dist/helpers/raijin.js +0 -6
- package/dist/schematic/index.d.ts +0 -1
- package/dist/schematic/index.js +0 -1
- package/dist/schematic/project/factory.d.ts +0 -2
- package/dist/schematic/project/factory.js +0 -45
- package/dist/schematic/project/index.d.ts +0 -1
- package/dist/schematic/project/index.js +0 -1
- package/dist/schematic/rules/index.d.ts +0 -1
- package/dist/schematic/rules/index.js +0 -1
- package/dist/schematic/rules/tsconfig.update.d.ts +0 -6
- package/dist/schematic/rules/tsconfig.update.js +0 -3
- package/dist/schematic/sources/generate-common.source.d.ts +0 -2
- package/dist/schematic/sources/generate-common.source.js +0 -13
- package/dist/schematic/sources/generate-project-specific.source.d.ts +0 -2
- package/dist/schematic/sources/generate-project-specific.source.js +0 -19
- package/dist/schematic/sources/index.d.ts +0 -2
- package/dist/schematic/sources/index.js +0 -2
- package/dist/schematic/utils/file.utils.d.ts +0 -3
- package/dist/schematic/utils/file.utils.js +0 -6
- package/dist/schematic/utils/gitignore.utils.d.ts +0 -3
- package/dist/schematic/utils/gitignore.utils.js +0 -12
- package/dist/schematic/utils/index.d.ts +0 -6
- package/dist/schematic/utils/index.js +0 -6
- package/dist/schematic/utils/json.utils.d.ts +0 -6
- package/dist/schematic/utils/json.utils.js +0 -23
- package/dist/schematic/utils/merge-gitignore-content.utils.d.ts +0 -6
- package/dist/schematic/utils/merge-gitignore-content.utils.js +0 -40
- package/dist/schematic/utils/tsconfig.utils.d.ts +0 -1
- package/dist/schematic/utils/tsconfig.utils.js +0 -5
- package/dist/schematic/utils/yaml.utils.d.ts +0 -5
- package/dist/schematic/utils/yaml.utils.js +0 -18
- package/dist/scripts/getters/encoded-content.d.ts +0 -1
- package/dist/scripts/getters/encoded-content.js +0 -4
- package/dist/scripts/getters/generated-file-content.d.ts +0 -1
- package/dist/scripts/getters/generated-file-content.js +0 -16
- package/dist/scripts/schematic-build.d.ts +0 -1
- 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.