Skip to content

Commit

Permalink
v1.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchaffer committed Jul 25, 2018
1 parent a1245e3 commit 1e66ffa
Show file tree
Hide file tree
Showing 27 changed files with 70 additions and 96 deletions.
2 changes: 1 addition & 1 deletion aws-lambda-wrap/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions aws-lambda-wrap/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "@dandi/aws-lambda",
"version": "1.0.0-alpha.11",
"scripts": {
"postbuild": "cp src/url.* dist/src"
},
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dandi-mvc/dandi.git"
Expand All @@ -15,9 +13,9 @@
"homepage": "https://github.com/dandi-mvc/dandi#readme",
"module": "index.js",
"peerDependencies": {
"@dandi/core": "^1.0.0-alpha.11",
"@dandi/di-core": "^1.0.0-alpha.11",
"@dandi/model-validation": "^1.0.0-alpha.11"
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12",
"@dandi/model-validation": "1.0.0-alpha.12"
},
"dependencies": {
"aws-lambda": "^0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/cache",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/core": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11"
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion config-aws-ssm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions config-aws-ssm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/config-aws-ssm",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/config": "1.0.0-alpha.11",
"@dandi/core": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11"
"@dandi/config": "1.0.0-alpha.12",
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/config",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -18,9 +18,9 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/core": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11",
"@dandi/model": "1.0.0-alpha.11",
"@dandi/model-validation": "1.0.0-alpha.11"
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12",
"@dandi/model": "1.0.0-alpha.12",
"@dandi/model-validation": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/core",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {
"postbuild": "cp src/url.* dist/src"
},
Expand Down
2 changes: 1 addition & 1 deletion data-pg/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions data-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/data-pg",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -22,10 +22,10 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/core": "1.0.0-alpha.11",
"@dandi/data": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11",
"@dandi/model": "1.0.0-alpha.11",
"@dandi/model-validation": "1.0.0-alpha.11"
"@dandi/core": "1.0.0-alpha.12",
"@dandi/data": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12",
"@dandi/model": "1.0.0-alpha.12",
"@dandi/model-validation": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/data",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -20,9 +20,9 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/config": "1.0.0-alpha.11",
"@dandi/core": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11",
"@dandi/model": "1.0.0-alpha.11"
"@dandi/config": "1.0.0-alpha.12",
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12",
"@dandi/model": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion di-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions di-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/di-core",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -21,6 +21,6 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/core": "1.0.0-alpha.11"
"@dandi/core": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion model-validation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions model-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/model-validation",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/core": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11",
"@dandi/model": "1.0.0-alpha.11"
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12",
"@dandi/model": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion model/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/model",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -17,6 +17,6 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/core": "1.0.0-alpha.11"
"@dandi/core": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion mvc-auth-firebase/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions mvc-auth-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/mvc-auth-firebase",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -19,12 +19,12 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/cache": "1.0.0-alpha.11",
"@dandi/cache": "1.0.0-alpha.12",
"@dandi/config": "^1.0.0-pre.4",
"@dandi/core": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11",
"@dandi/model": "1.0.0-alpha.11",
"@dandi/mvc": "1.0.0-alpha.11",
"@dandi/mvc-express": "1.0.0-alpha.11"
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12",
"@dandi/model": "1.0.0-alpha.12",
"@dandi/mvc": "1.0.0-alpha.12",
"@dandi/mvc-express": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion mvc-express/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions mvc-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/mvc-express",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -25,11 +25,11 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/cache": "1.0.0-alpha.11",
"@dandi/core": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11",
"@dandi/model": "1.0.0-alpha.11",
"@dandi/model-validation": "1.0.0-alpha.11",
"@dandi/mvc": "1.0.0-alpha.11"
"@dandi/cache": "1.0.0-alpha.12",
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12",
"@dandi/model": "1.0.0-alpha.12",
"@dandi/model-validation": "1.0.0-alpha.12",
"@dandi/mvc": "1.0.0-alpha.12"
}
}
2 changes: 1 addition & 1 deletion mvc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions mvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dandi/mvc",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"scripts": {},
"repository": {
"type": "git",
Expand All @@ -17,10 +17,10 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@dandi/cache": "1.0.0-alpha.11",
"@dandi/core": "1.0.0-alpha.11",
"@dandi/di-core": "1.0.0-alpha.11",
"@dandi/model": "1.0.0-alpha.11",
"@dandi/model-validation": "1.0.0-alpha.11"
"@dandi/cache": "1.0.0-alpha.12",
"@dandi/core": "1.0.0-alpha.12",
"@dandi/di-core": "1.0.0-alpha.12",
"@dandi/model": "1.0.0-alpha.12",
"@dandi/model-validation": "1.0.0-alpha.12"
}
}
24 changes: 0 additions & 24 deletions test.sh

This file was deleted.

0 comments on commit 1e66ffa

Please sign in to comment.