git-coco 0.20.0 → 0.20.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 +1 -1
- package/dist/index.esm.mjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,6 +144,6 @@ We welcome contributions! Check out our [CONTRIBUTING.md](CONTRIBUTING.md) for m
|
|
|
144
144
|
MIT © [gfargo](https://github.com/gfargo/)
|
|
145
145
|
|
|
146
146
|
<div style="text-align:center; padding-top: 2rem;">
|
|
147
|
-
<img src="https://
|
|
147
|
+
<img src="https://coco.griffen.codes/mascott/mascott_d.png" width="200px">
|
|
148
148
|
<p>Thanks for using <code>coco</code> ✨💜</p>
|
|
149
149
|
</div>
|
package/dist/index.esm.mjs
CHANGED
|
@@ -46,7 +46,7 @@ import * as readline from 'readline';
|
|
|
46
46
|
/**
|
|
47
47
|
* Current build version from package.json
|
|
48
48
|
*/
|
|
49
|
-
const BUILD_VERSION = "0.20.
|
|
49
|
+
const BUILD_VERSION = "0.20.1";
|
|
50
50
|
|
|
51
51
|
const isInteractive = (config) => {
|
|
52
52
|
return config?.mode === 'interactive' || !!config?.interactive;
|
|
@@ -750,12 +750,12 @@ function loadIgnore(config) {
|
|
|
750
750
|
/**
|
|
751
751
|
* Schema ID for JSON validation
|
|
752
752
|
*/
|
|
753
|
-
const SCHEMA_PUBLIC_URL = "https://
|
|
753
|
+
const SCHEMA_PUBLIC_URL = "https://coco.griffen.codes/schema.json";
|
|
754
754
|
/**
|
|
755
755
|
* Generated JSON schema
|
|
756
756
|
*/
|
|
757
757
|
const schema$1 = {
|
|
758
|
-
"$id": "https://
|
|
758
|
+
"$id": "https://coco.griffen.codes/schema.json",
|
|
759
759
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
760
760
|
"$ref": "#/definitions/ConfigWithServiceObject",
|
|
761
761
|
"definitions": {
|
package/dist/index.js
CHANGED
|
@@ -68,7 +68,7 @@ var readline__namespace = /*#__PURE__*/_interopNamespaceDefault(readline$1);
|
|
|
68
68
|
/**
|
|
69
69
|
* Current build version from package.json
|
|
70
70
|
*/
|
|
71
|
-
const BUILD_VERSION = "0.20.
|
|
71
|
+
const BUILD_VERSION = "0.20.1";
|
|
72
72
|
|
|
73
73
|
const isInteractive = (config) => {
|
|
74
74
|
return config?.mode === 'interactive' || !!config?.interactive;
|
|
@@ -772,12 +772,12 @@ function loadIgnore(config) {
|
|
|
772
772
|
/**
|
|
773
773
|
* Schema ID for JSON validation
|
|
774
774
|
*/
|
|
775
|
-
const SCHEMA_PUBLIC_URL = "https://
|
|
775
|
+
const SCHEMA_PUBLIC_URL = "https://coco.griffen.codes/schema.json";
|
|
776
776
|
/**
|
|
777
777
|
* Generated JSON schema
|
|
778
778
|
*/
|
|
779
779
|
const schema$1 = {
|
|
780
|
-
"$id": "https://
|
|
780
|
+
"$id": "https://coco.griffen.codes/schema.json",
|
|
781
781
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
782
782
|
"$ref": "#/definitions/ConfigWithServiceObject",
|
|
783
783
|
"definitions": {
|