@sergdudko/objectstream 4.0.4 → 4.0.6

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.
@@ -232,4 +232,3 @@ exports.Parser = Parser;
232
232
  * @private
233
233
  */
234
234
  Parser.__empty = Buffer.from("");
235
- //# sourceMappingURL=Parser.js.map
@@ -155,4 +155,3 @@ class Stringifer extends stream_1.Transform {
155
155
  }
156
156
  }
157
157
  exports.Stringifer = Stringifer;
158
- //# sourceMappingURL=Stringifer.js.map
package/dist/cjs/index.js CHANGED
@@ -26,4 +26,3 @@ const objectstream = {
26
26
  Parser: Parser_1.Parser,
27
27
  };
28
28
  exports.default = objectstream;
29
- //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"type":"commonjs"}
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=genericFunction.js.map
@@ -37,4 +37,3 @@ const validator = (obj, it = true) => {
37
37
  }
38
38
  };
39
39
  exports.validator = validator;
40
- //# sourceMappingURL=global.js.map
@@ -228,4 +228,3 @@ export class Parser extends Transform {
228
228
  * @private
229
229
  */
230
230
  Parser.__empty = Buffer.from("");
231
- //# sourceMappingURL=Parser.js.map
@@ -151,4 +151,3 @@ export class Stringifer extends Transform {
151
151
  return this;
152
152
  }
153
153
  }
154
- //# sourceMappingURL=Stringifer.js.map
package/dist/esm/index.js CHANGED
@@ -23,4 +23,3 @@ const objectstream = {
23
23
  Parser,
24
24
  };
25
25
  export default objectstream;
26
- //# sourceMappingURL=index.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=genericFunction.js.map
@@ -33,4 +33,3 @@ export const validator = (obj, it = true) => {
33
33
  return false;
34
34
  }
35
35
  };
36
- //# sourceMappingURL=global.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sergdudko/objectstream",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "description": "Creates a stream to convert json from string or convert json to string.",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -33,8 +33,8 @@
33
33
  "testv20": "docker run --name=objectstream-node20 --rm -v $PWD:/app node20:1.0.0 nyc npm run test"
34
34
  },
35
35
  "files": [
36
- "dist/esm/**/*.js",
37
- "dist/cjs/**/*.js",
36
+ "dist/esm/**/*.js{,on}",
37
+ "dist/cjs/**/*.js{,on}",
38
38
  "dist/types/**/*",
39
39
  "README.md",
40
40
  "LICENSE"
@@ -88,7 +88,7 @@
88
88
  "prettier": "^3.6.2",
89
89
  "tsx": "^4.20.6",
90
90
  "typescript": "^5.9.3",
91
- "typescript-eslint": "^8.46.0"
91
+ "typescript-eslint": "^8.46.1"
92
92
  },
93
93
  "engines": {
94
94
  "node": ">=10"