@schemastore/workflows 0.0.7 → 1.0.1
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/LICENSE +674 -21
- package/README.md +6 -20
- package/index.d.ts +592 -386
- package/package.json +5 -9
package/README.md
CHANGED
|
@@ -1,28 +1,14 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
## Installation
|
|
4
|
-
|
|
5
|
-
```
|
|
6
|
-
npm i @schemastore/workflows
|
|
7
|
-
yarn add @schemastore/workflows
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
## Summary
|
|
1
|
+
# Installation
|
|
2
|
+
> `npm install --save @schemastore/workflows`
|
|
11
3
|
|
|
4
|
+
# Summary
|
|
12
5
|
This package contains type definitions for workflows.
|
|
13
6
|
|
|
14
|
-
##
|
|
15
|
-
|
|
16
|
-
```ts
|
|
17
|
-
import * as workflows from '@schemastore/workflows';
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## Note
|
|
7
|
+
## Details
|
|
21
8
|
|
|
22
|
-
|
|
9
|
+
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/workflows.
|
|
23
10
|
|
|
24
11
|
## Additional Details
|
|
25
12
|
|
|
26
|
-
*
|
|
27
|
-
* Last updated: Sat, Jul 19, 2025, 17:01:26 GMT
|
|
13
|
+
* Last updated: Sun, Mar 15, 2026, 21:50:50 GMT
|
|
28
14
|
* Dependencies: none
|