@keshavsoft/kschema-cli 1.6.1 → 1.7.2
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/bin/cli.js +1 -1
- package/bin/{v2/commands/template → v7/commands/template/basic}/package.json +2 -2
- package/bin/{v3 → v7}/commands/template/basic/read.js +1 -1
- package/bin/{v4 → v7}/core/resolveCommand.js +3 -2
- package/package.json +4 -4
- package/bin/v2/commands/init.js +0 -20
- package/bin/v2/commands/template/read.js +0 -8
- package/bin/v2/start.js +0 -23
- package/bin/v3/commands/init.js +0 -18
- package/bin/v3/commands/steps/announce.js +0 -3
- package/bin/v3/commands/steps/decideFolderName.js +0 -4
- package/bin/v3/commands/steps/locateDestination.js +0 -5
- package/bin/v3/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
- package/bin/v3/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v3/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
- package/bin/v3/commands/template/basic/Config/Schemas/StockItems.json +0 -45
- package/bin/v3/commands/template/basic/Data/BillsTable.json +0 -165
- package/bin/v3/commands/template/basic/Data/ItemsTable.json +0 -200
- package/bin/v3/commands/template/basic/Data/LedgerNames.json +0 -6
- package/bin/v3/commands/template/basic/Data/StockItems.json +0 -45
- package/bin/v3/commands/template/basic/app.js +0 -4
- package/bin/v3/commands/template/basic/package-lock.json +0 -21
- package/bin/v3/commands/template/basic/package.json +0 -13
- package/bin/v3/commands/template/basic/write.js +0 -8
- package/bin/v3/commands/template/express/.vscode/launch.json +0 -12
- package/bin/v3/commands/template/express/Config/api.json +0 -8
- package/bin/v3/commands/template/express/Config/schema.json +0 -8
- package/bin/v3/commands/template/express/Config/ui.json +0 -8
- package/bin/v3/commands/template/express/config.json +0 -4
- package/bin/v3/commands/test.js +0 -36
- package/bin/v3/start.js +0 -27
- package/bin/v4/commands/steps/createProject.js +0 -6
- package/bin/v4/commands/steps/decideTemplate.js +0 -3
- package/bin/v4/commands/steps/locateSource.js +0 -14
- package/bin/v4/commands/template/basic/.vscode/launch.json +0 -12
- package/bin/v4/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
- package/bin/v4/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v4/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
- package/bin/v4/commands/template/basic/Config/Schemas/StockItems.json +0 -45
- package/bin/v4/commands/template/basic/Config/api.json +0 -8
- package/bin/v4/commands/template/basic/Config/schema.json +0 -8
- package/bin/v4/commands/template/basic/Config/ui.json +0 -8
- package/bin/v4/commands/template/basic/Data/BillsTable.json +0 -165
- package/bin/v4/commands/template/basic/Data/ItemsTable.json +0 -200
- package/bin/v4/commands/template/basic/Data/LedgerNames.json +0 -6
- package/bin/v4/commands/template/basic/Data/StockItems.json +0 -45
- package/bin/v4/commands/template/basic/app.js +0 -4
- package/bin/v4/commands/template/basic/config.json +0 -4
- package/bin/v4/commands/template/basic/package-lock.json +0 -21
- package/bin/v4/commands/template/basic/package.json +0 -13
- package/bin/v4/commands/template/basic/read.js +0 -8
- package/bin/v4/commands/template/basic/write.js +0 -8
- package/bin/v4/commands/template/express/.env +0 -8
- package/bin/v4/commands/template/express/.env.local +0 -7
- package/bin/v4/commands/template/express/.vscode/launch.json +0 -12
- package/bin/v4/commands/template/express/Config/Schemas/BillsTable.json +0 -166
- package/bin/v4/commands/template/express/Config/Schemas/ItemsTable.json +0 -206
- package/bin/v4/commands/template/express/Config/Schemas/LedgerNames.json +0 -50
- package/bin/v4/commands/template/express/Config/Schemas/StockItems.json +0 -45
- package/bin/v4/commands/template/express/Config/api.json +0 -8
- package/bin/v4/commands/template/express/Config/schema.json +0 -8
- package/bin/v4/commands/template/express/Config/ui.json +0 -8
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
- package/bin/v4/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
- package/bin/v4/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
- package/bin/v4/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
- package/bin/v4/commands/template/express/app.js +0 -33
- package/bin/v4/commands/template/express/config.json +0 -4
- package/bin/v4/commands/template/express/package.json +0 -18
- package/bin/v4/commands/test.js +0 -36
- package/bin/v5/commands/init.js +0 -23
- package/bin/v5/commands/steps/announce.js +0 -3
- package/bin/v5/commands/steps/createProject.js +0 -6
- package/bin/v5/commands/steps/decideTemplate.js +0 -3
- package/bin/v5/commands/steps/locateDestination.js +0 -5
- package/bin/v5/commands/steps/locateSource.js +0 -14
- package/bin/v5/commands/template/basic/.vscode/launch.json +0 -12
- package/bin/v5/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
- package/bin/v5/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v5/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
- package/bin/v5/commands/template/basic/Config/Schemas/StockItems.json +0 -45
- package/bin/v5/commands/template/basic/Config/api.json +0 -8
- package/bin/v5/commands/template/basic/Config/schema.json +0 -8
- package/bin/v5/commands/template/basic/Config/ui.json +0 -8
- package/bin/v5/commands/template/basic/Data/BillsTable.json +0 -165
- package/bin/v5/commands/template/basic/Data/ItemsTable.json +0 -200
- package/bin/v5/commands/template/basic/Data/LedgerNames.json +0 -6
- package/bin/v5/commands/template/basic/Data/StockItems.json +0 -45
- package/bin/v5/commands/template/basic/app.js +0 -4
- package/bin/v5/commands/template/basic/config.json +0 -4
- package/bin/v5/commands/template/basic/package-lock.json +0 -21
- package/bin/v5/commands/template/basic/package.json +0 -13
- package/bin/v5/commands/template/basic/read.js +0 -8
- package/bin/v5/commands/template/basic/write.js +0 -8
- package/bin/v5/commands/template/express/.env +0 -8
- package/bin/v5/commands/template/express/.env.local +0 -7
- package/bin/v5/commands/template/express/.vscode/launch.json +0 -12
- package/bin/v5/commands/template/express/Config/Schemas/BillsTable.json +0 -166
- package/bin/v5/commands/template/express/Config/Schemas/ItemsTable.json +0 -206
- package/bin/v5/commands/template/express/Config/Schemas/LedgerNames.json +0 -50
- package/bin/v5/commands/template/express/Config/Schemas/StockItems.json +0 -45
- package/bin/v5/commands/template/express/Config/api.json +0 -8
- package/bin/v5/commands/template/express/Config/schema.json +0 -8
- package/bin/v5/commands/template/express/Config/ui.json +0 -8
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
- package/bin/v5/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
- package/bin/v5/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
- package/bin/v5/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
- package/bin/v5/commands/template/express/app.js +0 -33
- package/bin/v5/commands/template/express/config.json +0 -4
- package/bin/v5/commands/template/express/package.json +0 -18
- package/bin/v5/commands/test.js +0 -36
- package/bin/v5/core/parseInput.js +0 -10
- package/bin/v5/core/resolveCommand.js +0 -13
- package/bin/v5/core/resolveFolderName.js +0 -17
- package/bin/v5/start.js +0 -23
- package/bin/v6/commands/generateSamples.js +0 -21
- package/bin/v6/commands/init.js +0 -23
- package/bin/v6/commands/steps/announce.js +0 -3
- package/bin/v6/commands/steps/createProject.js +0 -6
- package/bin/v6/commands/steps/decideTemplate.js +0 -3
- package/bin/v6/commands/steps/locateDestination.js +0 -5
- package/bin/v6/commands/steps/locateSource.js +0 -14
- package/bin/v6/commands/template/baseTemplate.js +0 -11
- package/bin/v6/commands/template/basic/.vscode/launch.json +0 -12
- package/bin/v6/commands/template/basic/Config/Schemas/BillsTable.json +0 -165
- package/bin/v6/commands/template/basic/Config/Schemas/ItemsTable.json +0 -200
- package/bin/v6/commands/template/basic/Config/Schemas/LedgerNames.json +0 -50
- package/bin/v6/commands/template/basic/Config/Schemas/StockItems.json +0 -45
- package/bin/v6/commands/template/basic/Config/api.json +0 -8
- package/bin/v6/commands/template/basic/Config/schema.json +0 -8
- package/bin/v6/commands/template/basic/Config/ui.json +0 -8
- package/bin/v6/commands/template/basic/Data/BillsTable.json +0 -165
- package/bin/v6/commands/template/basic/Data/ItemsTable.json +0 -200
- package/bin/v6/commands/template/basic/Data/LedgerNames.json +0 -6
- package/bin/v6/commands/template/basic/Data/StockItems.json +0 -45
- package/bin/v6/commands/template/basic/app.js +0 -4
- package/bin/v6/commands/template/basic/config.json +0 -4
- package/bin/v6/commands/template/basic/package-lock.json +0 -21
- package/bin/v6/commands/template/basic/package.json +0 -13
- package/bin/v6/commands/template/basic/read.js +0 -8
- package/bin/v6/commands/template/basic/write.js +0 -8
- package/bin/v6/commands/template/express/.env +0 -8
- package/bin/v6/commands/template/express/.env.local +0 -7
- package/bin/v6/commands/template/express/.vscode/launch.json +0 -12
- package/bin/v6/commands/template/express/Config/Schemas/BillsTable.json +0 -166
- package/bin/v6/commands/template/express/Config/Schemas/ItemsTable.json +0 -206
- package/bin/v6/commands/template/express/Config/Schemas/LedgerNames.json +0 -50
- package/bin/v6/commands/template/express/Config/Schemas/StockItems.json +0 -45
- package/bin/v6/commands/template/express/Config/api.json +0 -8
- package/bin/v6/commands/template/express/Config/schema.json +0 -8
- package/bin/v6/commands/template/express/Config/ui.json +0 -8
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -6
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -12
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -29
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -22
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -20
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -16
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -26
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -25
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -166
- package/bin/v6/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -38
- package/bin/v6/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -108
- package/bin/v6/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -38
- package/bin/v6/commands/template/express/app.js +0 -33
- package/bin/v6/commands/template/express/config.json +0 -4
- package/bin/v6/commands/template/express/package.json +0 -18
- package/bin/v6/commands/test.js +0 -36
- package/bin/v6/core/parseInput.js +0 -10
- package/bin/v6/core/resolveCommand.js +0 -13
- package/bin/v6/core/resolveFolderName.js +0 -17
- package/bin/v6/start.js +0 -23
- package/src/template/v1/Config/Schemas/BillsTable.json +0 -165
- package/src/template/v1/Config/Schemas/ItemsTable.json +0 -200
- package/src/template/v1/Config/Schemas/LedgerNames.json +0 -45
- package/src/template/v1/Config/Schemas/StockItems.json +0 -45
- package/src/template/v1/Config/api.json +0 -8
- package/src/template/v1/Config/schema.json +0 -8
- package/src/template/v1/Config/ui.json +0 -8
- package/src/template/v1/config.json +0 -4
- package/template/v1/Config/Schemas/BillsTable.json +0 -165
- package/template/v1/Config/Schemas/ItemsTable.json +0 -200
- package/template/v1/Config/Schemas/LedgerNames.json +0 -45
- package/template/v1/Config/Schemas/StockItems.json +0 -45
- package/template/v1/Config/api.json +0 -8
- package/template/v1/Config/schema.json +0 -8
- package/template/v1/Config/ui.json +0 -8
- package/template/v1/config.json +0 -4
- package/template/v2/Config/Schemas/BillsTable.json +0 -165
- package/template/v2/Config/Schemas/ItemsTable.json +0 -200
- package/template/v2/Config/Schemas/LedgerNames.json +0 -50
- package/template/v2/Config/Schemas/StockItems.json +0 -45
- package/template/v2/Config/api.json +0 -8
- package/template/v2/Config/schema.json +0 -8
- package/template/v2/Config/ui.json +0 -8
- package/template/v2/Data/BillsTable.json +0 -1
- package/template/v2/Data/ItemsTable.json +0 -1
- package/template/v2/Data/LedgerNames.json +0 -6
- package/template/v2/Data/StockItems.json +0 -1
- package/template/v2/config.json +0 -4
- package/template/v2/delete.js +0 -8
- package/template/v2/package.json +0 -15
- package/template/v2/read.js +0 -8
- package/template/v2/write.js +0 -8
- /package/bin/{v5 → v7}/commands/generateSamples.js +0 -0
- /package/bin/{v4 → v7}/commands/init.js +0 -0
- /package/bin/{v4 → v7}/commands/steps/announce.js +0 -0
- /package/bin/{v3 → v7}/commands/steps/createProject.js +0 -0
- /package/bin/{v3 → v7}/commands/steps/decideTemplate.js +0 -0
- /package/bin/{v4 → v7}/commands/steps/locateDestination.js +0 -0
- /package/bin/{v3 → v7}/commands/steps/locateSource.js +0 -0
- /package/bin/{v5 → v7}/commands/template/baseTemplate.js +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/.vscode/launch.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/BillsTable.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/ItemsTable.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/LedgerNames.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/StockItems.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/api.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/schema.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Config/ui.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/BillsTable.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/ItemsTable.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/LedgerNames.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/Data/StockItems.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/app.js +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/config.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/package-lock.json +0 -0
- /package/bin/{v2/commands/template → v7/commands/template/basic}/write.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/.env +0 -0
- /package/bin/{v3 → v7}/commands/template/express/.env.local +0 -0
- /package/bin/{v3/commands/template/basic → v7/commands/template/express}/.vscode/launch.json +0 -0
- /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/BillsTable.json +0 -0
- /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/ItemsTable.json +0 -0
- /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/LedgerNames.json +0 -0
- /package/bin/{v3 → v7}/commands/template/express/Config/Schemas/StockItems.json +0 -0
- /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/api.json +0 -0
- /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/schema.json +0 -0
- /package/bin/{v3/commands/template/basic → v7/commands/template/express}/Config/ui.json +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/build.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/config.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/main.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/publish.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/repo.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/schema.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/utils.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/Builder/version.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/buildAndCopy.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/NonSecured/latestVersion.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/Secured/buildProtected.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/ForFrontEnd/Secured/latestVersion.js +0 -0
- /package/bin/{v3 → v7}/commands/template/express/app.js +0 -0
- /package/bin/{v3/commands/template/basic → v7/commands/template/express}/config.json +0 -0
- /package/bin/{v3 → v7}/commands/template/express/package.json +0 -0
- /package/bin/{v2 → v7}/commands/test.js +0 -0
- /package/bin/{v4 → v7}/core/parseInput.js +0 -0
- /package/bin/{v4 → v7}/core/resolveFolderName.js +0 -0
- /package/bin/{v4 → v7}/start.js +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/BillsTable.json
RENAMED
|
File without changes
|
/package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/ItemsTable.json
RENAMED
|
File without changes
|
/package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/LedgerNames.json
RENAMED
|
File without changes
|
/package/bin/{v2/commands/template → v7/commands/template/basic}/Config/Schemas/StockItems.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v3/commands/template/basic → v7/commands/template/express}/.vscode/launch.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/{v4 → v7}/start.js
RENAMED
|
File without changes
|