@worktif/runtime 0.3.0-edge.62 → 0.3.0-edge.63

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.
@@ -209,6 +209,13 @@ export declare class CoreBundle extends BundlePurews {
209
209
  * @returns DI key string
210
210
  */
211
211
  private getDiKeyForTie;
212
+ /**
213
+ * Retrieves the class name associated with the provided tie class using metadata.
214
+ *
215
+ * @param tie - The class constructor for which the metadata is retrieved.
216
+ * @return The name of the class obtained from the metadata.
217
+ */
218
+ private getTieClassName;
212
219
  /**
213
220
  * Injects various dependencies into the container for use across the application.
214
221
  * @private
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktif/runtime",
3
- "version": "0.3.0-edge.62",
3
+ "version": "0.3.0-edge.63",
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>",