-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
janhq/jan: Update tag build 1.0.6 for data-plugin
- Loading branch information
1 parent
5cd0dc9
commit c9a6ee6
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|