mol_wire_lib 1.0.370 → 1.0.372

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.
Files changed (3) hide show
  1. package/node.d.ts +2 -2
  2. package/package.json +1 -1
  3. package/web.d.ts +2 -2
package/node.d.ts CHANGED
@@ -150,8 +150,8 @@ declare namespace $ {
150
150
  get $(): $;
151
151
  set $(next: $);
152
152
  static create<Instance>(this: new (init?: (instance: any) => void) => Instance, init?: (instance: $mol_type_writable<Instance>) => void): Instance;
153
- static [Symbol.toPrimitive](): any;
154
- static toString(): any;
153
+ static [Symbol.toPrimitive](): unknown;
154
+ static toString(): unknown;
155
155
  destructor(): void;
156
156
  toString(): any;
157
157
  toJSON(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_wire_lib",
3
- "version": "1.0.370",
3
+ "version": "1.0.372",
4
4
  "main": "node.js",
5
5
  "module": "node.esm.js",
6
6
  "browser": "web.js",
package/web.d.ts CHANGED
@@ -150,8 +150,8 @@ declare namespace $ {
150
150
  get $(): $;
151
151
  set $(next: $);
152
152
  static create<Instance>(this: new (init?: (instance: any) => void) => Instance, init?: (instance: $mol_type_writable<Instance>) => void): Instance;
153
- static [Symbol.toPrimitive](): any;
154
- static toString(): any;
153
+ static [Symbol.toPrimitive](): unknown;
154
+ static toString(): unknown;
155
155
  destructor(): void;
156
156
  toString(): any;
157
157
  toJSON(): any;