@fgv/ts-sudoku-lib 2.0.2-alpha.0 → 2.1.0

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/CHANGELOG.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@fgv/ts-sudoku-lib",
3
+ "entries": [
4
+ {
5
+ "version": "2.1.0",
6
+ "tag": "@fgv/ts-sudoku-lib_v2.1.0",
7
+ "date": "Tue, 31 Oct 2023 19:56:26 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "bump versions"
12
+ },
13
+ {
14
+ "comment": "initial checkin"
15
+ },
16
+ {
17
+ "comment": "update dependencies"
18
+ }
19
+ ]
20
+ }
21
+ }
22
+ ]
23
+ }
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # Change Log - @fgv/ts-sudoku-lib
2
+
3
+ This log was last generated on Tue, 31 Oct 2023 19:56:26 GMT and should not be manually modified.
4
+
5
+ ## 2.1.0
6
+ Tue, 31 Oct 2023 19:56:26 GMT
7
+
8
+ ### Updates
9
+
10
+ - bump versions
11
+ - initial checkin
12
+ - update dependencies
13
+
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.35.2"
8
+ "packageVersion": "7.38.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgv/ts-sudoku-lib",
3
- "version": "2.0.2-alpha.0",
3
+ "version": "2.1.0",
4
4
  "description": "Sudoku rules library",
5
5
  "main": "lib/index.js",
6
6
  "types": "dist/ts-json.d.ts",
@@ -19,41 +19,41 @@
19
19
  },
20
20
  "homepage": "https://github.com/ErikFortune/fgv/libraries/ts-sudoku-lib#readme",
21
21
  "devDependencies": {
22
- "@fgv/ts-json": "2.0.2-alpha.0",
23
- "@fgv/ts-utils": "2.0.2-alpha.0",
24
- "@fgv/ts-utils-jest": "2.0.2-alpha.0",
25
- "@microsoft/api-documenter": "^7.22.14",
26
- "@microsoft/api-extractor": "^7.35.2",
27
- "@types/jest": "^29.5.2",
28
- "@types/node": "^20.2.5",
29
- "@typescript-eslint/eslint-plugin": "^5.59.9",
30
- "@typescript-eslint/parser": "^5.59.9",
31
- "cspell": "^6.31.1",
32
- "eslint": "^8.42.0",
33
- "eslint-config-prettier": "^8.8.0",
22
+ "@fgv/ts-json": "2.1.0",
23
+ "@fgv/ts-utils": "2.1.0",
24
+ "@fgv/ts-utils-jest": "2.1.0",
25
+ "@microsoft/api-documenter": "^7.23.10",
26
+ "@microsoft/api-extractor": "^7.38.1",
27
+ "@types/jest": "^29.5.7",
28
+ "@types/node": "^20.8.9",
29
+ "@typescript-eslint/eslint-plugin": "^6.9.1",
30
+ "@typescript-eslint/parser": "^6.9.1",
31
+ "cspell": "^7.3.8",
32
+ "eslint": "^8.52.0",
33
+ "eslint-config-prettier": "^9.0.0",
34
34
  "eslint-config-standard": "^17.1.0",
35
35
  "eslint-plugin-header": "^3.1.1",
36
- "eslint-plugin-import": "^2.27.5",
36
+ "eslint-plugin-import": "^2.29.0",
37
37
  "eslint-plugin-node": "^11.1.0",
38
- "eslint-plugin-prettier": "^4.2.1",
38
+ "eslint-plugin-prettier": "^5.0.1",
39
39
  "eslint-plugin-promise": "^6.1.1",
40
- "jest": "^29.5.0",
41
- "prettier": "^2.8.8",
42
- "rimraf": "^5.0.1",
43
- "ts-jest": "^29.1.0",
40
+ "jest": "^29.7.0",
41
+ "prettier": "^3.0.3",
42
+ "rimraf": "^5.0.5",
43
+ "ts-jest": "^29.1.1",
44
44
  "ts-node": "^10.9.1",
45
- "typescript": "^5.1.3",
46
- "eslint-plugin-n": "^16.0.0",
47
- "@rushstack/heft": "~0.53.0",
48
- "@rushstack/heft-node-rig": "~2.2.3",
49
- "@types/heft-jest": "1.0.3",
50
- "@rushstack/eslint-config": "~3.3.1",
51
- "@rushstack/heft-jest-plugin": "~0.7.4",
45
+ "typescript": "^5.2.2",
46
+ "eslint-plugin-n": "^16.2.0",
47
+ "@rushstack/heft": "~0.63.0",
48
+ "@rushstack/heft-node-rig": "~2.3.8",
49
+ "@types/heft-jest": "1.0.5",
50
+ "@rushstack/eslint-config": "~3.4.1",
51
+ "@rushstack/heft-jest-plugin": "~0.10.2",
52
52
  "eslint-plugin-tsdoc": "~0.2.17"
53
53
  },
54
54
  "peerDependencies": {
55
- "@fgv/ts-utils": "^2.0.2-alpha.0",
56
- "@fgv/ts-json": "^2.0.2-alpha.0"
55
+ "@fgv/ts-utils": "^2.1.0",
56
+ "@fgv/ts-json": "^2.1.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "heft test --clean",