@zengenti/contensis-react-base 4.0.1-beta.10 → 4.0.1-beta.11

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.
@@ -1 +1,9 @@
1
+ /**
2
+ * Arguably deprecated functionality driven by a version.json file
3
+ * injected into the container from the CI build process.
4
+ * This is used to provide version information for the application
5
+ * such as the commit id and the build number.
6
+ * @param staticFolderPath if the app is not built into the `dist/static` folder, we can provide a different path to the static folder.
7
+ * @returns version.json as a JSON object, or an empty object if the file cannot be read.
8
+ */
1
9
  export declare const getVersionInfo: (staticFolderPath: string) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zengenti/contensis-react-base",
3
- "version": "4.0.1-beta.10",
3
+ "version": "4.0.1-beta.11",
4
4
  "repository": "https://github.com/zengenti/contensis-react-base",
5
5
  "license": "ISC",
6
6
  "description": "Turbocharge your React web apps with Contensis. This package handles all dependencies for creating full featured web apps in React with Contensis and Site View. Routing is driven by Site View, Redux is used for global state management and server-side rendering (SSR) is handled for you. Also taking care of intricate hosting issues such as cache invalidation and supporting authenticated content where required.",