@egova/egova-api 1.0.66 → 1.0.67
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/dist/index.common.js +2 -0
- package/dist/index.umd.js +2 -0
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -51957,6 +51957,8 @@ function (_super) {
|
|
|
51957
51957
|
return after_execution_transfer_generator(this, function (_c) {
|
|
51958
51958
|
switch (_c.label) {
|
|
51959
51959
|
case 0:
|
|
51960
|
+
console.log(this.response);
|
|
51961
|
+
|
|
51960
51962
|
if (!this.response.originalContent) {
|
|
51961
51963
|
return [2
|
|
51962
51964
|
/*return*/
|
package/dist/index.umd.js
CHANGED
|
@@ -51966,6 +51966,8 @@ function (_super) {
|
|
|
51966
51966
|
return after_execution_transfer_generator(this, function (_c) {
|
|
51967
51967
|
switch (_c.label) {
|
|
51968
51968
|
case 0:
|
|
51969
|
+
console.log(this.response);
|
|
51970
|
+
|
|
51969
51971
|
if (!this.response.originalContent) {
|
|
51970
51972
|
return [2
|
|
51971
51973
|
/*return*/
|