svelte-codicons 0.6.0 → 0.7.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.md +4 -0
- package/lib/ArrowCircleDown.svelte +1 -0
- package/lib/ArrowCircleDown.svelte.d.ts +11 -0
- package/lib/ArrowCircleLeft.svelte +1 -0
- package/lib/ArrowCircleLeft.svelte.d.ts +11 -0
- package/lib/ArrowCircleRight.svelte +1 -0
- package/lib/ArrowCircleRight.svelte.d.ts +11 -0
- package/lib/ArrowCircleUp.svelte +1 -0
- package/lib/ArrowCircleUp.svelte.d.ts +11 -0
- package/lib/ErrorSmall.svelte +1 -0
- package/lib/ErrorSmall.svelte.d.ts +11 -0
- package/lib/Eye.svelte +1 -1
- package/lib/EyeClosed.svelte +1 -1
- package/lib/Indent.svelte +1 -0
- package/lib/Indent.svelte.d.ts +11 -0
- package/lib/Layout.svelte +1 -1
- package/lib/RecordSmall.svelte +1 -0
- package/lib/RecordSmall.svelte.d.ts +11 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.js +7 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.7.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.7.0) - 2022-03-12
|
|
9
|
+
|
|
10
|
+
- Upgrade `@vscode/codicons` to version `0.0.29` (net +7 icons)
|
|
11
|
+
|
|
8
12
|
## [0.6.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.6.0) - 2022-02-14
|
|
9
13
|
|
|
10
14
|
- Upgrade `@vscode/codicons` to version `0.0.28` (net +13 icons)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M5.36891 8.08074L7.50833 10.2202V4.46802H8.50833V10.1473L10.5749 8.08074L11.282 8.78784L8.32545 11.7444H7.61835L4.6618 8.78784L5.36891 8.08074Z"/><path d="M14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8ZM13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8Z"/></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="svelte" />
|
|
2
|
+
import { SvelteComponentTyped } from "svelte";
|
|
3
|
+
|
|
4
|
+
export interface ArrowCircleDownProps
|
|
5
|
+
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
|
|
6
|
+
|
|
7
|
+
export default class ArrowCircleDown extends SvelteComponentTyped<
|
|
8
|
+
ArrowCircleDownProps,
|
|
9
|
+
{},
|
|
10
|
+
{ default: {} }
|
|
11
|
+
> {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M7.91926 10.6311L5.77984 8.49167L11.532 8.49167L11.532 7.49167L5.85271 7.49167L7.91926 5.42511L7.21216 4.718L4.25561 7.67455L4.25561 8.38165L7.21216 11.3382L7.91926 10.6311Z"/><path d="M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3Z"/></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="svelte" />
|
|
2
|
+
import { SvelteComponentTyped } from "svelte";
|
|
3
|
+
|
|
4
|
+
export interface ArrowCircleLeftProps
|
|
5
|
+
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
|
|
6
|
+
|
|
7
|
+
export default class ArrowCircleLeft extends SvelteComponentTyped<
|
|
8
|
+
ArrowCircleLeftProps,
|
|
9
|
+
{},
|
|
10
|
+
{ default: {} }
|
|
11
|
+
> {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M8.08074 5.36891L10.2202 7.50833L4.46802 7.50833L4.46802 8.50833L10.1473 8.50833L8.08073 10.5749L8.78784 11.282L11.7444 8.32545L11.7444 7.61835L8.78784 4.6618L8.08074 5.36891Z"/><path d="M8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14ZM8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13Z"/></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="svelte" />
|
|
2
|
+
import { SvelteComponentTyped } from "svelte";
|
|
3
|
+
|
|
4
|
+
export interface ArrowCircleRightProps
|
|
5
|
+
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
|
|
6
|
+
|
|
7
|
+
export default class ArrowCircleRight extends SvelteComponentTyped<
|
|
8
|
+
ArrowCircleRightProps,
|
|
9
|
+
{},
|
|
10
|
+
{ default: {} }
|
|
11
|
+
> {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M5.36891 7.91926L7.50833 5.77984V11.532H8.50833V5.85271L10.5749 7.91926L11.282 7.21216L8.32545 4.25562H7.61835L4.6618 7.21216L5.36891 7.91926Z"/><path d="M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8ZM13 8C13 5.23858 10.7614 3 8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13C10.7614 13 13 10.7614 13 8Z"/></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="svelte" />
|
|
2
|
+
import { SvelteComponentTyped } from "svelte";
|
|
3
|
+
|
|
4
|
+
export interface ArrowCircleUpProps
|
|
5
|
+
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
|
|
6
|
+
|
|
7
|
+
export default class ArrowCircleUp extends SvelteComponentTyped<
|
|
8
|
+
ArrowCircleUpProps,
|
|
9
|
+
{},
|
|
10
|
+
{ default: {} }
|
|
11
|
+
> {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M9.17699 10.1051L8.00026 8.92835L6.82348 10.1051L5.89526 9.17693L7.07205 8.00014L5.89526 6.82335L6.82348 5.89514L8.00026 7.07193L9.17699 5.8952L10.1052 6.82342L8.92848 8.00014L10.1052 9.17687L9.17699 10.1051Z"/><path d="M12.0002 8C12.0002 10.2091 10.2094 12 8.00024 12C5.79111 12 4.00024 10.2091 4.00024 8C4.00024 5.79086 5.79111 4 8.00024 4C10.2094 4 12.0002 5.79086 12.0002 8ZM11.0002 8C11.0002 6.34315 9.6571 5 8.00024 5C6.34339 5 5.00024 6.34315 5.00024 8C5.00024 9.65685 6.34339 11 8.00024 11C9.6571 11 11.0002 9.65685 11.0002 8Z"/></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="svelte" />
|
|
2
|
+
import { SvelteComponentTyped } from "svelte";
|
|
3
|
+
|
|
4
|
+
export interface ErrorSmallProps
|
|
5
|
+
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
|
|
6
|
+
|
|
7
|
+
export default class ErrorSmall extends SvelteComponentTyped<
|
|
8
|
+
ErrorSmallProps,
|
|
9
|
+
{},
|
|
10
|
+
{ default: {} }
|
|
11
|
+
> {}
|
package/lib/Eye.svelte
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M1
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M1 9.50073C1 5.60073 4.1 2.50073 8 2.50073C11.9 2.50073 15 5.60073 15 9.50073H14C14 6.20073 11.3 3.50073 8 3.50073C4.7 3.50073 2 6.20073 2 9.50073H1ZM5 9.50073C5 7.80073 6.3 6.50073 8 6.50073C9.7 6.50073 11 7.80073 11 9.50073C11 11.2007 9.7 12.5007 8 12.5007C6.3 12.5007 5 11.2007 5 9.50073ZM6 9.50073C6 10.6007 6.9 11.5007 8 11.5007C9.1 11.5007 10 10.6007 10 9.50073C10 8.40073 9.1 7.50073 8 7.50073C6.9 7.50073 6 8.40073 6 9.50073Z"/></svg>
|
package/lib/EyeClosed.svelte
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M8
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.50073C6.5 2.50073 5.2 2.90073 4.1 3.70073L4.9 4.40073C5.8 3.80073 6.8 3.50073 8 3.50073C11.3 3.50073 14 6.20073 14 9.50073H15C15 5.60073 11.9 2.50073 8 2.50073ZM1 3.50078L2.6 5.00078C1.6 6.20078 1 7.80078 1 9.50078H2C2 8.00078 2.5 6.70078 3.4 5.70078L5.6 7.70078C5.2 8.20078 5 8.80078 5 9.50078C5 11.2008 6.3 12.5008 8 12.5008C8.8 12.5008 9.5 12.2008 10 11.7008L13 14.5008L13.7 13.8008L1.7 2.80078L1 3.50078ZM6.3 8.40078L9.2 11.1008C8.9 11.3008 8.5 11.5008 8 11.5008C6.9 11.5008 6 10.6008 6 9.50078C6 9.10078 6.1 8.70078 6.3 8.40078ZM11 10.0007L10 9.10073C9.8 8.30073 9.1 7.60073 8.2 7.50073L7.2 6.60073C7.5 6.50073 7.7 6.50073 8 6.50073C9.7 6.50073 11 7.80073 11 9.50073V10.0007Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M4 5V6.984C4 7.11661 4.0527 7.24379 4.1465 7.33755C4.2402 7.43132 4.3674 7.484 4.5 7.484H11.382L9.749 5.851L10.456 5.144L12.577 7.265L13 7.688V8.256L10.456 10.8L9.749 10.093L11.359 8.484H4.5C4.1022 8.484 3.7207 8.32597 3.4393 8.04466C3.158 7.76336 3 7.38182 3 6.984V5H4Z"/></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="svelte" />
|
|
2
|
+
import { SvelteComponentTyped } from "svelte";
|
|
3
|
+
|
|
4
|
+
export interface IndentProps
|
|
5
|
+
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
|
|
6
|
+
|
|
7
|
+
export default class Indent extends SvelteComponentTyped<
|
|
8
|
+
IndentProps,
|
|
9
|
+
{},
|
|
10
|
+
{ default: {} }
|
|
11
|
+
> {}
|
package/lib/Layout.svelte
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M3 2L2 3V13L3 14H7L8 13V3L7 2H3ZM3 13V3H7V13H3Z"/><path d="M10 3L11 2H14L15 3V6L14 7H11L10 6V3ZM11 3V6H14V3H11Z"/><path d="M10 10L11 9H14L15 10V13L14 14H11L10 13V10ZM11 10V13H14V10H11Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M8.00024 9C8.55253 9 9.00024 8.55228 9.00024 8C9.00024 7.44772 8.55253 7 8.00024 7C7.44796 7 7.00024 7.44772 7.00024 8C7.00024 8.55228 7.44796 9 8.00024 9Z"/><path d="M12.0002 8C12.0002 10.2091 10.2094 12 8.00024 12C5.79111 12 4.00024 10.2091 4.00024 8C4.00024 5.79086 5.79111 4 8.00024 4C10.2094 4 12.0002 5.79086 12.0002 8ZM11.0002 8C11.0002 6.34315 9.6571 5 8.00024 5C6.34339 5 5.00024 6.34315 5.00024 8C5.00024 9.65685 6.34339 11 8.00024 11C9.6571 11 11.0002 9.65685 11.0002 8Z"/></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="svelte" />
|
|
2
|
+
import { SvelteComponentTyped } from "svelte";
|
|
3
|
+
|
|
4
|
+
export interface RecordSmallProps
|
|
5
|
+
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
|
|
6
|
+
|
|
7
|
+
export default class RecordSmall extends SvelteComponentTyped<
|
|
8
|
+
RecordSmallProps,
|
|
9
|
+
{},
|
|
10
|
+
{ default: {} }
|
|
11
|
+
> {}
|
package/lib/index.d.ts
CHANGED
|
@@ -3,6 +3,10 @@ export { default as ActivateBreakpoints } from "./ActivateBreakpoints.svelte";
|
|
|
3
3
|
export { default as Add } from "./Add.svelte";
|
|
4
4
|
export { default as Archive } from "./Archive.svelte";
|
|
5
5
|
export { default as ArrowBoth } from "./ArrowBoth.svelte";
|
|
6
|
+
export { default as ArrowCircleDown } from "./ArrowCircleDown.svelte";
|
|
7
|
+
export { default as ArrowCircleLeft } from "./ArrowCircleLeft.svelte";
|
|
8
|
+
export { default as ArrowCircleRight } from "./ArrowCircleRight.svelte";
|
|
9
|
+
export { default as ArrowCircleUp } from "./ArrowCircleUp.svelte";
|
|
6
10
|
export { default as ArrowDown } from "./ArrowDown.svelte";
|
|
7
11
|
export { default as ArrowLeft } from "./ArrowLeft.svelte";
|
|
8
12
|
export { default as ArrowRight } from "./ArrowRight.svelte";
|
|
@@ -117,6 +121,7 @@ export { default as Edit } from "./Edit.svelte";
|
|
|
117
121
|
export { default as EditorLayout } from "./EditorLayout.svelte";
|
|
118
122
|
export { default as Ellipsis } from "./Ellipsis.svelte";
|
|
119
123
|
export { default as EmptyWindow } from "./EmptyWindow.svelte";
|
|
124
|
+
export { default as ErrorSmall } from "./ErrorSmall.svelte";
|
|
120
125
|
export { default as Error } from "./Error.svelte";
|
|
121
126
|
export { default as Exclude } from "./Exclude.svelte";
|
|
122
127
|
export { default as ExpandAll } from "./ExpandAll.svelte";
|
|
@@ -175,6 +180,7 @@ export { default as Home } from "./Home.svelte";
|
|
|
175
180
|
export { default as HorizontalRule } from "./HorizontalRule.svelte";
|
|
176
181
|
export { default as Hubot } from "./Hubot.svelte";
|
|
177
182
|
export { default as Inbox } from "./Inbox.svelte";
|
|
183
|
+
export { default as Indent } from "./Indent.svelte";
|
|
178
184
|
export { default as Info } from "./Info.svelte";
|
|
179
185
|
export { default as Inspect } from "./Inspect.svelte";
|
|
180
186
|
export { default as IssueDraft } from "./IssueDraft.svelte";
|
|
@@ -266,6 +272,7 @@ export { default as Quote } from "./Quote.svelte";
|
|
|
266
272
|
export { default as RadioTower } from "./RadioTower.svelte";
|
|
267
273
|
export { default as Reactions } from "./Reactions.svelte";
|
|
268
274
|
export { default as RecordKeys } from "./RecordKeys.svelte";
|
|
275
|
+
export { default as RecordSmall } from "./RecordSmall.svelte";
|
|
269
276
|
export { default as Record } from "./Record.svelte";
|
|
270
277
|
export { default as Redo } from "./Redo.svelte";
|
|
271
278
|
export { default as References } from "./References.svelte";
|
package/lib/index.js
CHANGED
|
@@ -3,6 +3,10 @@ export { default as ActivateBreakpoints } from "./ActivateBreakpoints.svelte";
|
|
|
3
3
|
export { default as Add } from "./Add.svelte";
|
|
4
4
|
export { default as Archive } from "./Archive.svelte";
|
|
5
5
|
export { default as ArrowBoth } from "./ArrowBoth.svelte";
|
|
6
|
+
export { default as ArrowCircleDown } from "./ArrowCircleDown.svelte";
|
|
7
|
+
export { default as ArrowCircleLeft } from "./ArrowCircleLeft.svelte";
|
|
8
|
+
export { default as ArrowCircleRight } from "./ArrowCircleRight.svelte";
|
|
9
|
+
export { default as ArrowCircleUp } from "./ArrowCircleUp.svelte";
|
|
6
10
|
export { default as ArrowDown } from "./ArrowDown.svelte";
|
|
7
11
|
export { default as ArrowLeft } from "./ArrowLeft.svelte";
|
|
8
12
|
export { default as ArrowRight } from "./ArrowRight.svelte";
|
|
@@ -117,6 +121,7 @@ export { default as Edit } from "./Edit.svelte";
|
|
|
117
121
|
export { default as EditorLayout } from "./EditorLayout.svelte";
|
|
118
122
|
export { default as Ellipsis } from "./Ellipsis.svelte";
|
|
119
123
|
export { default as EmptyWindow } from "./EmptyWindow.svelte";
|
|
124
|
+
export { default as ErrorSmall } from "./ErrorSmall.svelte";
|
|
120
125
|
export { default as Error } from "./Error.svelte";
|
|
121
126
|
export { default as Exclude } from "./Exclude.svelte";
|
|
122
127
|
export { default as ExpandAll } from "./ExpandAll.svelte";
|
|
@@ -175,6 +180,7 @@ export { default as Home } from "./Home.svelte";
|
|
|
175
180
|
export { default as HorizontalRule } from "./HorizontalRule.svelte";
|
|
176
181
|
export { default as Hubot } from "./Hubot.svelte";
|
|
177
182
|
export { default as Inbox } from "./Inbox.svelte";
|
|
183
|
+
export { default as Indent } from "./Indent.svelte";
|
|
178
184
|
export { default as Info } from "./Info.svelte";
|
|
179
185
|
export { default as Inspect } from "./Inspect.svelte";
|
|
180
186
|
export { default as IssueDraft } from "./IssueDraft.svelte";
|
|
@@ -266,6 +272,7 @@ export { default as Quote } from "./Quote.svelte";
|
|
|
266
272
|
export { default as RadioTower } from "./RadioTower.svelte";
|
|
267
273
|
export { default as Reactions } from "./Reactions.svelte";
|
|
268
274
|
export { default as RecordKeys } from "./RecordKeys.svelte";
|
|
275
|
+
export { default as RecordSmall } from "./RecordSmall.svelte";
|
|
269
276
|
export { default as Record } from "./Record.svelte";
|
|
270
277
|
export { default as Redo } from "./Redo.svelte";
|
|
271
278
|
export { default as References } from "./References.svelte";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-codicons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "VS Code Codicons as Svelte components",
|
|
6
6
|
"author": "Eric Liu (https://github.com/metonym)",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@sveltejs/vite-plugin-svelte": "next",
|
|
22
|
-
"@vscode/codicons": "0.0.
|
|
22
|
+
"@vscode/codicons": "0.0.29",
|
|
23
23
|
"gh-pages": "^3.2.3",
|
|
24
|
-
"rollup": "^2.
|
|
24
|
+
"rollup": "^2.70.0",
|
|
25
25
|
"svelte": "^3.46.4",
|
|
26
|
-
"svelte-check": "^2.4.
|
|
27
|
-
"svelte-readme": "^3.6.
|
|
28
|
-
"svelvg": "^0.
|
|
29
|
-
"vitest": "^0.
|
|
26
|
+
"svelte-check": "^2.4.5",
|
|
27
|
+
"svelte-readme": "^3.6.3",
|
|
28
|
+
"svelvg": "^0.10.0",
|
|
29
|
+
"vitest": "^0.6.0"
|
|
30
30
|
},
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|