Skip to content

Commit

Permalink
janhq/jan: Update tag build 1.0.6 for data-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-service-account committed Oct 20, 2023
1 parent 5cd0dc9 commit c9a6ee6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/data-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"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",
Expand Down

0 comments on commit c9a6ee6

Please sign in to comment.