@konomi-app/k2 1.0.2 → 1.0.3

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.
@@ -27,6 +27,7 @@ async function action(options) {
27
27
  const manifest = await outputManifest(env);
28
28
  console.log(`📝 manifest.json generated (${env})`);
29
29
  await outputContentsZip(manifest);
30
+ console.log('📦 contents.zip generated');
30
31
  const buffer = await getContentsZipBuffer();
31
32
  const privateKey = await fs.readFile(path.resolve(ppkPath), 'utf8');
32
33
  const output = await packer(buffer, privateKey);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konomi-app/k2",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "kintone sdk",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",