create-magek 0.0.6 → 0.0.7

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.cjs +4 -2
  2. package/package.json +2 -2
package/dist/cli.cjs CHANGED
@@ -36,7 +36,7 @@ var require_package = __commonJS({
36
36
  "package.json"(exports2, module2) {
37
37
  module2.exports = {
38
38
  name: "create-magek",
39
- version: "0.0.6",
39
+ version: "0.0.7",
40
40
  description: "Create Magek AI applications with one command",
41
41
  type: "module",
42
42
  main: "dist/cli.cjs",
@@ -82,7 +82,7 @@ var require_package = __commonJS({
82
82
  globby: "16.1.0"
83
83
  },
84
84
  devDependencies: {
85
- "@magek/eslint-config": "workspace:^0.0.6",
85
+ "@magek/eslint-config": "workspace:^0.0.7",
86
86
  "@types/node": "22.19.7",
87
87
  "@types/prompts": "2.4.9",
88
88
  "@types/chai": "5.2.3",
@@ -136,6 +136,8 @@ function getMagekVersion() {
136
136
  return "0.0.1";
137
137
  }
138
138
  var ForbiddenProjectName = class extends Error {
139
+ name;
140
+ restrictionText;
139
141
  constructor(name, restrictionText) {
140
142
  super(`Project name cannot ${restrictionText}:
141
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-magek",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Create Magek AI applications with one command",
5
5
  "type": "module",
6
6
  "main": "dist/cli.cjs",
@@ -36,7 +36,7 @@
36
36
  "globby": "16.1.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@magek/eslint-config": "^0.0.6",
39
+ "@magek/eslint-config": "^0.0.7",
40
40
  "@types/node": "22.19.7",
41
41
  "@types/prompts": "2.4.9",
42
42
  "@types/chai": "5.2.3",