@evitcastudio/kit 1.1.4 → 1.1.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/lib/bundle/cli/cli.js +4 -4
- package/package.json +2 -2
package/lib/bundle/cli/cli.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
/*!
|
|
4
|
-
* @evitcastudio/kit@1.1.
|
|
5
|
-
* Compiled Wed, 01 Jan 2025 08:
|
|
4
|
+
* @evitcastudio/kit@1.1.5 git+https://github.com/EvitcaStudio/Kit.git
|
|
5
|
+
* Compiled Wed, 01 Jan 2025 08:34:38 UTC
|
|
6
6
|
* Copyright (c) 2025 Jared Bates, Evitca Studio, "doubleactii"
|
|
7
7
|
*
|
|
8
8
|
* @evitcastudio/kit is licensed under the MIT License.
|
|
@@ -2575,7 +2575,7 @@ class KitCLI {
|
|
|
2575
2575
|
// package.json
|
|
2576
2576
|
var package_default = {
|
|
2577
2577
|
name: "@evitcastudio/kit",
|
|
2578
|
-
version: "1.1.
|
|
2578
|
+
version: "1.1.5",
|
|
2579
2579
|
author: "doubleactii 56242467+doubleactii@users.noreply.github.com (https://evitcastudio.com)",
|
|
2580
2580
|
main: "./lib/index.js",
|
|
2581
2581
|
types: "./lib/index.d.ts",
|
|
@@ -2600,7 +2600,7 @@ var package_default = {
|
|
|
2600
2600
|
homepage: "https://github.com/EvitcaStudio/Kit",
|
|
2601
2601
|
license: "MIT",
|
|
2602
2602
|
scripts: {
|
|
2603
|
-
prepublishOnly: "bun run build",
|
|
2603
|
+
prepublishOnly: "bun run build-types && bun run build",
|
|
2604
2604
|
test: "bun test ./tests",
|
|
2605
2605
|
lint: "bun eslint ./src",
|
|
2606
2606
|
pack: "bun pm pack --dry-run",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evitcastudio/kit",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"author": "doubleactii 56242467+doubleactii@users.noreply.github.com (https://evitcastudio.com)",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"homepage": "https://github.com/EvitcaStudio/Kit",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"scripts": {
|
|
28
|
-
"prepublishOnly": "bun run build",
|
|
28
|
+
"prepublishOnly": "bun run build-types && bun run build",
|
|
29
29
|
"test": "bun test ./tests",
|
|
30
30
|
"lint": "bun eslint ./src",
|
|
31
31
|
"pack": "bun pm pack --dry-run",
|