Skip to content

Releases: craftship/codebox-npm

0.21.2

21 Aug 08:10
Compare
Choose a tag to compare

Overview
Stop growth of attachments within json document happening

Features

0.21.1

25 Jul 08:10
Compare
Choose a tag to compare

Overview
Allow greater than versions with serverless to be enabled.

Features

  • Allow greater than versions #83

0.21.0

13 May 13:46
Compare
Choose a tag to compare

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

11 May 12:21
Compare
Choose a tag to compare

Overview
Fixes --tag option for npm publish --tag command.

Features

0.20.0

03 May 14:25
Compare
Choose a tag to compare

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

24 Apr 09:46
Compare
Choose a tag to compare

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

24 Apr 08:55
Compare
Choose a tag to compare

Overview
Adds npm whoami support

Features

  • CLI: Logout #73

0.17.0

24 Apr 08:33
Compare
Choose a tag to compare

Overview
Adds npm logout support

Features

  • CLI: Logout #72

0.16.1

18 Apr 16:57
Compare
Choose a tag to compare

Overview
Fixes support for yarn cli, no Referer header is sent

Features

  • Fix yarn support #68

0.16.0

07 Apr 14:23
Compare
Choose a tag to compare

Overview
Adds support for npm command deprecate npm deprecate <pkg>[@<version>] <message>

Features

  • Added deprecation of packages support #67