@factoringplus/pl-components-pack-v3 1.8.22-pre-new-project → 1.8.22-pre-01-new-project

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.
@@ -33596,16 +33596,13 @@ const LZ = {
33596
33596
  });
33597
33597
  let M;
33598
33598
  jt(async () => {
33599
- if (typeof window < "u") {
33600
- const D = await import("crypto-pro");
33601
- M = {
33602
- isValidSystemSetup: D.isValidSystemSetup,
33603
- getUserCertificates: D.getUserCertificates,
33604
- Certificate: D.Certificate,
33605
- createDetachedSignature: D.createDetachedSignature
33606
- };
33607
- }
33608
- s.value = null, await c();
33599
+ const D = await import("crypto-pro");
33600
+ M = {
33601
+ isValidSystemSetup: D.isValidSystemSetup,
33602
+ getUserCertificates: D.getUserCertificates,
33603
+ Certificate: D.Certificate,
33604
+ createDetachedSignature: D.createDetachedSignature
33605
+ }, s.value = null, await c();
33609
33606
  });
33610
33607
  const h = C({
33611
33608
  get: () => r.signingFile,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "require": "./dist/pl-components-pack-v3.cjs.js"
16
16
  }
17
17
  },
18
- "version": "1.8.22-pre-new-project",
18
+ "version": "1.8.22-pre-01-new-project",
19
19
  "scripts": {
20
20
  "dev": "vite",
21
21
  "build": "vite build",