piral-ssr-utils 0.14.0-pre.3099 → 0.14.0-pre.3115

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.3099",
3
+ "version": "0.14.0-pre.3115",
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.3099"
44
+ "piral-core": "^0.14.0-pre.3115"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "piral-core": "0.14.x"
48
48
  },
49
- "gitHead": "077021da18e55c2db1d24b3e254c8f5368e122e2"
49
+ "gitHead": "8d95df240e763349274f561d75de967bcd2b3197"
50
50
  }