@pragma-sh/scratchpad-contract 0.6.0 → 1.0.0

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pragma-sh/scratchpad-contract",
3
- "version": "0.6.0",
3
+ "version": "1.0.0",
4
4
  "description": "The scratchpad file contract: managed frontmatter, agent attachment, and the sibling comment-thread file. Source of truth shared by the desktop, the SDK, and the read-only viewer.",
5
5
  "homepage": "https://github.com/pragma-sh/pragma#readme",
6
6
  "bugs": "https://github.com/pragma-sh/pragma/issues",
@@ -27,7 +27,7 @@
27
27
  "lint": "oxlint ."
28
28
  },
29
29
  "dependencies": {
30
- "@pragma-sh/constants": "^0.6.0"
30
+ "@pragma-sh/constants": "^1.0.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "^6.0.3",