Commit Graph

35 Commits

Author SHA1 Message Date
Bruno Bernardino 9b5f8e3d1e
Lock dependencies' versions
This implements `.nvmrc` and `.npmrc` files, as well as locking `package.json` versions, in order to get us closer to reproducible builds and more stable environment.

Closes #320
2021-12-15 16:16:37 +00:00
Martin Kleinschrodt 7dfdd3a27b Upgrade typescript version 2021-09-25 10:06:45 +02:00
Martin Kleinschrodt 63076556d8 Bump npm version to 4.0.0; clean up/fix some dependencies 2021-08-06 15:07:25 +02:00
Martin Kleinschrodt 3444dc9e7f WIP 35 2021-05-30 15:53:51 +02:00
Martin Kleinschrodt 00da3cc59d v3.1.3 2020-10-25 15:13:53 +01:00
Martin Kleinschrodt cf888a4276 some dependency updates 2020-10-25 14:05:58 +01:00
Martin Kleinschrodt 71578d3f1d Bump version 2020-07-26 17:49:04 +02:00
Martin Kleinschrodt 87e0f52a3f Upgrade various dependencies 2020-07-19 17:44:11 +02:00
Martin Kleinschrodt 2bd3188b11 Bump the rest of the package files to v3.1.1 that were missed before 2020-07-04 16:24:20 +02:00
Martin Kleinschrodt 82cb762f1f bump version to 3.1.0 2020-05-27 18:47:53 +02:00
Martin Kleinschrodt c722d05203 v3.0.14 2020-03-10 14:57:01 +01:00
Martin Kleinschrodt 9e961e214b v3.0.13 2019-12-13 10:39:02 +01:00
Martin Kleinschrodt cfa167f79f v3.0.12 2019-12-05 15:27:35 +01:00
Martin Kleinschrodt 1839612d23 v3.0.11 2019-12-03 11:06:41 +01:00
Martin Kleinschrodt 1f8d152258 Clean up package files in preparation for publishing @padloc/core and @padloc/locale modules (all other packages will remain private for now) 2019-11-14 16:11:47 +01:00
Martin Kleinschrodt ebc4090f67
v3.0.10 2019-11-14 15:36:32 +01:00
Martin Kleinschrodt ec094c5296
v3.0.9 2019-11-10 17:14:45 +01:00
Martin Kleinschrodt c1932781ed v3.0.7 2019-11-02 18:25:25 +01:00
Martin Kleinschrodt f2aefb8f7c v3.0.6 2019-11-01 14:39:57 +01:00
Martin Kleinschrodt 62c25dba45 Bump version to 3.0.5 2019-10-08 12:04:41 +02:00
Martin Kleinschrodt cd22b18ff9 Bump version to 3.0.4 2019-09-29 19:18:15 +02:00
Martin Kleinschrodt 710d2e50c1 Bump version to 3.0.3 2019-09-19 11:32:04 +02:00
Martin Kleinschrodt 0c87fc5dc5 Bump version to 3.0.1 2019-09-15 17:54:29 +02:00
Martin Kleinschrodt ab5a1d010f Upgrade typedoc dependency to fix npm security audit warning 2019-08-25 15:40:31 +02:00
Martin Kleinschrodt 781a10eeeb Move translation function to locale module; load translations from language files 2019-08-13 18:34:22 +02:00
Martin Kleinschrodt 39ed597a90 Switch to webpack for bundling 2019-07-14 20:57:02 +02:00
Martin Kleinschrodt b169dc05b4 Add npm script for generating documentation for core module 2019-04-19 18:14:29 +02:00
Martin Kleinschrodt 92d915b8f8 First pass at implementing organisation management in app interface 2019-03-09 14:12:46 +01:00
Martin Kleinschrodt 2501b50846 Add dev script for automatically starting compilers and server in watch mode and starting ui server 2018-12-10 12:43:42 +01:00
Martin Kleinschrodt 377577547e Add scripts for building and running 2018-12-09 21:31:49 +01:00
Martin Kleinschrodt 50770925cb Consistently change "padlock" to "padloc" in package names and other places 2018-12-09 15:37:10 +01:00
Martin Kleinschrodt f6ad29868e Upgrade lit-element and lit-html dependencies 2018-12-07 15:07:46 +01:00
Martin Kleinschrodt 4c3060de6c Add first batch of tests to core and ui 2018-12-06 10:43:26 +01:00
Martin Kleinschrodt 879345c192 Move all ui-specific functionality to ui module / clean up unnecessary dependencies 2018-10-09 15:58:03 +02:00
Martin Kleinschrodt 3b6c804d5b Rename Client to App and move into separate module
Move crypto providers into separate modules
Start implementing new Client class for communication with the server
Update project structure to monorepo structure with multiple packages
2018-06-21 22:43:06 +02:00