@nx-ddd/spreadsheet 16.2.0 → 16.3.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/google-sheet/client/client.d.ts +1 -1
- package/google-sheet/client/client.js +3 -2
- package/google-sheet/client/client.js.map +1 -1
- package/google-sheet/client/client.module.js +4 -3
- package/google-sheet/client/client.module.js.map +1 -1
- package/google-sheet/google-sheet.module.js +4 -3
- package/google-sheet/google-sheet.module.js.map +1 -1
- package/package.json +7 -2
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GoogleSheetClient = exports.SERVICE_ACCOUNT = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const core_1 = require("@
|
|
5
|
+
const core_1 = require("@angular/core");
|
|
6
6
|
const google_spreadsheet_1 = require("google-spreadsheet");
|
|
7
7
|
exports.SERVICE_ACCOUNT = new core_1.InjectionToken('[@nx-ddd/spreadsheet] Service Account');
|
|
8
|
-
let GoogleSheetClient =
|
|
8
|
+
let GoogleSheetClient = class GoogleSheetClient {
|
|
9
9
|
constructor(serviceAccount) {
|
|
10
10
|
this.serviceAccount = serviceAccount;
|
|
11
11
|
}
|
|
@@ -36,6 +36,7 @@ let GoogleSheetClient = exports.GoogleSheetClient = class GoogleSheetClient {
|
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
|
+
exports.GoogleSheetClient = GoogleSheetClient;
|
|
39
40
|
exports.GoogleSheetClient = GoogleSheetClient = tslib_1.__decorate([
|
|
40
41
|
(0, core_1.Injectable)(),
|
|
41
42
|
tslib_1.__param(0, (0, core_1.Inject)(exports.SERVICE_ACCOUNT)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../../../packages/@nx-ddd/spreadsheet/src/lib/google-sheet/client/client.ts"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../../../packages/@nx-ddd/spreadsheet/src/lib/google-sheet/client/client.ts"],"names":[],"mappings":";;;;AAAA,wCAAmE;AACnE,2DAAuD;AAE1C,QAAA,eAAe,GAAG,IAAI,qBAAc,CAAC,uCAAuC,CAAC,CAAC;AAGpF,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAE5B,YACmC,cAAmB;QAAnB,mBAAc,GAAd,cAAc,CAAK;IAClD,CAAC;IAES,MAAM,CAAC,EAAU;;YAC7B,MAAM,GAAG,GAAG,IAAI,sCAAiB,CAAC,EAAE,CAAC,CAAC;YACtC,MAAM,GAAG,CAAC,qBAAqB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;YACrD,MAAM,GAAG,CAAC,QAAQ,EAAE,CAAC;YACrB,OAAO,GAAG,CAAC;QACb,CAAC;KAAA;IAEK,UAAU,CAAC,OAAe,EAAE,SAAS,EAAE,IAAkD;;YAC7F,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;YACvC,MAAM,KAAK,GAAG,GAAG,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;YAC3C,MAAM,KAAK,CAAC,KAAK,EAAE,CAAC;YACpB,IAAI,CAAC,IAAI,CAAC,MAAM;gBAAE,OAAO;YACzB,MAAM,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAC/C,MAAM,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,EAAC,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAC,CAAC,CAAC;QACzD,CAAC;KAAA;IAEK,SAAS,CAAC,OAAe,EAAE,SAAiB;;YAChD,MAAM,GAAG,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;YACvC,MAAM,KAAK,GAAG,GAAG,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;YAC3C,OAAO,KAAK,CAAC,OAAO,EAAE,CAAC;QACzB,CAAC;KAAA;CACF,CAAA;AA3BY,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,iBAAU,GAAE;IAIR,mBAAA,IAAA,aAAM,EAAC,uBAAe,CAAC,CAAA;;GAHf,iBAAiB,CA2B7B"}
|
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GoogleSheetClientModule = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const core_1 = require("@
|
|
5
|
+
const core_1 = require("@angular/core");
|
|
6
6
|
const client_1 = require("./client");
|
|
7
|
-
let GoogleSheetClientModule =
|
|
7
|
+
let GoogleSheetClientModule = class GoogleSheetClientModule {
|
|
8
8
|
};
|
|
9
|
+
exports.GoogleSheetClientModule = GoogleSheetClientModule;
|
|
9
10
|
exports.GoogleSheetClientModule = GoogleSheetClientModule = tslib_1.__decorate([
|
|
10
|
-
(0, core_1.
|
|
11
|
+
(0, core_1.NgModule)({
|
|
11
12
|
providers: [client_1.GoogleSheetClient],
|
|
12
13
|
})
|
|
13
14
|
], GoogleSheetClientModule);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.module.js","sourceRoot":"","sources":["../../../../../../packages/@nx-ddd/spreadsheet/src/lib/google-sheet/client/client.module.ts"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"client.module.js","sourceRoot":"","sources":["../../../../../../packages/@nx-ddd/spreadsheet/src/lib/google-sheet/client/client.module.ts"],"names":[],"mappings":";;;;AAAA,wCAAyC;AACzC,qCAA6C;AAKtC,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAAI,CAAA;AAA3B,0DAAuB;kCAAvB,uBAAuB;IAHnC,IAAA,eAAQ,EAAC;QACR,SAAS,EAAE,CAAC,0BAAiB,CAAC;KAC/B,CAAC;GACW,uBAAuB,CAAI"}
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GoogleSheetModule = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const core_1 = require("@
|
|
6
|
-
let GoogleSheetModule =
|
|
5
|
+
const core_1 = require("@angular/core");
|
|
6
|
+
let GoogleSheetModule = class GoogleSheetModule {
|
|
7
7
|
};
|
|
8
|
+
exports.GoogleSheetModule = GoogleSheetModule;
|
|
8
9
|
exports.GoogleSheetModule = GoogleSheetModule = tslib_1.__decorate([
|
|
9
|
-
(0, core_1.
|
|
10
|
+
(0, core_1.NgModule)({
|
|
10
11
|
imports: []
|
|
11
12
|
})
|
|
12
13
|
], GoogleSheetModule);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"google-sheet.module.js","sourceRoot":"","sources":["../../../../../packages/@nx-ddd/spreadsheet/src/lib/google-sheet/google-sheet.module.ts"],"names":[],"mappings":";;;;AAAA,
|
|
1
|
+
{"version":3,"file":"google-sheet.module.js","sourceRoot":"","sources":["../../../../../packages/@nx-ddd/spreadsheet/src/lib/google-sheet/google-sheet.module.ts"],"names":[],"mappings":";;;;AAAA,wCAAyC;AAKlC,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAI,CAAA;AAArB,8CAAiB;4BAAjB,iBAAiB;IAH7B,IAAA,eAAQ,EAAC;QACR,OAAO,EAAE,EAAE;KACZ,CAAC;GACW,iBAAiB,CAAI"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx-ddd/spreadsheet",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.3.1",
|
|
4
4
|
"main": "./src/lib/index.js",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
|
+
"homepage": "https://github.com/nontangent/machina/tree/main/packages/@nx-ddd/spreadsheet",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/nontangent/machina.git"
|
|
10
|
+
},
|
|
6
11
|
"peerDependencies": {
|
|
7
|
-
"@nx-ddd/core": "16.
|
|
12
|
+
"@nx-ddd/core": "16.3.1",
|
|
8
13
|
"google-spreadsheet": "^3.2.0",
|
|
9
14
|
"tslib": "^2.3.0"
|
|
10
15
|
},
|