shipthis 0.1.22 → 0.1.23
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.
|
@@ -45,7 +45,7 @@ const CreateKeystore = ({ onComplete, onError, ...boxProps }) => {
|
|
|
45
45
|
onError(err);
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
return /* @__PURE__ */ jsx(Box, { flexDirection: "column", gap: 1, ...boxProps, children: /* @__PURE__ */ jsx(
|
|
48
|
+
return /* @__PURE__ */ jsx(Box, { flexDirection: "column", gap: 1, ...boxProps, children: gameId && /* @__PURE__ */ jsx(
|
|
49
49
|
RunWithSpinner,
|
|
50
50
|
{
|
|
51
51
|
executeMethod: handleCreate,
|
|
@@ -12,7 +12,7 @@ import 'fs';
|
|
|
12
12
|
import 'luxon';
|
|
13
13
|
import { a as getProjectCredentials } from '../../../../index-CIa2EDQ6.js';
|
|
14
14
|
import '@inkjs/ui';
|
|
15
|
-
import { C as CreateKeystore } from '../../../../Create-
|
|
15
|
+
import { C as CreateKeystore } from '../../../../Create-t_E231OA.js';
|
|
16
16
|
import 'yazl';
|
|
17
17
|
import '@tanstack/react-query';
|
|
18
18
|
import 'crypto';
|
|
@@ -28,7 +28,7 @@ import 'path';
|
|
|
28
28
|
import 'qrcode';
|
|
29
29
|
import 'string-length';
|
|
30
30
|
import 'strip-ansi';
|
|
31
|
-
import { C as CreateKeystore } from '../../Create-
|
|
31
|
+
import { C as CreateKeystore } from '../../Create-t_E231OA.js';
|
|
32
32
|
import { I as ImportKeystore } from '../../Import-Ljz1gxXd.js';
|
|
33
33
|
import { C as ConnectGoogle } from '../../index-DyOv-ge5.js';
|
|
34
34
|
import { C as CreateServiceAccountKey } from '../../index-DrcGhlrc.js';
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shipthis",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "shipthis",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.23",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/apple-utils": "2.0.3",
|
package/oclif.manifest.json
CHANGED
|
@@ -156,110 +156,6 @@
|
|
|
156
156
|
"status.js"
|
|
157
157
|
]
|
|
158
158
|
},
|
|
159
|
-
"internal:fastlane": {
|
|
160
|
-
"aliases": [],
|
|
161
|
-
"args": {
|
|
162
|
-
"username": {
|
|
163
|
-
"description": "Your Apple email address",
|
|
164
|
-
"name": "username",
|
|
165
|
-
"required": true
|
|
166
|
-
},
|
|
167
|
-
"file": {
|
|
168
|
-
"description": "Path where the fastlane session will be written",
|
|
169
|
-
"name": "file",
|
|
170
|
-
"required": true
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"description": "Output a fastlane session file which can be used with xcodes",
|
|
174
|
-
"examples": [
|
|
175
|
-
"<%= config.bin %> <%= command.id %>",
|
|
176
|
-
"<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
|
|
177
|
-
],
|
|
178
|
-
"flags": {
|
|
179
|
-
"force": {
|
|
180
|
-
"char": "f",
|
|
181
|
-
"name": "force",
|
|
182
|
-
"allowNo": false,
|
|
183
|
-
"type": "boolean"
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
"hasDynamicHelp": false,
|
|
187
|
-
"hiddenAliases": [],
|
|
188
|
-
"id": "internal:fastlane",
|
|
189
|
-
"pluginAlias": "shipthis",
|
|
190
|
-
"pluginName": "shipthis",
|
|
191
|
-
"pluginType": "core",
|
|
192
|
-
"strict": true,
|
|
193
|
-
"enableJsonFlag": false,
|
|
194
|
-
"isESM": true,
|
|
195
|
-
"relativePath": [
|
|
196
|
-
"dist",
|
|
197
|
-
"commands",
|
|
198
|
-
"internal",
|
|
199
|
-
"fastlane.js"
|
|
200
|
-
]
|
|
201
|
-
},
|
|
202
|
-
"internal:readme": {
|
|
203
|
-
"aliases": [],
|
|
204
|
-
"args": {
|
|
205
|
-
"outputDir": {
|
|
206
|
-
"description": "The directory where the readme files will be written",
|
|
207
|
-
"name": "outputDir",
|
|
208
|
-
"required": true
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
"description": "Generate the readme files for the commands",
|
|
212
|
-
"examples": [
|
|
213
|
-
"<%= config.bin %> <%= command.id %>"
|
|
214
|
-
],
|
|
215
|
-
"flags": {
|
|
216
|
-
"notDryRun": {
|
|
217
|
-
"char": "n",
|
|
218
|
-
"description": "Set to actually write the files (will not overwrite)",
|
|
219
|
-
"name": "notDryRun",
|
|
220
|
-
"allowNo": false,
|
|
221
|
-
"type": "boolean"
|
|
222
|
-
},
|
|
223
|
-
"overWrite": {
|
|
224
|
-
"char": "o",
|
|
225
|
-
"description": "Overwrite existing files",
|
|
226
|
-
"name": "overWrite",
|
|
227
|
-
"allowNo": false,
|
|
228
|
-
"type": "boolean"
|
|
229
|
-
},
|
|
230
|
-
"depth": {
|
|
231
|
-
"char": "d",
|
|
232
|
-
"description": "The depth of the topic tree to render as separate files",
|
|
233
|
-
"name": "depth",
|
|
234
|
-
"hasDynamicHelp": false,
|
|
235
|
-
"multiple": false,
|
|
236
|
-
"type": "option"
|
|
237
|
-
},
|
|
238
|
-
"only": {
|
|
239
|
-
"char": "l",
|
|
240
|
-
"description": "Glob pattern - will only write the files which match",
|
|
241
|
-
"name": "only",
|
|
242
|
-
"hasDynamicHelp": false,
|
|
243
|
-
"multiple": false,
|
|
244
|
-
"type": "option"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
"hasDynamicHelp": false,
|
|
248
|
-
"hiddenAliases": [],
|
|
249
|
-
"id": "internal:readme",
|
|
250
|
-
"pluginAlias": "shipthis",
|
|
251
|
-
"pluginName": "shipthis",
|
|
252
|
-
"pluginType": "core",
|
|
253
|
-
"strict": true,
|
|
254
|
-
"enableJsonFlag": false,
|
|
255
|
-
"isESM": true,
|
|
256
|
-
"relativePath": [
|
|
257
|
-
"dist",
|
|
258
|
-
"commands",
|
|
259
|
-
"internal",
|
|
260
|
-
"readme.js"
|
|
261
|
-
]
|
|
262
|
-
},
|
|
263
159
|
"game:create": {
|
|
264
160
|
"aliases": [],
|
|
265
161
|
"args": {},
|
|
@@ -728,10 +624,114 @@
|
|
|
728
624
|
"wizard.js"
|
|
729
625
|
]
|
|
730
626
|
},
|
|
731
|
-
"
|
|
627
|
+
"internal:fastlane": {
|
|
628
|
+
"aliases": [],
|
|
629
|
+
"args": {
|
|
630
|
+
"username": {
|
|
631
|
+
"description": "Your Apple email address",
|
|
632
|
+
"name": "username",
|
|
633
|
+
"required": true
|
|
634
|
+
},
|
|
635
|
+
"file": {
|
|
636
|
+
"description": "Path where the fastlane session will be written",
|
|
637
|
+
"name": "file",
|
|
638
|
+
"required": true
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"description": "Output a fastlane session file which can be used with xcodes",
|
|
642
|
+
"examples": [
|
|
643
|
+
"<%= config.bin %> <%= command.id %>",
|
|
644
|
+
"<%= config.bin %> <%= command.id %> --force --username me@email.nowhere"
|
|
645
|
+
],
|
|
646
|
+
"flags": {
|
|
647
|
+
"force": {
|
|
648
|
+
"char": "f",
|
|
649
|
+
"name": "force",
|
|
650
|
+
"allowNo": false,
|
|
651
|
+
"type": "boolean"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"hasDynamicHelp": false,
|
|
655
|
+
"hiddenAliases": [],
|
|
656
|
+
"id": "internal:fastlane",
|
|
657
|
+
"pluginAlias": "shipthis",
|
|
658
|
+
"pluginName": "shipthis",
|
|
659
|
+
"pluginType": "core",
|
|
660
|
+
"strict": true,
|
|
661
|
+
"enableJsonFlag": false,
|
|
662
|
+
"isESM": true,
|
|
663
|
+
"relativePath": [
|
|
664
|
+
"dist",
|
|
665
|
+
"commands",
|
|
666
|
+
"internal",
|
|
667
|
+
"fastlane.js"
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
"internal:readme": {
|
|
671
|
+
"aliases": [],
|
|
672
|
+
"args": {
|
|
673
|
+
"outputDir": {
|
|
674
|
+
"description": "The directory where the readme files will be written",
|
|
675
|
+
"name": "outputDir",
|
|
676
|
+
"required": true
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"description": "Generate the readme files for the commands",
|
|
680
|
+
"examples": [
|
|
681
|
+
"<%= config.bin %> <%= command.id %>"
|
|
682
|
+
],
|
|
683
|
+
"flags": {
|
|
684
|
+
"notDryRun": {
|
|
685
|
+
"char": "n",
|
|
686
|
+
"description": "Set to actually write the files (will not overwrite)",
|
|
687
|
+
"name": "notDryRun",
|
|
688
|
+
"allowNo": false,
|
|
689
|
+
"type": "boolean"
|
|
690
|
+
},
|
|
691
|
+
"overWrite": {
|
|
692
|
+
"char": "o",
|
|
693
|
+
"description": "Overwrite existing files",
|
|
694
|
+
"name": "overWrite",
|
|
695
|
+
"allowNo": false,
|
|
696
|
+
"type": "boolean"
|
|
697
|
+
},
|
|
698
|
+
"depth": {
|
|
699
|
+
"char": "d",
|
|
700
|
+
"description": "The depth of the topic tree to render as separate files",
|
|
701
|
+
"name": "depth",
|
|
702
|
+
"hasDynamicHelp": false,
|
|
703
|
+
"multiple": false,
|
|
704
|
+
"type": "option"
|
|
705
|
+
},
|
|
706
|
+
"only": {
|
|
707
|
+
"char": "l",
|
|
708
|
+
"description": "Glob pattern - will only write the files which match",
|
|
709
|
+
"name": "only",
|
|
710
|
+
"hasDynamicHelp": false,
|
|
711
|
+
"multiple": false,
|
|
712
|
+
"type": "option"
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
"hasDynamicHelp": false,
|
|
716
|
+
"hiddenAliases": [],
|
|
717
|
+
"id": "internal:readme",
|
|
718
|
+
"pluginAlias": "shipthis",
|
|
719
|
+
"pluginName": "shipthis",
|
|
720
|
+
"pluginType": "core",
|
|
721
|
+
"strict": true,
|
|
722
|
+
"enableJsonFlag": false,
|
|
723
|
+
"isESM": true,
|
|
724
|
+
"relativePath": [
|
|
725
|
+
"dist",
|
|
726
|
+
"commands",
|
|
727
|
+
"internal",
|
|
728
|
+
"readme.js"
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
"apple:apiKey:create": {
|
|
732
732
|
"aliases": [],
|
|
733
733
|
"args": {},
|
|
734
|
-
"description": "Creates an
|
|
734
|
+
"description": "Creates an App Store Connect API Key in your Apple Developer account.\nSaves the private key in your ShipThis account.",
|
|
735
735
|
"examples": [
|
|
736
736
|
"<%= config.bin %> <%= command.id %>",
|
|
737
737
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
},
|
|
754
754
|
"hasDynamicHelp": false,
|
|
755
755
|
"hiddenAliases": [],
|
|
756
|
-
"id": "apple:
|
|
756
|
+
"id": "apple:apiKey:create",
|
|
757
757
|
"pluginAlias": "shipthis",
|
|
758
758
|
"pluginName": "shipthis",
|
|
759
759
|
"pluginType": "core",
|
|
@@ -763,11 +763,11 @@
|
|
|
763
763
|
"dist",
|
|
764
764
|
"commands",
|
|
765
765
|
"apple",
|
|
766
|
-
"
|
|
766
|
+
"apiKey",
|
|
767
767
|
"create.js"
|
|
768
768
|
]
|
|
769
769
|
},
|
|
770
|
-
"apple:
|
|
770
|
+
"apple:apiKey:export": {
|
|
771
771
|
"aliases": [],
|
|
772
772
|
"args": {
|
|
773
773
|
"file": {
|
|
@@ -776,9 +776,9 @@
|
|
|
776
776
|
"required": true
|
|
777
777
|
}
|
|
778
778
|
},
|
|
779
|
-
"description": "Saves the current
|
|
779
|
+
"description": "Saves the current App Store Connect API Key to a ZIP file",
|
|
780
780
|
"examples": [
|
|
781
|
-
"<%= config.bin %> <%= command.id %>
|
|
781
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
782
782
|
],
|
|
783
783
|
"flags": {
|
|
784
784
|
"force": {
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
},
|
|
792
792
|
"hasDynamicHelp": false,
|
|
793
793
|
"hiddenAliases": [],
|
|
794
|
-
"id": "apple:
|
|
794
|
+
"id": "apple:apiKey:export",
|
|
795
795
|
"pluginAlias": "shipthis",
|
|
796
796
|
"pluginName": "shipthis",
|
|
797
797
|
"pluginType": "core",
|
|
@@ -802,11 +802,11 @@
|
|
|
802
802
|
"dist",
|
|
803
803
|
"commands",
|
|
804
804
|
"apple",
|
|
805
|
-
"
|
|
805
|
+
"apiKey",
|
|
806
806
|
"export.js"
|
|
807
807
|
]
|
|
808
808
|
},
|
|
809
|
-
"apple:
|
|
809
|
+
"apple:apiKey:import": {
|
|
810
810
|
"aliases": [],
|
|
811
811
|
"args": {
|
|
812
812
|
"file": {
|
|
@@ -815,9 +815,9 @@
|
|
|
815
815
|
"required": true
|
|
816
816
|
}
|
|
817
817
|
},
|
|
818
|
-
"description": "Imports an
|
|
818
|
+
"description": "Imports an App Store Connect API Key ZIP file into your ShipThis account",
|
|
819
819
|
"examples": [
|
|
820
|
-
"<%= config.bin %> <%= command.id %>
|
|
820
|
+
"<%= config.bin %> <%= command.id %> userApiKey.zip"
|
|
821
821
|
],
|
|
822
822
|
"flags": {
|
|
823
823
|
"force": {
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
},
|
|
830
830
|
"hasDynamicHelp": false,
|
|
831
831
|
"hiddenAliases": [],
|
|
832
|
-
"id": "apple:
|
|
832
|
+
"id": "apple:apiKey:import",
|
|
833
833
|
"pluginAlias": "shipthis",
|
|
834
834
|
"pluginName": "shipthis",
|
|
835
835
|
"pluginType": "core",
|
|
@@ -840,14 +840,14 @@
|
|
|
840
840
|
"dist",
|
|
841
841
|
"commands",
|
|
842
842
|
"apple",
|
|
843
|
-
"
|
|
843
|
+
"apiKey",
|
|
844
844
|
"import.js"
|
|
845
845
|
]
|
|
846
846
|
},
|
|
847
|
-
"apple:
|
|
847
|
+
"apple:apiKey:status": {
|
|
848
848
|
"aliases": [],
|
|
849
849
|
"args": {},
|
|
850
|
-
"description": "Displays the status of
|
|
850
|
+
"description": "Displays the status of App Store Connect API Keys in your Apple and ShipThis accounts.\nThis API key is used to automatically publish your games to the App Store.",
|
|
851
851
|
"examples": [
|
|
852
852
|
"<%= config.bin %> <%= command.id %>",
|
|
853
853
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
},
|
|
863
863
|
"hasDynamicHelp": false,
|
|
864
864
|
"hiddenAliases": [],
|
|
865
|
-
"id": "apple:
|
|
865
|
+
"id": "apple:apiKey:status",
|
|
866
866
|
"pluginAlias": "shipthis",
|
|
867
867
|
"pluginName": "shipthis",
|
|
868
868
|
"pluginType": "core",
|
|
@@ -873,14 +873,14 @@
|
|
|
873
873
|
"dist",
|
|
874
874
|
"commands",
|
|
875
875
|
"apple",
|
|
876
|
-
"
|
|
876
|
+
"apiKey",
|
|
877
877
|
"status.js"
|
|
878
878
|
]
|
|
879
879
|
},
|
|
880
|
-
"apple:
|
|
880
|
+
"apple:certificate:create": {
|
|
881
881
|
"aliases": [],
|
|
882
882
|
"args": {},
|
|
883
|
-
"description": "Creates an
|
|
883
|
+
"description": "Creates an iOS Distribution Certificate in your Apple Developer account.\nSaves the certificate with the private key to your ShipThis account",
|
|
884
884
|
"examples": [
|
|
885
885
|
"<%= config.bin %> <%= command.id %>",
|
|
886
886
|
"<%= config.bin %> <%= command.id %> --force"
|
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
},
|
|
903
903
|
"hasDynamicHelp": false,
|
|
904
904
|
"hiddenAliases": [],
|
|
905
|
-
"id": "apple:
|
|
905
|
+
"id": "apple:certificate:create",
|
|
906
906
|
"pluginAlias": "shipthis",
|
|
907
907
|
"pluginName": "shipthis",
|
|
908
908
|
"pluginType": "core",
|
|
@@ -912,11 +912,11 @@
|
|
|
912
912
|
"dist",
|
|
913
913
|
"commands",
|
|
914
914
|
"apple",
|
|
915
|
-
"
|
|
915
|
+
"certificate",
|
|
916
916
|
"create.js"
|
|
917
917
|
]
|
|
918
918
|
},
|
|
919
|
-
"apple:
|
|
919
|
+
"apple:certificate:export": {
|
|
920
920
|
"aliases": [],
|
|
921
921
|
"args": {
|
|
922
922
|
"file": {
|
|
@@ -925,9 +925,9 @@
|
|
|
925
925
|
"required": true
|
|
926
926
|
}
|
|
927
927
|
},
|
|
928
|
-
"description": "Saves the current
|
|
928
|
+
"description": "Saves the current Apple Distribution Certificate to a ZIP file.",
|
|
929
929
|
"examples": [
|
|
930
|
-
"<%= config.bin %> <%= command.id %>
|
|
930
|
+
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
931
931
|
],
|
|
932
932
|
"flags": {
|
|
933
933
|
"force": {
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
},
|
|
941
941
|
"hasDynamicHelp": false,
|
|
942
942
|
"hiddenAliases": [],
|
|
943
|
-
"id": "apple:
|
|
943
|
+
"id": "apple:certificate:export",
|
|
944
944
|
"pluginAlias": "shipthis",
|
|
945
945
|
"pluginName": "shipthis",
|
|
946
946
|
"pluginType": "core",
|
|
@@ -951,11 +951,11 @@
|
|
|
951
951
|
"dist",
|
|
952
952
|
"commands",
|
|
953
953
|
"apple",
|
|
954
|
-
"
|
|
954
|
+
"certificate",
|
|
955
955
|
"export.js"
|
|
956
956
|
]
|
|
957
957
|
},
|
|
958
|
-
"apple:
|
|
958
|
+
"apple:certificate:import": {
|
|
959
959
|
"aliases": [],
|
|
960
960
|
"args": {
|
|
961
961
|
"file": {
|
|
@@ -964,9 +964,9 @@
|
|
|
964
964
|
"required": true
|
|
965
965
|
}
|
|
966
966
|
},
|
|
967
|
-
"description": "Imports an
|
|
967
|
+
"description": "Imports an iOS Distribution Certificate to your ShipThis account",
|
|
968
968
|
"examples": [
|
|
969
|
-
"<%= config.bin %> <%= command.id %>
|
|
969
|
+
"<%= config.bin %> <%= command.id %> userCert.zip"
|
|
970
970
|
],
|
|
971
971
|
"flags": {
|
|
972
972
|
"force": {
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
},
|
|
979
979
|
"hasDynamicHelp": false,
|
|
980
980
|
"hiddenAliases": [],
|
|
981
|
-
"id": "apple:
|
|
981
|
+
"id": "apple:certificate:import",
|
|
982
982
|
"pluginAlias": "shipthis",
|
|
983
983
|
"pluginName": "shipthis",
|
|
984
984
|
"pluginType": "core",
|
|
@@ -989,14 +989,14 @@
|
|
|
989
989
|
"dist",
|
|
990
990
|
"commands",
|
|
991
991
|
"apple",
|
|
992
|
-
"
|
|
992
|
+
"certificate",
|
|
993
993
|
"import.js"
|
|
994
994
|
]
|
|
995
995
|
},
|
|
996
|
-
"apple:
|
|
996
|
+
"apple:certificate:status": {
|
|
997
997
|
"aliases": [],
|
|
998
998
|
"args": {},
|
|
999
|
-
"description": "Displays the status of
|
|
999
|
+
"description": "Displays the status of the iOS Distribution certificates in your Apple and ShipThis accounts.\nThese are used to sign all of your iOS apps.",
|
|
1000
1000
|
"examples": [
|
|
1001
1001
|
"<%= config.bin %> <%= command.id %>",
|
|
1002
1002
|
"<%= config.bin %> <%= command.id %> --noAppleAuth"
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
},
|
|
1012
1012
|
"hasDynamicHelp": false,
|
|
1013
1013
|
"hiddenAliases": [],
|
|
1014
|
-
"id": "apple:
|
|
1014
|
+
"id": "apple:certificate:status",
|
|
1015
1015
|
"pluginAlias": "shipthis",
|
|
1016
1016
|
"pluginName": "shipthis",
|
|
1017
1017
|
"pluginType": "core",
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
"dist",
|
|
1023
1023
|
"commands",
|
|
1024
1024
|
"apple",
|
|
1025
|
-
"
|
|
1025
|
+
"certificate",
|
|
1026
1026
|
"status.js"
|
|
1027
1027
|
]
|
|
1028
1028
|
},
|
|
@@ -2271,5 +2271,5 @@
|
|
|
2271
2271
|
]
|
|
2272
2272
|
}
|
|
2273
2273
|
},
|
|
2274
|
-
"version": "0.1.
|
|
2274
|
+
"version": "0.1.23"
|
|
2275
2275
|
}
|
package/package.json
CHANGED