@alistigo/artifact-config-list-format 0.1.0 → 0.1.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/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @alistigo/artifact-config-list-format
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@alistigo/artifact-config-list-format.svg?style=flat)](https://www.npmjs.com/package/@alistigo/artifact-config-list-format)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue?logo=typescript)](https://www.typescriptlang.org/)
6
+ [![CI](https://github.com/alistigo/holos/actions/workflows/ci.yml/badge.svg)](https://github.com/alistigo/holos/actions/workflows/ci.yml)
7
+
3
8
  JSON Schema and TypeScript types for the Alistigo list artifact config document.
4
9
 
5
10
  ## Install
package/dist/package.json CHANGED
@@ -1,7 +1,29 @@
1
1
  {
2
2
  "name": "@alistigo/artifact-config-list-format",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
+ "description": "JSON Schema and TypeScript types for the Alistigo list artifact config.",
4
5
  "license": "MIT",
6
+ "author": {
7
+ "name": "Mikael Labrut",
8
+ "email": "contact@alistigo.com"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/alistigo/holos.git",
13
+ "directory": "packages/alistigo-artifact-config-list-format"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/alistigo/holos/issues"
17
+ },
18
+ "homepage": "https://github.com/alistigo/holos/tree/main/packages/alistigo-artifact-config-list-format#readme",
19
+ "keywords": [
20
+ "alistigo",
21
+ "artifact",
22
+ "list",
23
+ "config",
24
+ "json-schema",
25
+ "typescript"
26
+ ],
5
27
  "private": false,
6
28
  "type": "module",
7
29
  "exports": {
package/package.json CHANGED
@@ -1,7 +1,29 @@
1
1
  {
2
2
  "name": "@alistigo/artifact-config-list-format",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
+ "description": "JSON Schema and TypeScript types for the Alistigo list artifact config.",
4
5
  "license": "MIT",
6
+ "author": {
7
+ "name": "Mikael Labrut",
8
+ "email": "contact@alistigo.com"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/alistigo/holos.git",
13
+ "directory": "packages/alistigo-artifact-config-list-format"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/alistigo/holos/issues"
17
+ },
18
+ "homepage": "https://github.com/alistigo/holos/tree/main/packages/alistigo-artifact-config-list-format#readme",
19
+ "keywords": [
20
+ "alistigo",
21
+ "artifact",
22
+ "list",
23
+ "config",
24
+ "json-schema",
25
+ "typescript"
26
+ ],
5
27
  "private": false,
6
28
  "type": "module",
7
29
  "exports": {