@versatiles/style 4.2.2 → 4.2.4
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/styles/index.d.ts +1 -0
- package/package.json +5 -5
package/dist/styles/index.d.ts
CHANGED
|
@@ -11,3 +11,4 @@ type MakeStyle<T extends StyleBuilder<T>> = ((options?: StyleBuilderOptions<T>)
|
|
|
11
11
|
export declare const colorful: MakeStyle<Colorful>;
|
|
12
12
|
export declare const graybeard: MakeStyle<Graybeard>;
|
|
13
13
|
export declare const neutrino: MakeStyle<Neutrino>;
|
|
14
|
+
export type Style = MakeStyle<Colorful> | MakeStyle<Graybeard> | MakeStyle<Neutrino>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versatiles/style",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.4",
|
|
4
4
|
"description": "Generate StyleJSON for MapLibre",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "module",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@types/color": "^3.0.6",
|
|
32
|
-
"brace-expansion": "^
|
|
32
|
+
"brace-expansion": "^4.0.0",
|
|
33
33
|
"color": "^4.2.3"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@types/brace-expansion": "^1.1.2",
|
|
47
47
|
"@types/inquirer": "^9.0.7",
|
|
48
48
|
"@types/jest": "^29.5.12",
|
|
49
|
-
"@types/node": "^20.11.
|
|
49
|
+
"@types/node": "^20.11.24",
|
|
50
50
|
"@types/tar-stream": "^3.1.3",
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "^7.0
|
|
52
|
-
"@typescript-eslint/parser": "^7.0
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
52
|
+
"@typescript-eslint/parser": "^7.1.0",
|
|
53
53
|
"@versatiles/container": "^1.2.1",
|
|
54
54
|
"@versatiles/release-tool": "^1.2.2",
|
|
55
55
|
"bin-pack": "^1.0.2",
|