@sanity/plugin-kit 4.0.18 → 4.0.20

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.
@@ -1,146 +1,8 @@
1
1
  "use strict";
2
- var name = "@sanity/plugin-kit", version = "4.0.18", description = "Enhanced Sanity.io plugin development experience", keywords = [
3
- "sanity-io",
4
- "sanity",
5
- "plugin",
6
- "development",
7
- "typescript",
8
- "bootstrap"
9
- ], homepage = "https://github.com/sanity-io/plugin-kit#readme", bugs = {
10
- url: "https://github.com/sanity-io/plugin-kit/issues"
11
- }, repository = {
12
- type: "git",
13
- url: "git+ssh://git@github.com/sanity-io/plugin-kit.git"
14
- }, license = "MIT", author = "Sanity.io <hello@sanity.io>", sideEffects = !1, type = "commonjs", exports$1 = {
15
- ".": {
16
- source: "./src/index.ts",
17
- require: "./dist/index.js",
18
- default: "./dist/index.js"
19
- },
20
- "./package.json": "./package.json"
21
- }, main = "./dist/index.js", types = "./dist/index.d.ts", bin = {
22
- "plugin-kit": "./bin/plugin-kit.js"
23
- }, files = [
24
- "assets",
25
- "bin",
26
- "dist",
27
- "src",
28
- "v2-incompatible.js"
29
- ], scripts = {
30
- build: "pkg-utils build --strict --check --clean",
31
- commit: "git-cz",
32
- compile: "tsc --build",
33
- format: "prettier src package.json -w",
34
- lint: "eslint .",
35
- prepare: "husky install",
36
- prepublishOnly: "npm run build",
37
- test: "tap",
38
- "test:update-snapshots": "tap --snapshot",
39
- watch: "pkg-utils watch --strict"
40
- }, browserslist = "extends @sanity/browserslist-config", tap = {
41
- browser: !1,
42
- "check-coverage": !1,
43
- "coverage-report": [
44
- "html"
45
- ],
46
- jobs: 2,
47
- reporter: "spec",
48
- "test-ignore": "^dist/.*|.*ignore.*|.*run-test-command.*|.*fixture.utils.*",
49
- timeout: 120,
50
- ts: !0
51
- }, dependencies = {
52
- "@rexxars/choosealicense-list": "1.1.2",
53
- "@sanity/pkg-utils": "6.10.7",
54
- chalk: "4.1.2",
55
- concurrently: "8.2.2",
56
- "discover-path": "1.0.0",
57
- "email-validator": "2.0.4",
58
- execa: "5.1.1",
59
- "get-it": "8.6.3",
60
- "get-latest-version": "5.1.0",
61
- "git-remote-origin-url": "3.1.0",
62
- "git-user-info": "2.0.3",
63
- "github-url-to-object": "4.0.6",
64
- inquirer: "8.2.6",
65
- meow: "9.0.0",
66
- nodemon: "3.1.0",
67
- "npm-packlist": "8.0.2",
68
- "npm-run-path": "4.0.1",
69
- outdent: "0.8.0",
70
- "p-any": "3.0.0",
71
- "p-props": "4.0.0",
72
- postcss: "8.4.40",
73
- semver: "7.5.4",
74
- "spdx-license-ids": "3.0.18",
75
- "validate-npm-package-name": "5.0.0",
76
- "xdg-basedir": "4.0.0",
77
- yalc: "1.0.0-pre.53"
78
- }, devDependencies = {
79
- "@commitlint/cli": "19.3.0",
80
- "@commitlint/config-conventional": "19.2.2",
81
- "@sanity/semantic-release-preset": "5.0.0",
82
- "@sanity/ui-workshop": "^2.0.16",
83
- "@types/eslint": "^8.56.11",
84
- "@types/fs-extra": "^11.0.4",
85
- "@types/inquirer": "^9.0.3",
86
- "@types/node": "^18.17.4",
87
- "@types/nodemon": "^1.19.6",
88
- "@types/tap": "^15.0.11",
89
- "@typescript-eslint/eslint-plugin": "^7.18.0",
90
- "@typescript-eslint/parser": "^7.18.0",
91
- eslint: "^8.57.0",
92
- "eslint-config-prettier": "^9.1.0",
93
- "eslint-config-sanity": "^7.1.2",
94
- "eslint-plugin-prettier": "^5.2.1",
95
- "eslint-plugin-react-hooks": "^4.6.2",
96
- "fs-extra": "^11.2.0",
97
- husky: "^8.0.3",
98
- json5: "2.2.3",
99
- "lint-staged": "^13.3.0",
100
- prettier: "^3.3.3",
101
- "prettier-plugin-packagejson": "^2.5.1",
102
- readdirp: "^3.6.0",
103
- rimraf: "^4.4.1",
104
- sanity: "3.52.4",
105
- sinon: "^17.0.2",
106
- tap: "^16.3.10",
107
- "ts-node": "^10.9.2",
108
- typescript: "5.5.3"
109
- }, peerDependencies = {
110
- eslint: ">=8.0.0"
111
- }, engines = {
112
- node: ">=18"
113
- }, publishConfig = {
114
- access: "public"
115
- }, binname = "sanity-plugin", overrides = {
116
- "conventional-changelog-conventionalcommits": ">= 8.0.0"
117
- }, pkg = {
2
+ var name = "@sanity/plugin-kit", version = "4.0.20", binname = "sanity-plugin", pkg = {
118
3
  name,
119
4
  version,
120
- description,
121
- keywords,
122
- homepage,
123
- bugs,
124
- repository,
125
- license,
126
- author,
127
- sideEffects,
128
- type,
129
- exports: exports$1,
130
- main,
131
- types,
132
- bin,
133
- files,
134
- scripts,
135
- browserslist,
136
- tap,
137
- dependencies,
138
- devDependencies,
139
- peerDependencies,
140
- engines,
141
- publishConfig,
142
- binname,
143
- overrides
5
+ binname
144
6
  };
145
7
  exports.pkg = pkg;
146
8
  //# sourceMappingURL=package2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"package2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"package2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}