piral-ssr-utils 0.14.0-pre.3098 → 0.14.0-pre.3114

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of piral-ssr-utils might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ssr-utils",
3
- "version": "0.14.0-pre.3098",
3
+ "version": "0.14.0-pre.3114",
4
4
  "description": "Utilities for server-side rendering of a Piral instance.",
5
5
  "keywords": [
6
6
  "piral",
@@ -41,10 +41,10 @@
41
41
  "test": "echo \"Error: run tests from root\" && exit 1"
42
42
  },
43
43
  "devDependencies": {
44
- "piral-core": "^0.14.0-pre.3098"
44
+ "piral-core": "^0.14.0-pre.3114"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "piral-core": "0.14.x"
48
48
  },
49
- "gitHead": "04745c29724e25e909abbae77d5d3b29461dad06"
49
+ "gitHead": "b04bffe863dbd3370809187d99271c554bf7cb39"
50
50
  }