@latte-macchiat-io/latte-payload 1.0.2 → 1.0.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 (1) hide show
  1. package/package.json +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latte-macchiat-io/latte-payload",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Reusable Payload CMS collections, utilities, and components for Latte projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,7 +52,6 @@
52
52
  "template"
53
53
  ],
54
54
  "author": "Latte Macchiat.io",
55
- "license": "MIT",
56
55
  "dependencies": {
57
56
  "@date-fns/tz": "^1.4.1",
58
57
  "next-intl": "^4.6.1",
@@ -112,10 +111,6 @@
112
111
  "node": ">=22.x",
113
112
  "pnpm": "^10"
114
113
  },
115
- "repository": {
116
- "type": "git",
117
- "url": "https://github.com/latte-macchiat-io/latte-payload"
118
- },
119
114
  "scripts": {
120
115
  "build": "tsc",
121
116
  "dev": "tsc --watch",