@orion-js/core 4.0.0-next.0 → 4.0.0-next.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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -186677,7 +186677,7 @@ async function watchDeletes() {
|
|
|
186677
186677
|
var import_chokidar2 = __toESM(require_chokidar());
|
|
186678
186678
|
var import_safe3 = __toESM(require_safe());
|
|
186679
186679
|
|
|
186680
|
-
//
|
|
186680
|
+
// ../env/dist/index.js
|
|
186681
186681
|
var import_node_module = require("node:module");
|
|
186682
186682
|
var import_node_fs = __toESM(require("node:fs"));
|
|
186683
186683
|
var import_node_path = __toESM(require("node:path"));
|
package/dist/index.js
CHANGED
|
@@ -186669,7 +186669,7 @@ async function watchDeletes() {
|
|
|
186669
186669
|
var import_chokidar2 = __toESM(require_chokidar(), 1);
|
|
186670
186670
|
var import_safe3 = __toESM(require_safe(), 1);
|
|
186671
186671
|
|
|
186672
|
-
//
|
|
186672
|
+
// ../env/dist/index.js
|
|
186673
186673
|
import { createRequire as createRequire2 } from "node:module";
|
|
186674
186674
|
import fs7 from "node:fs";
|
|
186675
186675
|
import path5 from "node:path";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orion-js/core",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.1",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"test": "exit 0",
|
|
16
|
-
"prepare": "
|
|
16
|
+
"prepare": "bun run build",
|
|
17
17
|
"clean": "rm -rf ./dist",
|
|
18
18
|
"build": "bun run build.ts",
|
|
19
19
|
"watch": "tsc -w",
|
|
20
20
|
"upgrade-interactive": "yarn upgrade-interactive"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@orion-js/env": "
|
|
23
|
+
"@orion-js/env": "4.0.0-next.1",
|
|
24
24
|
"chokidar": "3.5.3",
|
|
25
25
|
"colors": "^1.4.0",
|
|
26
26
|
"commander": "^9.4.1",
|