@hitslop/cli 0.1.2 → 0.1.3
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/cli.js +3 -3
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -21,7 +21,7 @@ import { manifestSchemaURL, parseManifest } from "@hitslop/schema";
|
|
|
21
21
|
// package.json
|
|
22
22
|
var package_default = {
|
|
23
23
|
name: "@hitslop/cli",
|
|
24
|
-
version: "0.1.
|
|
24
|
+
version: "0.1.3",
|
|
25
25
|
description: "Create, develop, build, register, and publish hitSlop apps.",
|
|
26
26
|
license: "MIT",
|
|
27
27
|
repository: { type: "git", url: "git+https://github.com/hitslop/hitslop.git", directory: "packages/cli" },
|
|
@@ -41,7 +41,7 @@ var package_default = {
|
|
|
41
41
|
},
|
|
42
42
|
dependencies: {
|
|
43
43
|
"@crustjs/core": "^0.0.19",
|
|
44
|
-
"@hitslop/schema": "^0.1.
|
|
44
|
+
"@hitslop/schema": "^0.1.1",
|
|
45
45
|
"@noble/ed25519": "^3.2.0",
|
|
46
46
|
"fast-png": "^8.0.0",
|
|
47
47
|
fflate: "^0.8.3",
|
|
@@ -360,7 +360,7 @@ async function scaffold(destination, options = {}) {
|
|
|
360
360
|
register: "slop register",
|
|
361
361
|
publish: "slop publish"
|
|
362
362
|
},
|
|
363
|
-
dependencies: { "@hitslop/runtime":
|
|
363
|
+
dependencies: { "@hitslop/runtime": "^0.1.2", "@hitslop/svelte": "^0.1.2", "bits-ui": "^2.19.0", svelte: "^5.0.0", zod: "^4.5.2" },
|
|
364
364
|
devDependencies: { "@hitslop/cli": `^${package_default.version}`, "@sveltejs/vite-plugin-svelte": "^7.0.0", "@vanilla-extract/css": "^1.17.4", "@vanilla-extract/vite-plugin": "^5.1.1", vite: "^8.0.0" }
|
|
365
365
|
}, null, 2) + `
|
|
366
366
|
`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitslop/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Create, develop, build, register, and publish hitSlop apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": { "type": "git", "url": "git+https://github.com/hitslop/hitslop.git", "directory": "packages/cli" },
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@crustjs/core": "^0.0.19",
|
|
23
|
-
"@hitslop/schema": "^0.1.
|
|
23
|
+
"@hitslop/schema": "^0.1.1",
|
|
24
24
|
"@noble/ed25519": "^3.2.0",
|
|
25
25
|
"fast-png": "^8.0.0",
|
|
26
26
|
"fflate": "^0.8.3",
|