sudoku-pro 1.0.2 → 1.0.3

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/license +1 -1
  3. package/package.json +13 -10
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # sudoku-pro: Sudoku Generator and Sudoku Solver
2
2
 
3
- sudoku-pro is a Node.js package that provides functionalities to generate, solve, and print Sudoku puzzles of varying difficulty levels using the backtracking algorithm. It offers an easy-to-use interface to create Sudoku puzzles for both recreational and educational purposes.
3
+ sudoku-pro package that provides functionalities to generate, solve, and print Sudoku puzzles of varying difficulty levels using the backtracking algorithm. It offers an easy-to-use interface to create Sudoku puzzles for both recreational and educational purposes.
4
4
 
5
5
  ## Installation
6
6
 
package/license CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011-2016 Ashish Vashisht <concur.dev@gmail.com>
1
+ Copyright (c) 2024 Ashish Vashisht <concur.dev@gmail.com>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sudoku-pro",
3
- "version": "1.0.2",
4
- "description": "sudoku-pro humbly presents itself as your go-to Node.js toolkit for generating, solving, and printing Sudoku puzzles spanning different difficulty levels. Powered by the reliable backtracking algorithm, it aspires to offer enthusiasts and learners alike a simple yet effective platform to engage with Sudoku puzzles. With Sudoku-Pro, embark on a journey of brain-teasing challenges or delve into educational endeavors with ease. Our humble interface aims to make Sudoku puzzle creation and enjoyment accessible to all, ensuring a delightful experience for users of varying skill levels. Join us in exploring the possibilities of Sudoku puzzles while we humbly accompany you on your puzzle-solving adventures.",
3
+ "version": "1.0.3",
4
+ "description": "sudoku-pro humbly presents itself as your go-to toolkit for generating, solving, and printing Sudoku puzzles spanning different difficulty levels. Powered by the reliable backtracking algorithm, it aspires to offer enthusiasts and learners alike a simple yet effective platform to engage with Sudoku puzzles. With Sudoku-Pro, embark on a journey of brain-teasing challenges or delve into educational endeavors with ease. This humble interface aims to make Sudoku puzzle creation and enjoyment accessible to all, ensuring a delightful experience for users of varying skill levels. Join us in exploring the possibilities of Sudoku puzzles while we humbly accompany you on your puzzle-solving adventures.",
5
5
  "main": "sudoku-pro.js",
6
6
  "repository": {
7
7
  "type": "git",
@@ -17,23 +17,26 @@
17
17
  ],
18
18
  "keywords": [
19
19
  "Sudoku",
20
- "Sudoku Teaser",
21
- "Puzzle",
22
- "Game",
23
- "Numbers Game",
24
- "Board",
25
- "Sudoku Engine",
20
+ "Sudoku Algorithm",
26
21
  "Sudoku Generator",
27
22
  "Sudoku Solver",
23
+ "Sudoku Teaser",
24
+ "Sudoku Puzzle",
25
+ "Sudoku Engine",
28
26
  "Sudoku Difficulty",
27
+ "Sudoku Logic",
29
28
  "Easy Sudoku",
30
29
  "Medium Sudoku",
31
30
  "Hard Sudoku",
32
- "Logic Game",
33
- "Recreational Mathematics",
34
31
  "Brain Teaser",
32
+ "Puzzle",
35
33
  "Puzzle Game",
34
+ "Game",
36
35
  "Numbers Game",
36
+ "Board Game",
37
+ "Logic Game",
38
+ "Numbers Game",
39
+ "Recreational Mathematics",
37
40
  "Backtracking"
38
41
  ],
39
42
  "author": "Ashish Vashisht",