@stacksjs/actions 0.70.117 → 0.70.119
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import process from "node:process";
|
|
2
|
+
import { library } from "@stacksjs/config";
|
|
2
3
|
import { log } from "@stacksjs/logging";
|
|
3
4
|
import { componentsPath, functionsPath, libraryEntryPath } from "@stacksjs/path";
|
|
4
5
|
import { writeTextFile } from "@stacksjs/storage";
|
|
5
6
|
import { kebabCase } from "@stacksjs/strings";
|
|
6
7
|
import { ExitCode } from "@stacksjs/types";
|
|
7
8
|
import { determineResetPreset } from "@stacksjs/utils";
|
|
8
|
-
import library from "~/config/library";
|
|
9
9
|
export async function generateLibEntry(type) {
|
|
10
10
|
await createLibraryEntryPoint(type);
|
|
11
11
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { library } from "@stacksjs/config";
|
|
1
2
|
import { log } from "@stacksjs/logging";
|
|
2
3
|
import { packageJsonPath } from "@stacksjs/path";
|
|
3
4
|
import { writeTextFile } from "@stacksjs/storage";
|
|
4
|
-
import library from "~/config/library";
|
|
5
5
|
export async function generatePackageJson(type) {
|
|
6
6
|
let name, description, directory, keywords, config, prettyName;
|
|
7
7
|
if (type === "web-components") {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { library } from "@stacksjs/config";
|
|
1
2
|
import { err, ok } from "@stacksjs/error-handling";
|
|
2
3
|
import { log } from "@stacksjs/logging";
|
|
3
4
|
import { customElementsDataPath } from "@stacksjs/path";
|
|
4
5
|
import { writeTextFile } from "@stacksjs/storage";
|
|
5
|
-
import library from "~/config/library";
|
|
6
6
|
function generateComponentInfoData() {
|
|
7
7
|
return `{
|
|
8
8
|
"version": 1.1,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/actions",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.70.
|
|
5
|
+
"version": "0.70.119",
|
|
6
6
|
"description": "The Stacks actions.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"prepublishOnly": "bun run build"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
+
"@stacksjs/config": "0.70.119",
|
|
65
66
|
"@stacksjs/bumpx": "^0.2.6",
|
|
66
67
|
"@stacksjs/bunpress": "^0.1.12",
|
|
67
68
|
"@stacksjs/logsmith": "^0.2.3",
|
|
@@ -69,23 +70,23 @@
|
|
|
69
70
|
"@stacksjs/ts-md": "^0.1.1"
|
|
70
71
|
},
|
|
71
72
|
"devDependencies": {
|
|
72
|
-
"@stacksjs/api": "0.70.
|
|
73
|
-
"@stacksjs/cli": "0.70.
|
|
74
|
-
"@stacksjs/config": "0.70.
|
|
75
|
-
"@stacksjs/database": "0.70.
|
|
73
|
+
"@stacksjs/api": "0.70.119",
|
|
74
|
+
"@stacksjs/cli": "0.70.119",
|
|
75
|
+
"@stacksjs/config": "0.70.119",
|
|
76
|
+
"@stacksjs/database": "0.70.119",
|
|
76
77
|
"@stacksjs/tlsx": "^0.13.2",
|
|
77
78
|
"better-dx": "^0.2.17",
|
|
78
|
-
"@stacksjs/dns": "0.70.
|
|
79
|
-
"@stacksjs/enums": "0.70.
|
|
80
|
-
"@stacksjs/env": "0.70.
|
|
81
|
-
"@stacksjs/error-handling": "0.70.
|
|
82
|
-
"@stacksjs/logging": "0.70.
|
|
83
|
-
"@stacksjs/path": "0.70.
|
|
84
|
-
"@stacksjs/security": "0.70.
|
|
85
|
-
"@stacksjs/storage": "0.70.
|
|
86
|
-
"@stacksjs/strings": "0.70.
|
|
87
|
-
"@stacksjs/utils": "0.70.
|
|
88
|
-
"@stacksjs/validation": "0.70.
|
|
79
|
+
"@stacksjs/dns": "0.70.119",
|
|
80
|
+
"@stacksjs/enums": "0.70.119",
|
|
81
|
+
"@stacksjs/env": "0.70.119",
|
|
82
|
+
"@stacksjs/error-handling": "0.70.119",
|
|
83
|
+
"@stacksjs/logging": "0.70.119",
|
|
84
|
+
"@stacksjs/path": "0.70.119",
|
|
85
|
+
"@stacksjs/security": "0.70.119",
|
|
86
|
+
"@stacksjs/storage": "0.70.119",
|
|
87
|
+
"@stacksjs/strings": "0.70.119",
|
|
88
|
+
"@stacksjs/utils": "0.70.119",
|
|
89
|
+
"@stacksjs/validation": "0.70.119"
|
|
89
90
|
},
|
|
90
91
|
"peerDependencies": {
|
|
91
92
|
"pickier": "^0.1.35"
|