@gera2ld/common-node 0.0.4 → 0.0.5
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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import m from "node:process";
|
|
|
5
5
|
import { Readable as h } from "node:stream";
|
|
6
6
|
import { buffer as g } from "node:stream/consumers";
|
|
7
7
|
import { isatty as _ } from "node:tty";
|
|
8
|
-
//#region
|
|
8
|
+
//#region ../common/dist/index.js
|
|
9
9
|
function v(e) {
|
|
10
10
|
return new TextEncoder().encode(e);
|
|
11
11
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gera2ld/common-node",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"registry": "https://registry.npmjs.org/"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@gera2ld/common": "^0.0.
|
|
23
|
+
"@gera2ld/common": "^0.0.5"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"clean": "del-cli dist tsconfig.tsbuildinfo",
|
|
27
27
|
"build:types": "tsc",
|
|
28
28
|
"build:js": "vite build",
|
|
29
|
-
"build": "pnpm clean && pnpm /^build:/"
|
|
29
|
+
"build": "pnpm run clean && pnpm run /^build:/"
|
|
30
30
|
}
|
|
31
31
|
}
|