@dbwebb/databas 1.1.3 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -467,23 +467,51 @@ PATHS_KMOM03=(
467
467
  )
468
468
 
469
469
  PATHS_KMOM04=(
470
- "lab/"
471
- "lab/lab_04/"
472
- "public/dom.html"
473
- "public/css/dom.css"
474
- "public/js/dom.js"
470
+ "kmom/04"
471
+ "kmom/04/README.md"
472
+ "kmom/04/transaction"
473
+ "kmom/04/transaction/create.sql"
474
+ "kmom/04/transaction/insert.sql"
475
+ "kmom/04/transaction/dml.sql"
476
+ "kmom/04/BankExample"
477
+ "kmom/04/BankExample/Program.cs"
478
+ "kmom/04/Bank"
479
+ "kmom/04/Bank/Program.cs"
480
+ "kmom/04/Bank/sql"
481
+ "kmom/04/Bank/sql/setup.sql"
482
+ "kmom/04/Bank/sql/bank.puml"
483
+ "kmom/04/er.pdf"
475
484
  )
476
485
 
477
486
  PATHS_KMOM05=(
478
- "public/fetch.html"
479
- "public/css/fetch.css"
480
- "public/js/fetch.js"
487
+ "kmom/05"
488
+ "kmom/05/README.md"
489
+ "kmom/05/procedure"
490
+ "kmom/05/procedure/procedure.sql"
491
+ "kmom/05/BankExample"
492
+ "kmom/05/BankExample/Program.cs"
493
+ "kmom/05/Bank"
494
+ "kmom/05/Bank/Program.cs"
495
+ "kmom/05/Bank/sql"
496
+ "kmom/05/Bank/sql/setup.sql"
497
+ "kmom/05/Bank/sql/bank.puml"
498
+ "kmom/05/er.pdf"
481
499
  )
482
500
 
483
501
  PATHS_KMOM06=(
484
- "public/duckhunt.html"
485
- "public/css/duckhunt.css"
486
- "public/js/duckhunt.js"
502
+ "kmom/06"
503
+ "kmom/06/README.md"
504
+ "kmom/06/trigger"
505
+ "kmom/06/trigger/trigger.sql"
506
+ "kmom/06/Bank"
507
+ "kmom/06/Bank/Program.cs"
508
+ "kmom/06/Bank/sql"
509
+ "kmom/06/Bank/sql/setup.sql"
510
+ "kmom/06/Bank/sql/bank.puml"
511
+ "kmom/06/eshop"
512
+ "kmom/06/eshop/er.pdf"
513
+ "kmom/06/eshop/setup.sql"
514
+ "kmom/06/eshop/schema.pdf"
487
515
  )
488
516
 
489
517
  PATHS_KMOM10=(
@@ -748,6 +776,9 @@ main ()
748
776
  local command
749
777
  local args
750
778
 
779
+ # defaults
780
+ NO_ESLINT=1
781
+
751
782
  while (( $# ))
752
783
  do
753
784
  case "$1" in
@@ -5,7 +5,7 @@
5
5
  export SCRIPT="@dbwebb/databas"
6
6
 
7
7
  # Current version
8
- export VERSION="1.1.3"
8
+ export VERSION="1.2.1"
9
9
 
10
10
 
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbwebb/databas",
3
- "version": "1.1.3",
3
+ "version": "1.2.1",
4
4
  "description": "CLI to work with the databas source, for staff and student.",
5
5
  "license": "MIT",
6
6
  "keywords": [