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 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://git-co.co/mascott/mascott_d.png" width="200px">
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>
@@ -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.0";
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://git-co.co/schema.json";
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://git-co.co/schema.json",
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.0";
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://git-co.co/schema.json";
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://git-co.co/schema.json",
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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-coco",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "zero-effort git commits with coco.",
5
5
  "author": "gfargo <ghfargo@gmail.com>",
6
6
  "license": "MIT",