diff --git a/plugins/data-plugin/package.json b/plugins/data-plugin/package.json index cbe610f5f..d41614a4a 100644 --- a/plugins/data-plugin/package.json +++ b/plugins/data-plugin/package.json @@ -1,13 +1,15 @@ { "name": "@janhq/data-plugin", - "version": "1.0.5", + "version": "1.0.6", "description": "The Data Connector provides easy access to a data API using the PouchDB engine. It offers accessible data management capabilities.", "icon": "https://raw.githubusercontent.com/tailwindlabs/heroicons/88e98b0c2b458553fbadccddc2d2f878edc0387b/src/20/solid/circle-stack.svg", "main": "dist/esm/index.js", "module": "dist/cjs/module.js", "author": "Jan ", "license": "MIT", - "activationPoints": ["init"], + "activationPoints": [ + "init" + ], "scripts": { "build": "tsc -b ./config/tsconfig.esm.json && tsc -b ./config/tsconfig.cjs.json && webpack --config webpack.config.js", "postinstall": "rimraf ./data-plugin*.tgz && npm run build",