Compare commits

...

2 Commits

Author SHA1 Message Date
Igor Klopov
e83d4d4249 Publish
- @now/bash@0.0.3
 - @now/build-utils@0.4.31
 - @now/cgi@0.0.14
 - @now/go@0.2.11
 - @now/lambda@0.4.8
 - @now/md@0.4.8
 - @now/mdx-deck@0.4.17
 - @now/next@0.0.81
 - @now/node-server@0.4.25
 - @now/node@0.4.27
 - @now/php@0.4.12
 - @now/static-build@0.4.16
2018-12-06 01:54:09 +03:00
Igor Klopov
d2ca763079 update yarn.lock 2018-12-06 01:52:54 +03:00
13 changed files with 19 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@now/bash",
"version": "0.0.3-canary.0",
"version": "0.0.3",
"description": "Now 2.0 builder for HTTP endpoints written in Bash",
"main": "index.js",
"author": "Nathan Rajlich <nate@zeit.co>",

View File

@@ -1,6 +1,6 @@
{
"name": "@now/build-utils",
"version": "0.4.31-canary.2",
"version": "0.4.31",
"dependencies": {
"async-retry": "1.2.3",
"async-sema": "2.1.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@now/cgi",
"version": "0.0.14-canary.0",
"version": "0.0.14",
"scripts": {
"test": "best -I test/*.js",
"prepublish": "./build.sh"

View File

@@ -1,6 +1,6 @@
{
"name": "@now/go",
"version": "0.2.11-canary.1",
"version": "0.2.11",
"scripts": {
"test": "best -I test/*.js",
"prepublish": "./build.sh"

View File

@@ -1,6 +1,6 @@
{
"name": "@now/lambda",
"version": "0.4.8-canary.1",
"version": "0.4.8",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@now/md",
"version": "0.4.8-canary.2",
"version": "0.4.8",
"dependencies": {
"rehype-document": "^2.2.0",
"rehype-format": "^2.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@now/mdx-deck",
"version": "0.4.17-canary.3",
"version": "0.4.17",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@now/next",
"version": "0.0.81-canary.1",
"version": "0.0.81",
"dependencies": {
"@now/node-bridge": "0.1.4",
"execa": "^1.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@now/node-server",
"version": "0.4.25-canary.3",
"version": "0.4.25",
"dependencies": {
"@now/node-bridge": "^0.1.9",
"fs-extra": "7.0.1"

View File

@@ -1,6 +1,6 @@
{
"name": "@now/node",
"version": "0.4.27-canary.3",
"version": "0.4.27",
"dependencies": {
"@now/node-bridge": "^0.1.9",
"fs-extra": "7.0.1"

View File

@@ -1,6 +1,6 @@
{
"name": "@now/php",
"version": "0.4.12-canary.3",
"version": "0.4.12",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@now/static-build",
"version": "0.4.16-canary.2",
"version": "0.4.16",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
},

View File

@@ -7246,6 +7246,13 @@ smart-buffer@^4.0.1:
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.0.1.tgz#07ea1ca8d4db24eb4cac86537d7d18995221ace3"
integrity sha512-RFqinRVJVcCAL9Uh1oVqE6FZkqsyLiVOYEZ20TqIOjuX7iFVJ+zsbs4RIghnw/pTs7mZvt8ZHhvm1ZUrR4fykg==
snake-case@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-2.1.0.tgz#41bdb1b73f30ec66a04d4e2cad1b76387d4d6d9f"
integrity sha1-Qb2xtz8w7GagTU4srRt2OH1NbZ8=
dependencies:
no-case "^2.2.0"
snapdragon-node@^2.0.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"