@henderea/static-site-builder 1.10.6 → 1.10.7

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/config/env.js +2 -0
  2. package/package.json +1 -1
package/config/env.js CHANGED
@@ -83,6 +83,8 @@ export default function getClientEnvironment(publicUrl) {
83
83
  // This should only be used as an escape hatch. Normally you would put
84
84
  // images into the `src` and `import` them in code to get their paths.
85
85
  PUBLIC_URL: publicUrl,
86
+ // Build Time
87
+ BUILD_TIME: Date.now() + '',
86
88
  }
87
89
  );
88
90
  // Stringify all values so we can feed into Webpack DefinePlugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henderea/static-site-builder",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "description": "A static site builder",
5
5
  "main": "index.js",
6
6
  "repository": "henderea/static-site-builder.git",