mol_crypto_lib 0.1.1175 → 0.1.1177

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_crypto_lib",
3
- "version": "0.1.1175",
3
+ "version": "0.1.1177",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -148,9 +148,9 @@ declare namespace $ {
148
148
 
149
149
  declare namespace $ {
150
150
  class $mol_object2 {
151
- static $: typeof $$;
151
+ static $: $;
152
152
  [Symbol.toStringTag]: string;
153
- [$mol_ambient_ref]: typeof $$;
153
+ [$mol_ambient_ref]: $;
154
154
  get $(): $;
155
155
  set $(next: $);
156
156
  static create<Instance>(this: new (init?: (instance: any) => void) => Instance, init?: (instance: $mol_type_writable<Instance>) => void): Instance;