Skip to content

Commit 21ad7e9

Browse files
committed
bumped version number to 0.12.0
1 parent 2b79055 commit 21ad7e9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyper-hyper-space/core",
3-
"version": "0.11.1",
3+
"version": "0.12",
44
"author": "Santiago Bazerque",
55
"license": "MIT",
66
"source": "src/index.ts",

src/data/model/immutable/HashedObject.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ abstract class HashedObject {
4848
private _signOnSave : boolean;
4949
private _lastHash? : Hash;
5050
private _lastSignature? : string;
51-
public _objectID : Number;
5251

5352
private _resources? : Resources;
5453

@@ -58,7 +57,6 @@ abstract class HashedObject {
5857
protected _cascadeMutableContentEvents: boolean;
5958

6059
constructor() {
61-
this._objectID = Math.random()
6260
this._derivedFields = new Set();
6361
this._signOnSave = false;
6462
this._boundToStore = false;

0 commit comments

Comments
 (0)