piral-ssr-utils 0.15.7 → 0.15.8-beta.5218

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 - 2022 smapiot
3
+ Copyright (c) 2019 - 2023 smapiot
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-ssr-utils",
3
- "version": "0.15.7",
3
+ "version": "0.15.8-beta.5218",
4
4
  "description": "Utilities for server-side rendering of a Piral instance.",
5
5
  "keywords": [
6
6
  "piral",
@@ -62,10 +62,10 @@
62
62
  "test": "echo \"Error: run tests from root\" && exit 1"
63
63
  },
64
64
  "devDependencies": {
65
- "piral-core": "^0.15.7"
65
+ "piral-core": "0.15.8-beta.5218"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "piral-core": "0.14.x || 0.15.x"
69
69
  },
70
- "gitHead": "79157be0d737c770cff89b1c3a2b802f2b13194d"
70
+ "gitHead": "d4382a445c6188d31622fea15a6e0e092fcbad78"
71
71
  }