@hitslop/cli 0.1.1 → 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.
Files changed (2) hide show
  1. package/dist/cli.js +4 -4
  2. package/package.json +3 -3
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.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" },
@@ -31,7 +31,7 @@ var package_default = {
31
31
  publishConfig: { access: "public" },
32
32
  type: "module",
33
33
  bin: {
34
- slop: "./dist/cli.js"
34
+ slop: "dist/cli.js"
35
35
  },
36
36
  files: ["dist", "templates"],
37
37
  scripts: {
@@ -41,7 +41,7 @@ var package_default = {
41
41
  },
42
42
  dependencies: {
43
43
  "@crustjs/core": "^0.0.19",
44
- "@hitslop/schema": "workspace:*",
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": `^${package_default.version}`, "@hitslop/svelte": `^${package_default.version}`, "bits-ui": "^2.19.0", svelte: "^5.0.0", zod: "^4.5.2" },
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.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" },
@@ -10,7 +10,7 @@
10
10
  "publishConfig": { "access": "public" },
11
11
  "type": "module",
12
12
  "bin": {
13
- "slop": "./dist/cli.js"
13
+ "slop": "dist/cli.js"
14
14
  },
15
15
  "files": ["dist", "templates"],
16
16
  "scripts": {
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@crustjs/core": "^0.0.19",
23
- "@hitslop/schema": "workspace:*",
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",