@worktif/runtime 0.3.0-edge.69 → 0.3.0-edge.70

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.
@@ -15,7 +15,7 @@ import { RuntimeWebContainer } from '../runtime-web.container';
15
15
  * @class CoreBasicBundle
16
16
  * @extends BundlePurews
17
17
  */
18
- export declare class CoreBasicBundle extends BundlePurews {
18
+ export declare abstract class CoreBasicBundle extends BundlePurews {
19
19
  /**
20
20
  * @class Container
21
21
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktif/runtime",
3
- "version": "0.3.0-edge.69",
3
+ "version": "0.3.0-edge.70",
4
4
  "description": "Serverless web framework running on AWS Lambda with support for server-side rendering, caching, and CI/CD.",
5
5
  "repository": "git@bitbucket.org:worktif/runtime-target.git",
6
6
  "author": "Raman Marozau <raman@worktif.com>",