greybel-interpreter 3.5.0 → 3.5.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.
@@ -17,7 +17,7 @@ export declare class CustomMap extends CustomObject {
17
17
  static readonly intrinsics: ObjectValue;
18
18
  readonly id: string;
19
19
  value: ObjectValue;
20
- private isInstance;
20
+ isInstance: boolean;
21
21
  static createWithInitialValue(value: ObjectValue): CustomMap;
22
22
  constructor(value?: ObjectValue);
23
23
  getCustomType(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-interpreter",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Interpreter",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",