@breadstone-infrastructure/nx-tasks 0.0.258 → 0.0.260
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/executors.json +87 -87
- package/package.json +47 -76
- package/dist/LICENSE +0 -21
- package/dist/executors.json +0 -149
- package/dist/package.json +0 -48
- package/readme.md +0 -156
- package/src/_legacy/_Lint.ts +0 -40
- package/src/_legacy/_LitAnalyzer.ts +0 -163
- package/src/_legacy/_Resources.ts +0 -69
- package/src/executors/alias-replace/executor.options.ts +0 -10
- package/src/executors/alias-replace/executor.task.ts +0 -305
- package/src/executors/alias-replace/executor.ts +0 -35
- package/src/executors/alias-replace/schema.json +0 -1
- package/src/executors/clean/executor.options.ts +0 -10
- package/src/executors/clean/executor.task.ts +0 -49
- package/src/executors/clean/executor.ts +0 -28
- package/src/executors/clean/schema.json +0 -1
- package/src/executors/copy/executor.options.ts +0 -10
- package/src/executors/copy/executor.task.ts +0 -96
- package/src/executors/copy/executor.ts +0 -30
- package/src/executors/copy/schema.json +0 -1
- package/src/executors/copy2/executor.options.ts +0 -10
- package/src/executors/copy2/executor.task.ts +0 -115
- package/src/executors/copy2/executor.ts +0 -28
- package/src/executors/copy2/schema.json +0 -1
- package/src/executors/docs/ApiDocumenter.ts +0 -50
- package/src/executors/docs/DocusaurusMarkdownFeature.ts +0 -129
- package/src/executors/docs/executor.options.ts +0 -10
- package/src/executors/docs/executor.task.ts +0 -116
- package/src/executors/docs/executor.ts +0 -33
- package/src/executors/docs/schema.json +0 -1
- package/src/executors/generate-package-docs/executor.options.ts +0 -10
- package/src/executors/generate-package-docs/executor.task.ts +0 -381
- package/src/executors/generate-package-docs/executor.ts +0 -47
- package/src/executors/generate-package-docs/schema.json +0 -258
- package/src/executors/icon-collection-builder/executor.options.ts +0 -10
- package/src/executors/icon-collection-builder/executor.task.ts +0 -284
- package/src/executors/icon-collection-builder/executor.ts +0 -67
- package/src/executors/icon-collection-builder/schema.json +0 -1
- package/src/executors/icon-collection-builder/svg.ts +0 -406
- package/src/executors/icon-collection-downloader/executor.options.ts +0 -10
- package/src/executors/icon-collection-downloader/executor.task.ts +0 -409
- package/src/executors/icon-collection-downloader/executor.ts +0 -47
- package/src/executors/icon-collection-downloader/schema.json +0 -33
- package/src/executors/lit-docs/ComponentDocFixer.ts +0 -571
- package/src/executors/lit-docs/JSDocChecker.ts +0 -353
- package/src/executors/lit-docs/executor.options.ts +0 -10
- package/src/executors/lit-docs/executor.task.ts +0 -372
- package/src/executors/lit-docs/executor.ts +0 -31
- package/src/executors/lit-docs/schema.json +0 -1
- package/src/executors/lit-style-transform/executor.options.ts +0 -0
- package/src/executors/lit-style-transform/executor.task.ts +0 -433
- package/src/executors/lit-style-transform/executor.ts +0 -47
- package/src/executors/lit-style-transform/schema.json +0 -1
- package/src/executors/localizator/executor.options.ts +0 -11
- package/src/executors/localizator/executor.task.ts +0 -194
- package/src/executors/localizator/executor.ts +0 -45
- package/src/executors/localizator/schema.json +0 -10
- package/src/executors/markdown-to-typescript-transform/MarkdownRenderer.ts +0 -96
- package/src/executors/markdown-to-typescript-transform/executor.options.ts +0 -0
- package/src/executors/markdown-to-typescript-transform/executor.task.ts +0 -113
- package/src/executors/markdown-to-typescript-transform/executor.ts +0 -44
- package/src/executors/markdown-to-typescript-transform/schema.json +0 -1
- package/src/executors/ng-api-extractor/executor.options.ts +0 -10
- package/src/executors/ng-api-extractor/executor.task.ts +0 -157
- package/src/executors/ng-api-extractor/executor.ts +0 -27
- package/src/executors/ng-api-extractor/schema.json +0 -1
- package/src/executors/ng-packagr-build/executor.options.ts +0 -0
- package/src/executors/ng-packagr-build/executor.task.ts +0 -49
- package/src/executors/ng-packagr-build/executor.ts +0 -29
- package/src/executors/ng-packagr-build/schema.json +0 -1
- package/src/executors/ng-proxy-transform/executor.options.ts +0 -0
- package/src/executors/ng-proxy-transform/executor.task.ts +0 -675
- package/src/executors/ng-proxy-transform/executor.ts +0 -49
- package/src/executors/ng-proxy-transform/schema.json +0 -13
- package/src/executors/openapi-generator/executor.options.ts +0 -0
- package/src/executors/openapi-generator/executor.task.ts +0 -43
- package/src/executors/openapi-generator/executor.ts +0 -35
- package/src/executors/openapi-generator/schema.json +0 -1
- package/src/executors/prisma-seeds/executor.options.ts +0 -15
- package/src/executors/prisma-seeds/executor.task.ts +0 -63
- package/src/executors/prisma-seeds/executor.ts +0 -39
- package/src/executors/prisma-seeds/schema.json +0 -35
- package/src/executors/react-proxy-transform/executor.options.ts +0 -0
- package/src/executors/react-proxy-transform/executor.task.ts +0 -243
- package/src/executors/react-proxy-transform/executor.ts +0 -45
- package/src/executors/react-proxy-transform/schema.json +0 -1
- package/src/executors/release-package/executor.options.ts +0 -0
- package/src/executors/release-package/executor.task.ts +0 -212
- package/src/executors/release-package/executor.ts +0 -33
- package/src/executors/release-package/schema.json +0 -1
- package/src/executors/release-package-json/executor.options.ts +0 -0
- package/src/executors/release-package-json/executor.task.ts +0 -206
- package/src/executors/release-package-json/executor.ts +0 -37
- package/src/executors/release-package-json/schema.json +0 -1
- package/src/executors/scss-style-bundle/executor.options.ts +0 -0
- package/src/executors/scss-style-bundle/executor.task.ts +0 -123
- package/src/executors/scss-style-bundle/executor.ts +0 -37
- package/src/executors/scss-style-bundle/schema.json +0 -1
- package/src/executors/scss-style-transform/executor.options.ts +0 -0
- package/src/executors/scss-style-transform/executor.task.ts +0 -50
- package/src/executors/scss-style-transform/executor.ts +0 -38
- package/src/executors/scss-style-transform/schema.json +0 -1
- package/src/executors/secrets-config-sync/executor.options.ts +0 -10
- package/src/executors/secrets-config-sync/executor.task.ts +0 -163
- package/src/executors/secrets-config-sync/executor.ts +0 -32
- package/src/executors/secrets-config-sync/providers/azure-keyvault.provider.ts +0 -180
- package/src/executors/secrets-config-sync/providers/doppler.provider.ts +0 -84
- package/src/executors/secrets-config-sync/providers/secrets-provider.factory.ts +0 -33
- package/src/executors/secrets-config-sync/providers/secrets-provider.interface.ts +0 -34
- package/src/executors/secrets-config-sync/schema.json +0 -44
- package/src/executors/secrets-vercel-sync/executor.options.ts +0 -12
- package/src/executors/secrets-vercel-sync/executor.task.ts +0 -697
- package/src/executors/secrets-vercel-sync/executor.ts +0 -44
- package/src/executors/secrets-vercel-sync/providers/azure-keyvault.provider.ts +0 -173
- package/src/executors/secrets-vercel-sync/providers/doppler.provider.ts +0 -93
- package/src/executors/secrets-vercel-sync/providers/secrets-provider.factory.ts +0 -33
- package/src/executors/secrets-vercel-sync/providers/secrets-provider.interface.ts +0 -34
- package/src/executors/secrets-vercel-sync/schema.json +0 -112
- package/src/executors/svelte-proxy-transform/executor.options.ts +0 -0
- package/src/executors/svelte-proxy-transform/executor.task.ts +0 -187
- package/src/executors/svelte-proxy-transform/executor.ts +0 -45
- package/src/executors/svelte-proxy-transform/schema.json +0 -1
- package/src/executors/token-linter/executor.options.ts +0 -23
- package/src/executors/token-linter/executor.task.ts +0 -66
- package/src/executors/token-linter/executor.ts +0 -37
- package/src/executors/token-linter/schema.json +0 -63
- package/src/executors/unrelease-package/executor.options.ts +0 -0
- package/src/executors/unrelease-package/executor.task.ts +0 -138
- package/src/executors/unrelease-package/executor.ts +0 -33
- package/src/executors/unrelease-package/schema.json +0 -1
- package/src/executors/vercel-edge-config-sync/executor.options.ts +0 -0
- package/src/executors/vercel-edge-config-sync/executor.task.ts +0 -30
- package/src/executors/vercel-edge-config-sync/executor.ts +0 -25
- package/src/executors/vercel-edge-config-sync/schema.json +0 -1
- package/src/executors/vue-proxy-transform/executor.options.ts +0 -0
- package/src/executors/vue-proxy-transform/executor.task.ts +0 -226
- package/src/executors/vue-proxy-transform/executor.ts +0 -45
- package/src/executors/vue-proxy-transform/schema.json +0 -1
- package/src/index.ts +0 -31
- package/src/types/svgpath.d.ts +0 -13
- package/src/utils/TaskBase.ts +0 -42
- package/src/utils/getProjectPackageJson.ts +0 -22
- package/src/utils/getProjectRoot.ts +0 -14
- package/src/utils/getProjectTsConfigJson.ts +0 -29
- package/src/utils/isVerbose.ts +0 -24
- package/src/utils/loadAndExpandDotEnvFile.ts +0 -108
- package/src/utils/markdown-processing.ts +0 -174
- package/src/utils/valid-html-tags.ts +0 -79
- package/src/utils/withCaching.ts +0 -14
- /package/{dist/CHANGELOG.md → CHANGELOG.md} +0 -0
- /package/{dist/README.md → README.md} +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.d.ts +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.js +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.js.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.options.js +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.task.js +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/alias-replace/schema.json +0 -0
- /package/{dist/executors → executors}/clean/executor.d.ts +0 -0
- /package/{dist/executors → executors}/clean/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/clean/executor.js +0 -0
- /package/{dist/executors → executors}/clean/executor.js.map +0 -0
- /package/{dist/executors → executors}/clean/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/clean/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/clean/executor.options.js +0 -0
- /package/{dist/executors → executors}/clean/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/clean/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/clean/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/clean/executor.task.js +0 -0
- /package/{dist/executors → executors}/clean/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/clean/schema.json +0 -0
- /package/{dist/executors → executors}/copy/executor.d.ts +0 -0
- /package/{dist/executors → executors}/copy/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy/executor.js +0 -0
- /package/{dist/executors → executors}/copy/executor.js.map +0 -0
- /package/{dist/executors → executors}/copy/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/copy/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy/executor.options.js +0 -0
- /package/{dist/executors → executors}/copy/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/copy/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/copy/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy/executor.task.js +0 -0
- /package/{dist/executors → executors}/copy/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/copy/schema.json +0 -0
- /package/{dist/executors → executors}/copy2/executor.d.ts +0 -0
- /package/{dist/executors → executors}/copy2/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.js +0 -0
- /package/{dist/executors → executors}/copy2/executor.js.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/copy2/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.options.js +0 -0
- /package/{dist/executors → executors}/copy2/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/copy2/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.task.js +0 -0
- /package/{dist/executors → executors}/copy2/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/copy2/schema.json +0 -0
- /package/{dist/executors → executors}/docs/ApiDocumenter.d.ts +0 -0
- /package/{dist/executors → executors}/docs/ApiDocumenter.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/ApiDocumenter.js +0 -0
- /package/{dist/executors → executors}/docs/ApiDocumenter.js.map +0 -0
- /package/{dist/executors → executors}/docs/DocusaurusMarkdownFeature.d.ts +0 -0
- /package/{dist/executors → executors}/docs/DocusaurusMarkdownFeature.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/DocusaurusMarkdownFeature.js +0 -0
- /package/{dist/executors → executors}/docs/DocusaurusMarkdownFeature.js.map +0 -0
- /package/{dist/executors → executors}/docs/executor.d.ts +0 -0
- /package/{dist/executors → executors}/docs/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/executor.js +0 -0
- /package/{dist/executors → executors}/docs/executor.js.map +0 -0
- /package/{dist/executors → executors}/docs/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/docs/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/executor.options.js +0 -0
- /package/{dist/executors → executors}/docs/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/docs/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/docs/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/executor.task.js +0 -0
- /package/{dist/executors → executors}/docs/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/docs/schema.json +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.js +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/schema.json +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.js +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/schema.json +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.d.ts +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.js +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.js.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.options.js +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.task.js +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/schema.json +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.js +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.options.js +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.task.js +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/schema.json +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/svg.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/svg.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/svg.js +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/svg.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.js +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.options.js +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.task.js +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/schema.json +0 -0
- /package/{dist/executors → executors}/lit-docs/ComponentDocFixer.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/ComponentDocFixer.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/ComponentDocFixer.js +0 -0
- /package/{dist/executors → executors}/lit-docs/ComponentDocFixer.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocChecker.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocChecker.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocChecker.js +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocChecker.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocFixer.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocFixer.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocFixer.js +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocFixer.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.js +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.options.js +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.task.js +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/schema.json +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.js +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/schema.json +0 -0
- /package/{dist/executors → executors}/localizator/executor.d.ts +0 -0
- /package/{dist/executors → executors}/localizator/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.js +0 -0
- /package/{dist/executors → executors}/localizator/executor.js.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/localizator/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.options.js +0 -0
- /package/{dist/executors → executors}/localizator/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/localizator/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.task.js +0 -0
- /package/{dist/executors → executors}/localizator/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/localizator/schema.json +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/MarkdownRenderer.d.ts +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/MarkdownRenderer.d.ts.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/MarkdownRenderer.js +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/MarkdownRenderer.js.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.js +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/schema.json +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.d.ts +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.js +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.js.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.options.js +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.task.js +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/schema.json +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.d.ts +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.js +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.js.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.options.js +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.task.js +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/schema.json +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.js +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/schema.json +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.d.ts +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.js +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.js.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.options.js +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.task.js +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/schema.json +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.d.ts +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.js +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.js.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.options.js +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.task.js +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/schema.json +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.js +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/schema.json +0 -0
- /package/{dist/executors → executors}/release-package/executor.d.ts +0 -0
- /package/{dist/executors → executors}/release-package/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.js +0 -0
- /package/{dist/executors → executors}/release-package/executor.js.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/release-package/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.options.js +0 -0
- /package/{dist/executors → executors}/release-package/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/release-package/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.task.js +0 -0
- /package/{dist/executors → executors}/release-package/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/release-package/schema.json +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.d.ts +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.js +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.js.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.options.js +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.task.js +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/release-package-json/schema.json +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.js +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.options.js +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.task.js +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/schema.json +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.js +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/schema.json +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/azure-keyvault.provider.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/azure-keyvault.provider.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/azure-keyvault.provider.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/azure-keyvault.provider.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/doppler.provider.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/doppler.provider.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/doppler.provider.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/doppler.provider.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.factory.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.factory.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.factory.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.factory.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.interface.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.interface.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.interface.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.interface.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/schema.json +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/azure-keyvault.provider.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/azure-keyvault.provider.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/azure-keyvault.provider.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/azure-keyvault.provider.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/doppler.provider.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/doppler.provider.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/doppler.provider.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/doppler.provider.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.factory.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.factory.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.factory.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.factory.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.interface.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.interface.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.interface.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.interface.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/schema.json +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.js +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/schema.json +0 -0
- /package/{dist/executors → executors}/token-linter/executor.d.ts +0 -0
- /package/{dist/executors → executors}/token-linter/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.js +0 -0
- /package/{dist/executors → executors}/token-linter/executor.js.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/token-linter/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.options.js +0 -0
- /package/{dist/executors → executors}/token-linter/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/token-linter/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.task.js +0 -0
- /package/{dist/executors → executors}/token-linter/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/token-linter/schema.json +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.d.ts +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.js +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.js.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.options.js +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.task.js +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/schema.json +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.js +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/schema.json +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.js +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/schema.json +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
- /package/{dist/index.d.ts.map → index.d.ts.map} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/index.js.map → index.js.map} +0 -0
- /package/{dist/utils → utils}/TaskBase.d.ts +0 -0
- /package/{dist/utils → utils}/TaskBase.d.ts.map +0 -0
- /package/{dist/utils → utils}/TaskBase.js +0 -0
- /package/{dist/utils → utils}/TaskBase.js.map +0 -0
- /package/{dist/utils → utils}/getProjectPackageJson.d.ts +0 -0
- /package/{dist/utils → utils}/getProjectPackageJson.d.ts.map +0 -0
- /package/{dist/utils → utils}/getProjectPackageJson.js +0 -0
- /package/{dist/utils → utils}/getProjectPackageJson.js.map +0 -0
- /package/{dist/utils → utils}/getProjectRoot.d.ts +0 -0
- /package/{dist/utils → utils}/getProjectRoot.d.ts.map +0 -0
- /package/{dist/utils → utils}/getProjectRoot.js +0 -0
- /package/{dist/utils → utils}/getProjectRoot.js.map +0 -0
- /package/{dist/utils → utils}/getProjectTsConfigJson.d.ts +0 -0
- /package/{dist/utils → utils}/getProjectTsConfigJson.d.ts.map +0 -0
- /package/{dist/utils → utils}/getProjectTsConfigJson.js +0 -0
- /package/{dist/utils → utils}/getProjectTsConfigJson.js.map +0 -0
- /package/{dist/utils → utils}/isVerbose.d.ts +0 -0
- /package/{dist/utils → utils}/isVerbose.d.ts.map +0 -0
- /package/{dist/utils → utils}/isVerbose.js +0 -0
- /package/{dist/utils → utils}/isVerbose.js.map +0 -0
- /package/{dist/utils → utils}/loadAndExpandDotEnvFile.d.ts +0 -0
- /package/{dist/utils → utils}/loadAndExpandDotEnvFile.d.ts.map +0 -0
- /package/{dist/utils → utils}/loadAndExpandDotEnvFile.js +0 -0
- /package/{dist/utils → utils}/loadAndExpandDotEnvFile.js.map +0 -0
- /package/{dist/utils → utils}/markdown-processing.d.ts +0 -0
- /package/{dist/utils → utils}/markdown-processing.d.ts.map +0 -0
- /package/{dist/utils → utils}/markdown-processing.js +0 -0
- /package/{dist/utils → utils}/markdown-processing.js.map +0 -0
- /package/{dist/utils → utils}/valid-html-tags.d.ts +0 -0
- /package/{dist/utils → utils}/valid-html-tags.d.ts.map +0 -0
- /package/{dist/utils → utils}/valid-html-tags.js +0 -0
- /package/{dist/utils → utils}/valid-html-tags.js.map +0 -0
- /package/{dist/utils → utils}/withCaching.d.ts +0 -0
- /package/{dist/utils → utils}/withCaching.d.ts.map +0 -0
- /package/{dist/utils → utils}/withCaching.js +0 -0
- /package/{dist/utils → utils}/withCaching.js.map +0 -0
package/executors.json
CHANGED
|
@@ -1,149 +1,149 @@
|
|
|
1
1
|
{
|
|
2
2
|
"executors": {
|
|
3
3
|
"alias-replace": {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
4
|
+
"description": "Replaces alias placeholders in build output files with resolved values from environment, package.json, or custom expressions.",
|
|
5
|
+
"implementation": "./executors/alias-replace/executor",
|
|
6
|
+
"schema": "./executors/alias-replace/schema.json"
|
|
7
7
|
},
|
|
8
8
|
"clean": {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
9
|
+
"description": "Removes build artifacts, caches, and temporary files from a project directory.",
|
|
10
|
+
"implementation": "./executors/clean/executor",
|
|
11
|
+
"schema": "./executors/clean/schema.json"
|
|
12
12
|
},
|
|
13
13
|
"copy": {
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
14
|
+
"description": "Copies files or directories from a source to a destination path.",
|
|
15
|
+
"implementation": "./executors/copy/executor",
|
|
16
|
+
"schema": "./executors/copy/schema.json"
|
|
17
17
|
},
|
|
18
18
|
"copy2": {
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
19
|
+
"description": "Copies files or directories with extended options and glob pattern support.",
|
|
20
|
+
"implementation": "./executors/copy2/executor",
|
|
21
|
+
"schema": "./executors/copy2/schema.json"
|
|
22
22
|
},
|
|
23
23
|
"docs": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
24
|
+
"description": "Generates API documentation using API Extractor and outputs it to the docs directory.",
|
|
25
|
+
"implementation": "./executors/docs/executor",
|
|
26
|
+
"schema": "./executors/docs/schema.json"
|
|
27
27
|
},
|
|
28
28
|
"secrets-config-sync": {
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
29
|
+
"description": "Fetches secrets from a configurable provider (Doppler, Azure Key Vault) and writes them to local .env files.",
|
|
30
|
+
"implementation": "./executors/secrets-config-sync/executor",
|
|
31
|
+
"schema": "./executors/secrets-config-sync/schema.json"
|
|
32
32
|
},
|
|
33
33
|
"secrets-vercel-sync": {
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
34
|
+
"description": "Synchronizes secrets from a configurable provider (Doppler, Azure Key Vault) to a Vercel project/environment.",
|
|
35
|
+
"implementation": "./executors/secrets-vercel-sync/executor",
|
|
36
|
+
"schema": "./executors/secrets-vercel-sync/schema.json"
|
|
37
37
|
},
|
|
38
38
|
"icon-collection-builder": {
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
39
|
+
"description": "Builds optimized icon collection bundles from downloaded SVG icon sources.",
|
|
40
|
+
"implementation": "./executors/icon-collection-builder/executor",
|
|
41
|
+
"schema": "./executors/icon-collection-builder/schema.json"
|
|
42
42
|
},
|
|
43
43
|
"icon-collection-downloader": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
44
|
+
"description": "Downloads icon collections from configured providers (Fluent UI, Lucide, etc.) into the project.",
|
|
45
|
+
"implementation": "./executors/icon-collection-downloader/executor",
|
|
46
|
+
"schema": "./executors/icon-collection-downloader/schema.json"
|
|
47
47
|
},
|
|
48
48
|
"lit-style-transform": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
49
|
+
"description": "Transforms SCSS files into Lit-compatible CSSResult TypeScript modules.",
|
|
50
|
+
"implementation": "./executors/lit-style-transform/executor",
|
|
51
|
+
"schema": "./executors/lit-style-transform/schema.json"
|
|
52
52
|
},
|
|
53
53
|
"lit-docs": {
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
54
|
+
"description": "Generates documentation for Lit web components using Web Component Analyzer.",
|
|
55
|
+
"implementation": "./executors/lit-docs/executor",
|
|
56
|
+
"schema": "./executors/lit-docs/schema.json"
|
|
57
57
|
},
|
|
58
58
|
"localizator": {
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
59
|
+
"description": "Detects, analyzes, transforms, sorts, and generates localization resources for frontend applications.",
|
|
60
|
+
"implementation": "./executors/localizator/executor",
|
|
61
|
+
"schema": "./executors/localizator/schema.json"
|
|
62
62
|
},
|
|
63
63
|
"markdown-to-typescript-transform": {
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
64
|
+
"description": "Converts Markdown files into TypeScript modules using a configurable template.",
|
|
65
|
+
"implementation": "./executors/markdown-to-typescript-transform/executor",
|
|
66
|
+
"schema": "./executors/markdown-to-typescript-transform/schema.json"
|
|
67
67
|
},
|
|
68
68
|
"ng-packagr-build": {
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
69
|
+
"description": "Builds Angular libraries using ng-packagr with extended configuration support.",
|
|
70
|
+
"implementation": "./executors/ng-packagr-build/executor",
|
|
71
|
+
"schema": "./executors/ng-packagr-build/schema.json"
|
|
72
72
|
},
|
|
73
73
|
"ng-api-extractor": {
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
74
|
+
"description": "Runs API Extractor on Angular library builds to generate API reports and documentation.",
|
|
75
|
+
"implementation": "./executors/ng-api-extractor/executor",
|
|
76
|
+
"schema": "./executors/ng-api-extractor/schema.json"
|
|
77
77
|
},
|
|
78
78
|
"ng-proxy-transform": {
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
79
|
+
"description": "Generates Angular wrapper components from Lit web component manifests.",
|
|
80
|
+
"implementation": "./executors/ng-proxy-transform/executor",
|
|
81
|
+
"schema": "./executors/ng-proxy-transform/schema.json"
|
|
82
82
|
},
|
|
83
83
|
"openapi-generator": {
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
84
|
+
"description": "Generates typed API client code from an OpenAPI specification endpoint.",
|
|
85
|
+
"implementation": "./executors/openapi-generator/executor",
|
|
86
|
+
"schema": "./executors/openapi-generator/schema.json"
|
|
87
87
|
},
|
|
88
88
|
"react-proxy-transform": {
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
89
|
+
"description": "Generates React wrapper components from Lit web component manifests.",
|
|
90
|
+
"implementation": "./executors/react-proxy-transform/executor",
|
|
91
|
+
"schema": "./executors/react-proxy-transform/schema.json"
|
|
92
92
|
},
|
|
93
93
|
"release-package": {
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
94
|
+
"description": "Publishes a built package to the npm registry as part of the release workflow.",
|
|
95
|
+
"implementation": "./executors/release-package/executor",
|
|
96
|
+
"schema": "./executors/release-package/schema.json"
|
|
97
97
|
},
|
|
98
98
|
"release-package-json": {
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
99
|
+
"description": "Prepares and patches package.json for publishing during the release process.",
|
|
100
|
+
"implementation": "./executors/release-package-json/executor",
|
|
101
|
+
"schema": "./executors/release-package-json/schema.json"
|
|
102
102
|
},
|
|
103
103
|
"scss-style-bundle": {
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
104
|
+
"description": "Bundles multiple SCSS files into a single consolidated stylesheet output.",
|
|
105
|
+
"implementation": "./executors/scss-style-bundle/executor",
|
|
106
|
+
"schema": "./executors/scss-style-bundle/schema.json"
|
|
107
107
|
},
|
|
108
108
|
"scss-style-transform": {
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
109
|
+
"description": "Compiles SCSS files into CSS and outputs them alongside the source files.",
|
|
110
|
+
"implementation": "./executors/scss-style-transform/executor",
|
|
111
|
+
"schema": "./executors/scss-style-transform/schema.json"
|
|
112
112
|
},
|
|
113
113
|
"svelte-proxy-transform": {
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
114
|
+
"description": "Generates Svelte wrapper components from Lit web component manifests.",
|
|
115
|
+
"implementation": "./executors/svelte-proxy-transform/executor",
|
|
116
|
+
"schema": "./executors/svelte-proxy-transform/schema.json"
|
|
117
117
|
},
|
|
118
118
|
"unrelease-package": {
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
119
|
+
"description": "Unpublishes a package version from the npm registry to revert a release.",
|
|
120
|
+
"implementation": "./executors/unrelease-package/executor",
|
|
121
|
+
"schema": "./executors/unrelease-package/schema.json"
|
|
122
122
|
},
|
|
123
123
|
"vercel-edge-config-sync": {
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
124
|
+
"description": "Fetches Vercel Edge Config values and writes them to a local app.json file.",
|
|
125
|
+
"implementation": "./executors/vercel-edge-config-sync/executor",
|
|
126
|
+
"schema": "./executors/vercel-edge-config-sync/schema.json"
|
|
127
127
|
},
|
|
128
128
|
"vue-proxy-transform": {
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
129
|
+
"description": "Generates Vue wrapper components from Lit web component manifests.",
|
|
130
|
+
"implementation": "./executors/vue-proxy-transform/executor",
|
|
131
|
+
"schema": "./executors/vue-proxy-transform/schema.json"
|
|
132
132
|
},
|
|
133
133
|
"token-linter": {
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
134
|
+
"description": "Lints Style Dictionary design token JSON files against configurable rules and conventions.",
|
|
135
|
+
"implementation": "./executors/token-linter/executor",
|
|
136
|
+
"schema": "./executors/token-linter/schema.json"
|
|
137
137
|
},
|
|
138
138
|
"prisma-seeds": {
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
139
|
+
"description": "Seeds the PostgreSQL database with initial or test data via Prisma.",
|
|
140
|
+
"implementation": "./executors/prisma-seeds/executor",
|
|
141
|
+
"schema": "./executors/prisma-seeds/schema.json"
|
|
142
142
|
},
|
|
143
143
|
"generate-package-docs": {
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
144
|
+
"description": "Generates API documentation for a library package using TypeDoc with Markdown output and configurable post-processing.",
|
|
145
|
+
"implementation": "./executors/generate-package-docs/executor",
|
|
146
|
+
"schema": "./executors/generate-package-docs/schema.json"
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
}
|
package/package.json
CHANGED
|
@@ -1,77 +1,48 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"typedoc": "^0.28.19",
|
|
50
|
-
"typedoc-plugin-markdown": "^4.11.0"
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"@angular/compiler-cli": "^21.2.10",
|
|
54
|
-
"@breadstone-infrastructure/eslint-config": "^0.0.258",
|
|
55
|
-
"@types/node": "^25.6.0",
|
|
56
|
-
"nx": "^22.7.0",
|
|
57
|
-
"tslib": "^2.8.1",
|
|
58
|
-
"typescript": "^5.9.3",
|
|
59
|
-
"typescript-json-schema": "^0.67.1"
|
|
60
|
-
},
|
|
61
|
-
"files": [
|
|
62
|
-
"dist/**/*",
|
|
63
|
-
"src/**/*",
|
|
64
|
-
"executors.json"
|
|
65
|
-
],
|
|
66
|
-
"publishConfig": {
|
|
67
|
-
"access": "public"
|
|
68
|
-
},
|
|
69
|
-
"nx": {
|
|
70
|
-
"includedScripts": []
|
|
71
|
-
},
|
|
72
|
-
"peerDependencies": {
|
|
73
|
-
"@angular/compiler-cli": "*",
|
|
74
|
-
"@types/node": "*",
|
|
75
|
-
"tslib": "*"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
2
|
+
"name": "@breadstone-infrastructure/nx-tasks",
|
|
3
|
+
"description": "Common nx tasks",
|
|
4
|
+
"version": "0.0.260",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
7
|
+
"repository": {
|
|
8
|
+
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
9
|
+
},
|
|
10
|
+
"type": "commonjs",
|
|
11
|
+
"main": "./index.js",
|
|
12
|
+
"commonjs": "./index.js",
|
|
13
|
+
"module": "./index.js",
|
|
14
|
+
"types": "./index.d.ts",
|
|
15
|
+
"executors": "./executors.json",
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@breadstone-infrastructure/prisma-seeds": "^0.0.260",
|
|
18
|
+
"@breadstone-infrastructure/token-linter": "^0.0.260",
|
|
19
|
+
"@breadstone-infrastructure/utilities": "^0.0.260",
|
|
20
|
+
"@breadstone-tools/localizator-app": "^0.0.260",
|
|
21
|
+
"@breadstone-tools/openapi-app": "^0.0.260",
|
|
22
|
+
"@microsoft/api-extractor": "7.58.7",
|
|
23
|
+
"@nx/devkit": "^22.7.0",
|
|
24
|
+
"autoprefixer": "^10.5.0",
|
|
25
|
+
"diff": "^9.0.0",
|
|
26
|
+
"dotenv": "^17.4.2",
|
|
27
|
+
"enquirer": "^2.4.1",
|
|
28
|
+
"gray-matter": "^4.0.3",
|
|
29
|
+
"lightningcss": "^1.32.0",
|
|
30
|
+
"marked": "^18.0.2",
|
|
31
|
+
"ng-packagr": "^21.2.3",
|
|
32
|
+
"postcss": "^8.5.12",
|
|
33
|
+
"prettier": "^3.8.3",
|
|
34
|
+
"rimraf": "^6.1.3",
|
|
35
|
+
"sass": "^1.99.0",
|
|
36
|
+
"semver": "^7.7.4",
|
|
37
|
+
"svgpath": "^2.6.0",
|
|
38
|
+
"svgson": "^5.3.1",
|
|
39
|
+
"type-fest": "^5.6.0",
|
|
40
|
+
"typedoc": "^0.28.19",
|
|
41
|
+
"typedoc-plugin-markdown": "^4.11.0"
|
|
42
|
+
},
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"@angular/compiler-cli": "*",
|
|
45
|
+
"@types/node": "*",
|
|
46
|
+
"tslib": "*"
|
|
47
|
+
}
|
|
48
|
+
}
|
package/dist/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) Breadstone
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
package/dist/executors.json
DELETED
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"executors": {
|
|
3
|
-
"alias-replace": {
|
|
4
|
-
"description": "Replaces alias placeholders in build output files with resolved values from environment, package.json, or custom expressions.",
|
|
5
|
-
"implementation": "./executors/alias-replace/executor",
|
|
6
|
-
"schema": "./executors/alias-replace/schema.json"
|
|
7
|
-
},
|
|
8
|
-
"clean": {
|
|
9
|
-
"description": "Removes build artifacts, caches, and temporary files from a project directory.",
|
|
10
|
-
"implementation": "./executors/clean/executor",
|
|
11
|
-
"schema": "./executors/clean/schema.json"
|
|
12
|
-
},
|
|
13
|
-
"copy": {
|
|
14
|
-
"description": "Copies files or directories from a source to a destination path.",
|
|
15
|
-
"implementation": "./executors/copy/executor",
|
|
16
|
-
"schema": "./executors/copy/schema.json"
|
|
17
|
-
},
|
|
18
|
-
"copy2": {
|
|
19
|
-
"description": "Copies files or directories with extended options and glob pattern support.",
|
|
20
|
-
"implementation": "./executors/copy2/executor",
|
|
21
|
-
"schema": "./executors/copy2/schema.json"
|
|
22
|
-
},
|
|
23
|
-
"docs": {
|
|
24
|
-
"description": "Generates API documentation using API Extractor and outputs it to the docs directory.",
|
|
25
|
-
"implementation": "./executors/docs/executor",
|
|
26
|
-
"schema": "./executors/docs/schema.json"
|
|
27
|
-
},
|
|
28
|
-
"secrets-config-sync": {
|
|
29
|
-
"description": "Fetches secrets from a configurable provider (Doppler, Azure Key Vault) and writes them to local .env files.",
|
|
30
|
-
"implementation": "./executors/secrets-config-sync/executor",
|
|
31
|
-
"schema": "./executors/secrets-config-sync/schema.json"
|
|
32
|
-
},
|
|
33
|
-
"secrets-vercel-sync": {
|
|
34
|
-
"description": "Synchronizes secrets from a configurable provider (Doppler, Azure Key Vault) to a Vercel project/environment.",
|
|
35
|
-
"implementation": "./executors/secrets-vercel-sync/executor",
|
|
36
|
-
"schema": "./executors/secrets-vercel-sync/schema.json"
|
|
37
|
-
},
|
|
38
|
-
"icon-collection-builder": {
|
|
39
|
-
"description": "Builds optimized icon collection bundles from downloaded SVG icon sources.",
|
|
40
|
-
"implementation": "./executors/icon-collection-builder/executor",
|
|
41
|
-
"schema": "./executors/icon-collection-builder/schema.json"
|
|
42
|
-
},
|
|
43
|
-
"icon-collection-downloader": {
|
|
44
|
-
"description": "Downloads icon collections from configured providers (Fluent UI, Lucide, etc.) into the project.",
|
|
45
|
-
"implementation": "./executors/icon-collection-downloader/executor",
|
|
46
|
-
"schema": "./executors/icon-collection-downloader/schema.json"
|
|
47
|
-
},
|
|
48
|
-
"lit-style-transform": {
|
|
49
|
-
"description": "Transforms SCSS files into Lit-compatible CSSResult TypeScript modules.",
|
|
50
|
-
"implementation": "./executors/lit-style-transform/executor",
|
|
51
|
-
"schema": "./executors/lit-style-transform/schema.json"
|
|
52
|
-
},
|
|
53
|
-
"lit-docs": {
|
|
54
|
-
"description": "Generates documentation for Lit web components using Web Component Analyzer.",
|
|
55
|
-
"implementation": "./executors/lit-docs/executor",
|
|
56
|
-
"schema": "./executors/lit-docs/schema.json"
|
|
57
|
-
},
|
|
58
|
-
"localizator": {
|
|
59
|
-
"description": "Detects, analyzes, transforms, sorts, and generates localization resources for frontend applications.",
|
|
60
|
-
"implementation": "./executors/localizator/executor",
|
|
61
|
-
"schema": "./executors/localizator/schema.json"
|
|
62
|
-
},
|
|
63
|
-
"markdown-to-typescript-transform": {
|
|
64
|
-
"description": "Converts Markdown files into TypeScript modules using a configurable template.",
|
|
65
|
-
"implementation": "./executors/markdown-to-typescript-transform/executor",
|
|
66
|
-
"schema": "./executors/markdown-to-typescript-transform/schema.json"
|
|
67
|
-
},
|
|
68
|
-
"ng-packagr-build": {
|
|
69
|
-
"description": "Builds Angular libraries using ng-packagr with extended configuration support.",
|
|
70
|
-
"implementation": "./executors/ng-packagr-build/executor",
|
|
71
|
-
"schema": "./executors/ng-packagr-build/schema.json"
|
|
72
|
-
},
|
|
73
|
-
"ng-api-extractor": {
|
|
74
|
-
"description": "Runs API Extractor on Angular library builds to generate API reports and documentation.",
|
|
75
|
-
"implementation": "./executors/ng-api-extractor/executor",
|
|
76
|
-
"schema": "./executors/ng-api-extractor/schema.json"
|
|
77
|
-
},
|
|
78
|
-
"ng-proxy-transform": {
|
|
79
|
-
"description": "Generates Angular wrapper components from Lit web component manifests.",
|
|
80
|
-
"implementation": "./executors/ng-proxy-transform/executor",
|
|
81
|
-
"schema": "./executors/ng-proxy-transform/schema.json"
|
|
82
|
-
},
|
|
83
|
-
"openapi-generator": {
|
|
84
|
-
"description": "Generates typed API client code from an OpenAPI specification endpoint.",
|
|
85
|
-
"implementation": "./executors/openapi-generator/executor",
|
|
86
|
-
"schema": "./executors/openapi-generator/schema.json"
|
|
87
|
-
},
|
|
88
|
-
"react-proxy-transform": {
|
|
89
|
-
"description": "Generates React wrapper components from Lit web component manifests.",
|
|
90
|
-
"implementation": "./executors/react-proxy-transform/executor",
|
|
91
|
-
"schema": "./executors/react-proxy-transform/schema.json"
|
|
92
|
-
},
|
|
93
|
-
"release-package": {
|
|
94
|
-
"description": "Publishes a built package to the npm registry as part of the release workflow.",
|
|
95
|
-
"implementation": "./executors/release-package/executor",
|
|
96
|
-
"schema": "./executors/release-package/schema.json"
|
|
97
|
-
},
|
|
98
|
-
"release-package-json": {
|
|
99
|
-
"description": "Prepares and patches package.json for publishing during the release process.",
|
|
100
|
-
"implementation": "./executors/release-package-json/executor",
|
|
101
|
-
"schema": "./executors/release-package-json/schema.json"
|
|
102
|
-
},
|
|
103
|
-
"scss-style-bundle": {
|
|
104
|
-
"description": "Bundles multiple SCSS files into a single consolidated stylesheet output.",
|
|
105
|
-
"implementation": "./executors/scss-style-bundle/executor",
|
|
106
|
-
"schema": "./executors/scss-style-bundle/schema.json"
|
|
107
|
-
},
|
|
108
|
-
"scss-style-transform": {
|
|
109
|
-
"description": "Compiles SCSS files into CSS and outputs them alongside the source files.",
|
|
110
|
-
"implementation": "./executors/scss-style-transform/executor",
|
|
111
|
-
"schema": "./executors/scss-style-transform/schema.json"
|
|
112
|
-
},
|
|
113
|
-
"svelte-proxy-transform": {
|
|
114
|
-
"description": "Generates Svelte wrapper components from Lit web component manifests.",
|
|
115
|
-
"implementation": "./executors/svelte-proxy-transform/executor",
|
|
116
|
-
"schema": "./executors/svelte-proxy-transform/schema.json"
|
|
117
|
-
},
|
|
118
|
-
"unrelease-package": {
|
|
119
|
-
"description": "Unpublishes a package version from the npm registry to revert a release.",
|
|
120
|
-
"implementation": "./executors/unrelease-package/executor",
|
|
121
|
-
"schema": "./executors/unrelease-package/schema.json"
|
|
122
|
-
},
|
|
123
|
-
"vercel-edge-config-sync": {
|
|
124
|
-
"description": "Fetches Vercel Edge Config values and writes them to a local app.json file.",
|
|
125
|
-
"implementation": "./executors/vercel-edge-config-sync/executor",
|
|
126
|
-
"schema": "./executors/vercel-edge-config-sync/schema.json"
|
|
127
|
-
},
|
|
128
|
-
"vue-proxy-transform": {
|
|
129
|
-
"description": "Generates Vue wrapper components from Lit web component manifests.",
|
|
130
|
-
"implementation": "./executors/vue-proxy-transform/executor",
|
|
131
|
-
"schema": "./executors/vue-proxy-transform/schema.json"
|
|
132
|
-
},
|
|
133
|
-
"token-linter": {
|
|
134
|
-
"description": "Lints Style Dictionary design token JSON files against configurable rules and conventions.",
|
|
135
|
-
"implementation": "./executors/token-linter/executor",
|
|
136
|
-
"schema": "./executors/token-linter/schema.json"
|
|
137
|
-
},
|
|
138
|
-
"prisma-seeds": {
|
|
139
|
-
"description": "Seeds the PostgreSQL database with initial or test data via Prisma.",
|
|
140
|
-
"implementation": "./executors/prisma-seeds/executor",
|
|
141
|
-
"schema": "./executors/prisma-seeds/schema.json"
|
|
142
|
-
},
|
|
143
|
-
"generate-package-docs": {
|
|
144
|
-
"description": "Generates API documentation for a library package using TypeDoc with Markdown output and configurable post-processing.",
|
|
145
|
-
"implementation": "./executors/generate-package-docs/executor",
|
|
146
|
-
"schema": "./executors/generate-package-docs/schema.json"
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
package/dist/package.json
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@breadstone-infrastructure/nx-tasks",
|
|
3
|
-
"description": "Common nx tasks",
|
|
4
|
-
"version": "0.0.258",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
7
|
-
"repository": {
|
|
8
|
-
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
9
|
-
},
|
|
10
|
-
"type": "commonjs",
|
|
11
|
-
"main": "./index.js",
|
|
12
|
-
"commonjs": "./index.js",
|
|
13
|
-
"module": "./index.js",
|
|
14
|
-
"types": "./index.d.ts",
|
|
15
|
-
"executors": "./executors.json",
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@breadstone-infrastructure/prisma-seeds": "^0.0.258",
|
|
18
|
-
"@breadstone-infrastructure/token-linter": "^0.0.258",
|
|
19
|
-
"@breadstone-infrastructure/utilities": "^0.0.258",
|
|
20
|
-
"@breadstone-tools/localizator-app": "^0.0.258",
|
|
21
|
-
"@breadstone-tools/openapi-app": "^0.0.258",
|
|
22
|
-
"@microsoft/api-extractor": "7.58.7",
|
|
23
|
-
"@nx/devkit": "^22.7.0",
|
|
24
|
-
"autoprefixer": "^10.5.0",
|
|
25
|
-
"diff": "^9.0.0",
|
|
26
|
-
"dotenv": "^17.4.2",
|
|
27
|
-
"enquirer": "^2.4.1",
|
|
28
|
-
"gray-matter": "^4.0.3",
|
|
29
|
-
"lightningcss": "^1.32.0",
|
|
30
|
-
"marked": "^18.0.2",
|
|
31
|
-
"ng-packagr": "^21.2.3",
|
|
32
|
-
"postcss": "^8.5.12",
|
|
33
|
-
"prettier": "^3.8.3",
|
|
34
|
-
"rimraf": "^6.1.3",
|
|
35
|
-
"sass": "^1.99.0",
|
|
36
|
-
"semver": "^7.7.4",
|
|
37
|
-
"svgpath": "^2.6.0",
|
|
38
|
-
"svgson": "^5.3.1",
|
|
39
|
-
"type-fest": "^5.6.0",
|
|
40
|
-
"typedoc": "^0.28.19",
|
|
41
|
-
"typedoc-plugin-markdown": "^4.11.0"
|
|
42
|
-
},
|
|
43
|
-
"peerDependencies": {
|
|
44
|
-
"@angular/compiler-cli": "*",
|
|
45
|
-
"@types/node": "*",
|
|
46
|
-
"tslib": "*"
|
|
47
|
-
}
|
|
48
|
-
}
|