Releases: craftship/codebox-npm
Release list
0.21.2
Overview
Stop growth of attachments within json document happening
Features
- Keeps only the latest attachment within
_attachments#84 #91 thanks to @dylanmoz @ganapativs
0.21.1
Overview
Allow greater than versions with serverless to be enabled.
Features
- Allow greater than versions #83
0.21.0
Overview
Add default behaviour to enable encryption in S3 by default. Adds a migration tool to enable current deployments the ability to easily migrate.
BREAKING CHANGE:
In order to migrate existing packages we have added a handy codebox command to do this for you.
Simply run:
sls codebox encrypt --stage prod (replace with your stage)
Features
- Server-side encryption for packages #82
0.20.1
0.20.0
Overview
Ensures urls are correct for tarballs when using either yarn and npm as they both do different behaviours, setting the url explicitly upon deployment of a registry.
Features
- Explicit tarball urls for both yarn and npm #79
0.19.0
0.18.0
0.17.0
0.16.1
0.16.0
Overview
Adds support for npm command deprecate npm deprecate <pkg>[@<version>] <message>
Features
- Added deprecation of packages support #67