@basementstudio/sanity-ai-image-plugin 0.0.0 → 0.0.1

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 +21 -21
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "name": "@basementstudio/sanity-ai-image-plugin",
3
- "private": false,
4
- "version": "0.0.0",
5
- "packageManager": "bun@1.3.7",
6
- "description": "Portable Sanity Studio plugin and server helper for AI image generation.",
2
+ "name": "@basementstudio/sanity-ai-image-plugin",
3
+ "private": false,
4
+ "version": "0.0.1",
5
+ "packageManager": "bun@1.3.7",
6
+ "description": "Portable Sanity Studio plugin and server helper for AI image generation.",
7
7
  "type": "module",
8
8
  "sideEffects": false,
9
9
  "files": [
@@ -23,16 +23,16 @@
23
23
  },
24
24
  "./package.json": "./package.json"
25
25
  },
26
- "scripts": {
27
- "build": "tsc -p tsconfig.build.json",
28
- "check": "tsc -p tsconfig.json --noEmit",
29
- "test": "bun test tests",
30
- "changeset": "changeset",
31
- "version-packages": "changeset version",
32
- "release": "changeset publish",
33
- "version-canary": "changeset version --snapshot canary",
34
- "release-canary": "changeset publish --tag canary --no-git-tag"
35
- },
26
+ "scripts": {
27
+ "build": "tsc -p tsconfig.build.json",
28
+ "check": "tsc -p tsconfig.json --noEmit",
29
+ "test": "bun test tests",
30
+ "changeset": "changeset",
31
+ "version-packages": "changeset version",
32
+ "release": "changeset publish",
33
+ "version-canary": "changeset version --snapshot canary",
34
+ "release-canary": "changeset publish --tag canary --no-git-tag"
35
+ },
36
36
  "keywords": [
37
37
  "sanity",
38
38
  "sanity-plugin",
@@ -52,12 +52,12 @@
52
52
  "ai": "^6"
53
53
  },
54
54
  "devDependencies": {
55
- "@sanity/ui": "^3.1.14",
56
- "@changesets/changelog-github": "^0.5.2",
57
- "@changesets/cli": "^2.29.8",
58
- "@types/bun": "^1.3.6",
59
- "@types/node": "^20.19.30",
60
- "@types/react": "^19.2.9",
55
+ "@sanity/ui": "^3.1.14",
56
+ "@changesets/changelog-github": "^0.5.2",
57
+ "@changesets/cli": "^2.29.8",
58
+ "@types/bun": "^1.3.6",
59
+ "@types/node": "^20.19.30",
60
+ "@types/react": "^19.2.9",
61
61
  "@types/react-dom": "^19.2.3",
62
62
  "react": "^19.2.4",
63
63
  "react-dom": "^19.2.4",