@rimbu/deep 0.14.2 → 0.14.4

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.
@@ -4,7 +4,6 @@ exports.Deep = exports.Path = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var path_1 = require("./path");
6
6
  Object.defineProperty(exports, "Path", { enumerable: true, get: function () { return path_1.Path; } });
7
- var match_1 = require("./match");
8
7
  var Deep = tslib_1.__importStar(require("./deep"));
9
8
  exports.Deep = Deep;
10
9
  //# sourceMappingURL=internal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"internal.js","sourceRoot":"","sources":["../../src/internal.ts"],"names":[],"mappings":";;;;AACA,+BAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,iCAAqC;AAIrC,mDAA+B;AACtB,oBAAI"}
1
+ {"version":3,"file":"internal.js","sourceRoot":"","sources":["../../src/internal.ts"],"names":[],"mappings":";;;;AACA,+BAA8B;AAArB,4FAAA,IAAI,OAAA;AAKb,mDAA+B;AACtB,oBAAI"}
@@ -1,5 +1,4 @@
1
1
  export { Path } from './path';
2
- export {} from './match';
3
2
  import * as Deep from './deep';
4
3
  export { Deep };
5
4
  //# sourceMappingURL=internal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"internal.js","sourceRoot":"","sources":["../../src/internal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAc,MAAM,SAAS,CAAC;AAIrC,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,CAAC"}
1
+ {"version":3,"file":"internal.js","sourceRoot":"","sources":["../../src/internal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAK9B,OAAO,KAAK,IAAI,MAAM,QAAQ,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimbu/deep",
3
- "version": "0.14.2",
3
+ "version": "0.14.4",
4
4
  "description": "Tools to use handle plain JS objects as immutable objects",
5
5
  "keywords": [
6
6
  "immutable",
@@ -37,9 +37,9 @@
37
37
  "exports": {
38
38
  ".": {
39
39
  "types": "./dist/types/index.d.ts",
40
+ "bun": "./src/index.ts",
40
41
  "import": "./dist/module/index.js",
41
42
  "require": "./dist/main/index.js",
42
- "bun": "./src/index.ts",
43
43
  "default": "./dist/module/index.js"
44
44
  }
45
45
  },
@@ -66,12 +66,12 @@
66
66
  },
67
67
  "sideEffects": false,
68
68
  "dependencies": {
69
- "@rimbu/base": "^0.11.2",
70
- "@rimbu/common": "^0.12.2",
69
+ "@rimbu/base": "^0.11.3",
70
+ "@rimbu/common": "^0.12.3",
71
71
  "tslib": "^2.5.0"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "4ffac464a67030c80e35241766098837498426e6"
76
+ "gitHead": "8f83f7bc9812a739279a64e2e52d83f631dfb4f6"
77
77
  }