Skip to content

Commit

Permalink
v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geelen committed May 29, 2020
1 parent bb3c4a7 commit e0232b0
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-rc.2.alpha.1"
"version": "1.0.0-rc.2"
}
4 changes: 2 additions & 2 deletions packages/_fab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fab",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "An alias for @fab/cli",
"keywords": [
"fab"
Expand All @@ -27,7 +27,7 @@
"prepack": "cat PREAMBLE.md > README.md && cat ../cli/README.md >> README.md"
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1"
"@fab/cli": "1.0.0-rc.2"
},
"gitHead": "289f6ed3041d9b76850ebf5f205aeaacf9c5c52a"
}
6 changes: 3 additions & 3 deletions packages/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/actions",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"private": false,
"description": "The guts of the FAB cli code, keeping the 'fab' package lean",
"keywords": [
Expand Down Expand Up @@ -31,8 +31,8 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@rollup/plugin-alias": "^2.2.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-inject": "^4.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @fab/cli
$ fab COMMAND
running command...
$ fab (-v|--version|version)
@fab/cli/1.0.0-rc.2.alpha.1 darwin-x64 node-v13.12.0
@fab/cli/1.0.0-rc.2 darwin-x64 node-v13.12.0
$ fab --help [COMMAND]
USAGE
$ fab COMMAND
Expand Down Expand Up @@ -59,7 +59,7 @@ EXAMPLES
$ fab build --config=fab.config.json5
```

_See code: [lib/commands/build.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2.alpha.1/lib/commands/build.js)_
_See code: [lib/commands/build.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2/lib/commands/build.js)_

## `fab deploy [FILE]`

Expand Down Expand Up @@ -96,7 +96,7 @@ EXAMPLE
$ fab deploy fab.zip
```

_See code: [lib/commands/deploy.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2.alpha.1/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2/lib/commands/deploy.js)_

## `fab help [COMMAND]`

Expand Down Expand Up @@ -136,7 +136,7 @@ EXAMPLES
$ fab init --config=fab.config.json5
```

_See code: [lib/commands/init.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2.alpha.1/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2/lib/commands/init.js)_

## `fab package [FILE]`

Expand Down Expand Up @@ -165,7 +165,7 @@ EXAMPLE
$ fab package --target=aws-lambda-edge fab.zip
```

_See code: [lib/commands/package.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2.alpha.1/lib/commands/package.js)_
_See code: [lib/commands/package.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2/lib/commands/package.js)_

## `fab serve [FILE]`

Expand Down Expand Up @@ -200,6 +200,6 @@ EXAMPLES
$ fab serve --env=staging fab.zip
```

_See code: [lib/commands/serve.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2.alpha.1/lib/commands/serve.js)_
_See code: [lib/commands/serve.js](https://github.com/fab-spec/fab/blob/v1.0.0-rc.2/lib/commands/serve.js)_

<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/cli",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "The CLI entry-point for the FAB ecosystem",
"keywords": [
"fab",
Expand Down Expand Up @@ -35,7 +35,7 @@
"version": "oclif-dev readme && git add README.md"
},
"dependencies": {
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/errors": "^1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/core",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"private": false,
"description": "Common code for all FAB projects",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/deployer-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/deployer-aws-lambda",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "Packages and deploys FABs to AWS Lambda@Edge",
"keywords": [
"aws",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@types/nanoid": "^2.1.0",
"@types/node": "^12.12.14",
"deterministic-zip": "^1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/deployer-aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/deployer-aws-s3",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "Uploads FAB assets to AWS S3",
"keywords": [
"aws",
Expand Down Expand Up @@ -32,8 +32,8 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@types/node": "^12.12.14",
"aws-sdk": "^2.655.0",
"fs-extra": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/deployer-cf-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/deployer-cf-workers",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "Packages and deploys FABs to AWS Lambda@Edge",
"keywords": [
"cloudflare",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@types/node": "^12.12.14",
"cross-fetch": "^3.0.4",
"file-to-sha512": "^0.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/input-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/input-nextjs",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "Module to kick off a FAB build from a NextJS project",
"keywords": [
"aws",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@types/node": "^12.12.14",
"@types/path-to-regexp": "^1.7.0",
"acorn": "^7.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/input-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/input-static",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "Module to handle a directory of HTML & assets",
"keywords": [
"fab",
Expand Down Expand Up @@ -31,8 +31,8 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@types/node": "^12.12.14",
"fs-extra": "^8.1.0",
"globby": "^10"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-render-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/plugin-render-html",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "Module to render static HTML files with FAB injections",
"keywords": [
"fab"
Expand Down Expand Up @@ -30,8 +30,8 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@types/cheerio": "^0.22.15",
"@types/node": "^12.12.14",
"cheerio": "^1.0.0-rc.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-rewire-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/plugin-rewire-assets",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "Module to handle files outside _assets",
"keywords": [
"assets",
Expand Down Expand Up @@ -32,8 +32,8 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@types/istextorbinary": "^2.3.0",
"@types/mime-types": "^2.1.0",
"@types/node": "^12.12.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox-node-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/sandbox-node-vm",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "FAB runtime sandbox using Node's 'vm'",
"keywords": [
"fab",
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepack": "npm run clean && npm run build"
},
"dependencies": {
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2",
"node-fetch": "^2.6.0",
"web-streams-ponyfill": "^1.4.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fab/server",
"version": "1.0.0-rc.2.alpha.1",
"version": "1.0.0-rc.2",
"description": "NodeJS FAB Server",
"keywords": [
"fab",
Expand Down Expand Up @@ -30,9 +30,9 @@
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@fab/cli": "1.0.0-rc.2.alpha.1",
"@fab/core": "1.0.0-rc.2.alpha.1",
"@fab/sandbox-node-vm": "1.0.0-rc.2.alpha.1",
"@fab/cli": "1.0.0-rc.2",
"@fab/core": "1.0.0-rc.2",
"@fab/sandbox-node-vm": "1.0.0-rc.2",
"@fly/v8env": "^0.54.0",
"@types/concat-stream": "^1.6.0",
"@types/express": "^4.17.2",
Expand Down

0 comments on commit e0232b0

Please sign in to comment.