@alwatr/node 9.2.0 → 9.2.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.
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
- /* 📦 @alwatr/node v9.2.0 */
1
+ /* 📦 @alwatr/node v9.2.1 */
2
2
  export*from"@alwatr/crypto";export*from"@alwatr/env";export*from"@alwatr/exit-hook";export*from"@alwatr/node-fs";
3
3
 
4
- //# debugId=1B0B4CE90B83378B64756E2164756E21
4
+ //# debugId=FB4F96B058ED780C64756E2164756E21
5
5
  //# sourceMappingURL=main.js.map
package/dist/main.js.map CHANGED
@@ -5,6 +5,6 @@
5
5
  "export * from '@alwatr/crypto';\nexport * from '@alwatr/env';\nexport * from '@alwatr/exit-hook';\nexport * from '@alwatr/node-fs';\n"
6
6
  ],
7
7
  "mappings": ";AAAA,4BACA,yBACA,+BACA",
8
- "debugId": "1B0B4CE90B83378B64756E2164756E21",
8
+ "debugId": "FB4F96B058ED780C64756E2164756E21",
9
9
  "names": []
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/node",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "Necessary library for all node/bun projects.",
5
5
  "license": "MPL-2.0",
6
6
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@alwatr/crypto": "9.1.1",
29
- "@alwatr/env": "9.1.1",
30
- "@alwatr/exit-hook": "9.1.1",
31
- "@alwatr/node-fs": "9.1.1"
28
+ "@alwatr/crypto": "9.2.1",
29
+ "@alwatr/env": "9.2.1",
30
+ "@alwatr/exit-hook": "9.2.1",
31
+ "@alwatr/node-fs": "9.2.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@alwatr/nano-build": "9.1.1",
@@ -86,5 +86,5 @@
86
86
  "writeFile",
87
87
  "writeJson"
88
88
  ],
89
- "gitHead": "7118c4a22d33c644c1c8d84c0e58321f8f90cca8"
89
+ "gitHead": "b9dc0cb8b04b16216d44fbe9a9682f2a57926167"
90
90
  }