@sudobility/sudojo_types 1.1.9 → 1.1.10
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -83,7 +83,7 @@ exports.TECHNIQUE_TITLE_TO_ID = {
|
|
|
83
83
|
'WXYZ-Wing': TechniqueId.WXYZ_WING,
|
|
84
84
|
'Almost Locked Sets': TechniqueId.ALMOST_LOCKED_SETS,
|
|
85
85
|
'Finned Squirmbag': TechniqueId.FINNED_SQUIRMBAG,
|
|
86
|
-
'ALS
|
|
86
|
+
'ALS Chain': TechniqueId.ALS_CHAIN,
|
|
87
87
|
};
|
|
88
88
|
/** Convert a TechniqueId to its bit position in the bitfield */
|
|
89
89
|
function techniqueToBit(techniqueId) {
|
package/dist/index.js
CHANGED
|
@@ -83,7 +83,7 @@ exports.TECHNIQUE_TITLE_TO_ID = {
|
|
|
83
83
|
'WXYZ-Wing': TechniqueId.WXYZ_WING,
|
|
84
84
|
'Almost Locked Sets': TechniqueId.ALMOST_LOCKED_SETS,
|
|
85
85
|
'Finned Squirmbag': TechniqueId.FINNED_SQUIRMBAG,
|
|
86
|
-
'ALS
|
|
86
|
+
'ALS Chain': TechniqueId.ALS_CHAIN,
|
|
87
87
|
};
|
|
88
88
|
/** Convert a TechniqueId to its bit position in the bitfield */
|
|
89
89
|
function techniqueToBit(techniqueId) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/sudojo_types",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"description": "TypeScript types for Sudojo API - Sudoku learning platform",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"author": "Sudobility",
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@sudobility/types": "^1.9.
|
|
47
|
+
"@sudobility/types": "^1.9.41"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@eslint/js": "^9.38.0",
|
|
51
|
-
"@sudobility/types": "^1.9.
|
|
51
|
+
"@sudobility/types": "^1.9.41",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
53
53
|
"@typescript-eslint/parser": "^8.46.2",
|
|
54
54
|
"eslint": "^9.38.0",
|