Codebox Npm Versions Save

Serverless private npm registry using https://serverless.com/

0.21.2

6 years ago

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

6 years ago

Overview Allow greater than versions with serverless to be enabled.

Features

  • Allow greater than versions #83

0.21.0

7 years ago

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

7 years ago

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

Features

  • Fix npm publish --tag option #81 as reported by @mjalkio #80

0.20.0

7 years ago

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

7 years ago

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

7 years ago

Overview Adds npm whoami support

Features

  • CLI: Logout #73

0.17.0

7 years ago

Overview Adds npm logout support

Features

  • CLI: Logout #72

0.16.1

7 years ago

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

Features

  • Fix yarn support #68

0.16.0

7 years ago

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

Features

  • Added deprecation of packages support #67