@oliversalzburg/js-utils 0.0.51-dev.17 → 0.0.51-dev.19
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/graphics/palette.d.ts +13 -13
- package/graphics/palette.js +13 -13
- package/package.json +5 -7
package/graphics/palette.d.ts
CHANGED
|
@@ -11,55 +11,55 @@ export declare const PALETTES: number[][];
|
|
|
11
11
|
*/
|
|
12
12
|
export declare const NamedPalettes: {
|
|
13
13
|
/**
|
|
14
|
-
* 
|
|
15
15
|
*/
|
|
16
16
|
Seaside: number;
|
|
17
17
|
/**
|
|
18
|
-
* 
|
|
19
19
|
*/
|
|
20
20
|
Midnight: number;
|
|
21
21
|
/**
|
|
22
|
-
* 
|
|
23
23
|
*/
|
|
24
24
|
FrogPond: number;
|
|
25
25
|
/**
|
|
26
|
-
* 
|
|
27
27
|
*/
|
|
28
28
|
Terminator: number;
|
|
29
29
|
/**
|
|
30
|
-
* 
|
|
31
31
|
*/
|
|
32
32
|
AutumnLake: number;
|
|
33
33
|
/**
|
|
34
|
-
* 
|
|
35
35
|
*/
|
|
36
36
|
Camouflage: number;
|
|
37
37
|
/**
|
|
38
|
-
* 
|
|
39
39
|
*/
|
|
40
40
|
Spring: number;
|
|
41
41
|
/**
|
|
42
|
-
* 
|
|
43
43
|
*/
|
|
44
44
|
Plight: number;
|
|
45
45
|
/**
|
|
46
|
-
* 
|
|
47
47
|
*/
|
|
48
48
|
SunflowerField: number;
|
|
49
49
|
/**
|
|
50
|
-
* 
|
|
51
51
|
*/
|
|
52
52
|
Lillypads: number;
|
|
53
53
|
/**
|
|
54
|
-
* 
|
|
55
55
|
*/
|
|
56
56
|
Terra: number;
|
|
57
57
|
/**
|
|
58
|
-
* 
|
|
59
59
|
*/
|
|
60
60
|
Tundra: number;
|
|
61
61
|
/**
|
|
62
|
-
* 
|
|
63
63
|
*/
|
|
64
64
|
Riverside: number;
|
|
65
65
|
};
|
package/graphics/palette.js
CHANGED
|
@@ -328,55 +328,55 @@ export const PALETTES = [
|
|
|
328
328
|
*/
|
|
329
329
|
export const NamedPalettes = {
|
|
330
330
|
/**
|
|
331
|
-
* 
|
|
332
332
|
*/
|
|
333
333
|
Seaside: 0,
|
|
334
334
|
/**
|
|
335
|
-
* 
|
|
336
336
|
*/
|
|
337
337
|
Midnight: 1,
|
|
338
338
|
/**
|
|
339
|
-
* 
|
|
340
340
|
*/
|
|
341
341
|
FrogPond: 2,
|
|
342
342
|
/**
|
|
343
|
-
* 
|
|
344
344
|
*/
|
|
345
345
|
Terminator: 3,
|
|
346
346
|
/**
|
|
347
|
-
* 
|
|
348
348
|
*/
|
|
349
349
|
AutumnLake: 4,
|
|
350
350
|
/**
|
|
351
|
-
* 
|
|
352
352
|
*/
|
|
353
353
|
Camouflage: 5,
|
|
354
354
|
/**
|
|
355
|
-
* 
|
|
356
356
|
*/
|
|
357
357
|
Spring: 6,
|
|
358
358
|
/**
|
|
359
|
-
* 
|
|
360
360
|
*/
|
|
361
361
|
Plight: 7,
|
|
362
362
|
/**
|
|
363
|
-
* 
|
|
364
364
|
*/
|
|
365
365
|
SunflowerField: 8,
|
|
366
366
|
/**
|
|
367
|
-
* 
|
|
368
368
|
*/
|
|
369
369
|
Lillypads: 9,
|
|
370
370
|
/**
|
|
371
|
-
* 
|
|
372
372
|
*/
|
|
373
373
|
Terra: 10,
|
|
374
374
|
/**
|
|
375
|
-
* 
|
|
376
376
|
*/
|
|
377
377
|
Tundra: 11,
|
|
378
378
|
/**
|
|
379
|
-
* 
|
|
380
380
|
*/
|
|
381
381
|
Riverside: 12,
|
|
382
382
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@oliversalzburg/js-utils",
|
|
4
|
-
"version": "0.0.51-dev.
|
|
4
|
+
"version": "0.0.51-dev.19",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
|
|
7
7
|
"repository": {
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"./**/*.map"
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
|
-
"build": "yarn run build:tsc && yarn run docs
|
|
22
|
+
"build": "yarn run build:tsc && yarn run build:docs",
|
|
23
|
+
"build:docs": "./docs/build.sh",
|
|
23
24
|
"build:tsc": "tsc",
|
|
24
25
|
"build:tsc:watch": "tsc --watch",
|
|
25
26
|
"clean": "rm -rf ./_site ./coverage ./dist-area ./lib",
|
|
26
|
-
"docs:typedoc": "typedoc",
|
|
27
27
|
"lint": "yarn run lint:all",
|
|
28
28
|
"lint:all": "yarn run lint:eslint && yarn run lint:prettier && yarn run lint:tsc",
|
|
29
29
|
"lint:eslint": "eslint .",
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
},
|
|
39
39
|
"types": "./index.d.ts",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@droppedcode/typedoc-plugin-copy-assets": "1.0.11",
|
|
42
41
|
"@eslint/js": "9.5.0",
|
|
43
42
|
"@oliversalzburg/eslint-config": "0.0.12",
|
|
44
43
|
"@types/chai": "4.3.16",
|
|
@@ -50,7 +49,7 @@
|
|
|
50
49
|
"chai": "5.1.1",
|
|
51
50
|
"eslint": "9.5.0",
|
|
52
51
|
"eslint-config-prettier": "9.1.0",
|
|
53
|
-
"eslint-plugin-jsdoc": "48.
|
|
52
|
+
"eslint-plugin-jsdoc": "48.5.0",
|
|
54
53
|
"eslint-plugin-tsdoc": "0.3.0",
|
|
55
54
|
"globals": "15.6.0",
|
|
56
55
|
"lint-staged": "15.2.7",
|
|
@@ -58,8 +57,7 @@
|
|
|
58
57
|
"prettier": "3.3.2",
|
|
59
58
|
"prettier-package-json": "2.8.0",
|
|
60
59
|
"prettier-plugin-organize-imports": "3.2.4",
|
|
61
|
-
"typedoc": "0.
|
|
62
|
-
"typedoc-plugin-extras": "3.0.0",
|
|
60
|
+
"typedoc": "0.26.2",
|
|
63
61
|
"typedoc-plugin-mdn-links": "3.2.1",
|
|
64
62
|
"typescript": "5.4.5",
|
|
65
63
|
"typescript-eslint": "8.0.0-alpha.33"
|