@jahia/javascript-modules-library 0.7.0 → 0.7.1

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.
package/dist/globals.d.ts CHANGED
@@ -48,3 +48,13 @@ declare module "virtual:jahia-server" {
48
48
  };
49
49
  export default server;
50
50
  }
51
+
52
+ /**
53
+ * This module is used for internal compilation of the project. It should not be used directly in
54
+ * your code.
55
+ */
56
+ declare module "virtual:shared-lib-files" {
57
+ /** All client-side JS libs, used to create `<link rel="modulepreload">` tags */
58
+ declare const sharedLibFiles: string[];
59
+ export default sharedLibFiles;
60
+ }
package/dist/package.tgz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahia/javascript-modules-library",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "homepage": "https://github.com/Jahia/javascript-modules/tree/main/javascript-modules-library#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/Jahia/javascript-modules/issues"