@dbwebb/databas 1.2.2 → 1.3.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.
@@ -36,7 +36,6 @@ usage ()
36
36
  "Usage: $SCRIPT check [options] <command> [arguments]"
37
37
  ""
38
38
  "Command:"
39
- " eslint Checks executed by eslint."
40
39
  " labbmiljo Checks related to the labbmiljö."
41
40
  " kmom01 Checks related to kmom01."
42
41
  " kmom02 Checks related to kmom02."
@@ -44,6 +43,8 @@ usage ()
44
43
  " kmom04 Checks related to kmom04."
45
44
  " kmom05 Checks related to kmom05."
46
45
  " kmom06 Checks related to kmom06."
46
+ " Obsolete below"
47
+ " eslint Checks executed by eslint."
47
48
  ""
48
49
  "Options:"
49
50
  " --only-this Check only the specific kmom, no previous ones."
@@ -451,14 +452,11 @@ PATHS_KMOM03=(
451
452
  "kmom/03/classic/select.sql"
452
453
  "kmom/03/classic/er.pdf"
453
454
  "kmom/03/DatabaseExample"
455
+ "kmom/03/DatabaseExample/DatabaseExample.csproj"
454
456
  "kmom/03/DatabaseExample/Program.cs"
455
- "kmom/03/DatabaseExample/Database.cs"
456
- "kmom/03/DatabaseExample/Queries.cs"
457
457
  "kmom/03/ClassicModels"
458
+ "kmom/03/ClassicModels/ClassicModels.csproj"
458
459
  "kmom/03/ClassicModels/Program.cs"
459
- "kmom/03/ClassicModels/Database.cs"
460
- "kmom/03/ClassicModels/Queries.cs"
461
- "kmom/03/ClassicModels/Menu.cs"
462
460
  )
463
461
 
464
462
  PATHS_KMOM04=(
@@ -5,7 +5,7 @@
5
5
  export SCRIPT="@dbwebb/databas"
6
6
 
7
7
  # Current version
8
- export VERSION="1.2.2"
8
+ export VERSION="1.3.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.2.2",
3
+ "version": "1.3.1",
4
4
  "description": "CLI to work with the databas source, for staff and student.",
5
5
  "license": "MIT",
6
6
  "keywords": [