Releases: craftship/codebox-npm
Releases · craftship/codebox-npm
0.21.2
Overview
Stop growth of attachments within json document happening
Features
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
Overview
Fixes --tag
option for npm publish --tag
command.
Features
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
Overview
Updates serverless to keep up with latest version along with updating the nodejs runtime which has finally been upgraded by AWS.
Features
- Update serverless.yml file to 1.11.0 #74
- Update node.js runtime to 6.10 #75
0.18.0
Overview
Adds npm whoami
support
Features
0.17.0
Overview
Adds npm logout
support
Features
0.16.1
Overview
Fixes support for yarn cli, no Referer header is sent
Features
0.16.0
Overview
Adds support for npm command deprecate npm deprecate <pkg>[@<version>] <message>
Features
- Added deprecation of packages support #67