prototype-helper 0.3.7 → 0.3.8

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.
@@ -1,17 +1,13 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const deep_clone_1 = __importDefault(require("deep-clone"));
7
- if (!Object.prototype._deepCopy) {
8
- Object.prototype._deepCopy = function () {
9
- return deep_clone_1.default(this);
10
- };
11
- }
12
- if (!Object.prototype._toJson) {
13
- Object.prototype._toJson = function () {
14
- return JSON.stringify(this);
15
- };
16
- }
3
+ // if (!Object.prototype._deepCopy) {
4
+ // Object.prototype._deepCopy = function () {
5
+ // return deepClone(this);
6
+ // };
7
+ // }
8
+ // if (!Object.prototype._toJson) {
9
+ // Object.prototype._toJson = function () {
10
+ // return JSON.stringify(this);
11
+ // };
12
+ // }
17
13
  //# sourceMappingURL=object.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"object.js","sourceRoot":"","sources":["../../src/extension/object.ts"],"names":[],"mappings":";;;;;AAAA,4DAAmC;AAEnC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,SAAS,EAAE;IAC/B,MAAM,CAAC,SAAS,CAAC,SAAS,GAAG;QAC3B,OAAO,oBAAS,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC,CAAC;CACH;AAED,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,OAAO,EAAE;IAC7B,MAAM,CAAC,SAAS,CAAC,OAAO,GAAG;QACzB,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC,CAAC;CACH"}
1
+ {"version":3,"file":"object.js","sourceRoot":"","sources":["../../src/extension/object.ts"],"names":[],"mappings":";;AAEA,qCAAqC;AACrC,+CAA+C;AAC/C,8BAA8B;AAC9B,OAAO;AACP,IAAI;AAEJ,mCAAmC;AACnC,6CAA6C;AAC7C,mCAAmC;AACnC,OAAO;AACP,IAAI"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prototype-helper",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",