Skip to content

Commit

Permalink
update package version and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Rotar committed Feb 20, 2019
1 parent cb26421 commit 3349573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/sitecore-jss-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

This module is provided as a part of Sitecore JavaScript Services. It contains the headless-mode SSR proxy implementation with some critical defects.

The **2.1.0** version includes the following defects:
The **2.2.0** version includes the following defects:

1. [301 is not valid response](https://github.com/Sitecore/jss/issues/138)
2. [Query string aren't transferred properly](https://github.com/Sitecore/jss/issues/140)
3. [CURL URL returns 500 OK](https://github.com/Sitecore/jss/issues/160)
4. Add sc_site param during rendering page (no github bug)


Consult the [Sitecore JSS documentation](https://jss.sitecore.net) for further details.
Expand Down
3 changes: 2 additions & 1 deletion packages/sitecore-jss-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@weareyou/sitecore-jss-proxy",
"version": "2.1.0",
"version": "2.2.0",
"description": "Proxy middleware for express.js server with setting redirect statuses + added empty rendering(for curl with -IL).",
"main": "dist/index.js",
"scripts": {
"build": "npm run clean && tsc",
"clean": "del-cli dist types",
"lint": "tslint -p . -c ../../tslint.json 'src/**/*.ts'",
"test": "mocha --require ts-node/register \"./src/**/*.test.ts\"",
"testUtils": "mocha --require ts-node/register \"./src/util.test.ts\"",
"prepublishOnly": "npm run build",
"coverage": "nyc --require ts-node/register npm test"
},
Expand Down

0 comments on commit 3349573

Please sign in to comment.