@magicpages/kalotyp 0.1.0 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicpages/kalotyp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Kalotyp — an open-source image editor for Ghost CMS. The bundle Ghost loads (kalotyp.js + kalotyp.css).",
5
5
  "license": "MIT",
6
6
  "author": "Jannis Fedoruk-Betschki <jannis@magicpages.co>",
@@ -33,8 +33,17 @@
33
33
  "dist"
34
34
  ],
35
35
  "publishConfig": {
36
- "access": "public",
37
- "provenance": true
36
+ "access": "public"
37
+ },
38
+ "dependencies": {
39
+ "@magicpages/kalotyp-core": "0.1.2",
40
+ "@magicpages/kalotyp-ui": "0.1.2"
41
+ },
42
+ "devDependencies": {
43
+ "typescript": "6.0.3",
44
+ "vite": "8.0.16",
45
+ "vitest": "4.1.8",
46
+ "jsdom": "29.1.1"
38
47
  },
39
48
  "scripts": {
40
49
  "build": "vite build && tsc -p tsconfig.build.json",
@@ -42,15 +51,5 @@
42
51
  "test": "vitest run",
43
52
  "test:watch": "vitest",
44
53
  "typecheck": "tsc --noEmit"
45
- },
46
- "dependencies": {
47
- "@magicpages/kalotyp-core": "workspace:*",
48
- "@magicpages/kalotyp-ui": "workspace:*"
49
- },
50
- "devDependencies": {
51
- "typescript": "5.6.3",
52
- "vite": "5.4.10",
53
- "vitest": "2.1.5",
54
- "jsdom": "25.0.1"
55
54
  }
56
- }
55
+ }