@pogo-vcs/pogo 0.12.1 → 0.14.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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +13 -13
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -189,4 +189,4 @@ In short:
|
|
|
189
189
|
- You can create and distribute modified versions of Pogo, but you must not misrepresent the software's origin, you must clearly mark your changes, and you must retain the original license notice.
|
|
190
190
|
- I don't take any responsibility for any damages or losses that may occur as a result of using Pogo. If you encounter any issues, please report them to me.
|
|
191
191
|
|
|
192
|
-
If you make any modifications to Pogo, I would appreciate it if you shared them with me. I'm always interested in learning from others and improving my own work.
|
|
192
|
+
If you make any modifications to Pogo, I would appreciate it if you shared them with me. I'm always interested in learning from others and improving my own work.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pogo-vcs/pogo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "A centralized version control system that is simple and easy to use.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -37,74 +37,74 @@
|
|
|
37
37
|
"archives": {
|
|
38
38
|
"darwin-arm64": {
|
|
39
39
|
"name": "pogo_Darwin_arm64.tar.gz",
|
|
40
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
40
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.14.0/pogo_Darwin_arm64.tar.gz",
|
|
41
41
|
"bins": [
|
|
42
42
|
"pogo"
|
|
43
43
|
],
|
|
44
44
|
"format": "tar.gz",
|
|
45
45
|
"checksum": {
|
|
46
46
|
"algorithm": "sha256",
|
|
47
|
-
"digest": "
|
|
47
|
+
"digest": "3fa77e5e57beb97308bb2d74a89a62290a582be5a2a99409df5e2a126b09fa2e"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"darwin-x64": {
|
|
51
51
|
"name": "pogo_Darwin_x86_64.tar.gz",
|
|
52
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
52
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.14.0/pogo_Darwin_x86_64.tar.gz",
|
|
53
53
|
"bins": [
|
|
54
54
|
"pogo"
|
|
55
55
|
],
|
|
56
56
|
"format": "tar.gz",
|
|
57
57
|
"checksum": {
|
|
58
58
|
"algorithm": "sha256",
|
|
59
|
-
"digest": "
|
|
59
|
+
"digest": "ff0943eb31cdc1ae54301dc82792ff3d7c900dabc0f0733a35246d2ed95ae425"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"linux-arm64": {
|
|
63
63
|
"name": "pogo_Linux_arm64.tar.gz",
|
|
64
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
64
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.14.0/pogo_Linux_arm64.tar.gz",
|
|
65
65
|
"bins": [
|
|
66
66
|
"pogo"
|
|
67
67
|
],
|
|
68
68
|
"format": "tar.gz",
|
|
69
69
|
"checksum": {
|
|
70
70
|
"algorithm": "sha256",
|
|
71
|
-
"digest": "
|
|
71
|
+
"digest": "d4b7ccf052bdcd1fe3cf5376b6d11a7256de1ce00235cac680cc53aae100dd77"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"linux-x64": {
|
|
75
75
|
"name": "pogo_Linux_x86_64.tar.gz",
|
|
76
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
76
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.14.0/pogo_Linux_x86_64.tar.gz",
|
|
77
77
|
"bins": [
|
|
78
78
|
"pogo"
|
|
79
79
|
],
|
|
80
80
|
"format": "tar.gz",
|
|
81
81
|
"checksum": {
|
|
82
82
|
"algorithm": "sha256",
|
|
83
|
-
"digest": "
|
|
83
|
+
"digest": "4d417fb872270142517b27aa286e41346a71dea10bc78b59165328f23c77b40b"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"win32-arm64": {
|
|
87
87
|
"name": "pogo_Windows_arm64.zip",
|
|
88
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
88
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.14.0/pogo_Windows_arm64.zip",
|
|
89
89
|
"bins": [
|
|
90
90
|
"pogo.exe"
|
|
91
91
|
],
|
|
92
92
|
"format": "zip",
|
|
93
93
|
"checksum": {
|
|
94
94
|
"algorithm": "sha256",
|
|
95
|
-
"digest": "
|
|
95
|
+
"digest": "d836622608bfba3bb9b11129aca48dcdf964853b64e1077e21ec38af4d39dd2c"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"win32-x64": {
|
|
99
99
|
"name": "pogo_Windows_x86_64.zip",
|
|
100
|
-
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.
|
|
100
|
+
"url": "https://github.com/pogo-vcs/pogo/releases/download/v0.14.0/pogo_Windows_x86_64.zip",
|
|
101
101
|
"bins": [
|
|
102
102
|
"pogo.exe"
|
|
103
103
|
],
|
|
104
104
|
"format": "zip",
|
|
105
105
|
"checksum": {
|
|
106
106
|
"algorithm": "sha256",
|
|
107
|
-
"digest": "
|
|
107
|
+
"digest": "ccea50e359240f61bc106a51996ee118392cfd96f4d465d801b2962e3c2cdada"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|