@solvro/config 1.0.3 → 1.0.4

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/bin/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import "../dist/cli.js";
2
+ import "../dist/eslint-config/cli.js";
@@ -130,7 +130,7 @@ var import_picocolors = __toESM(require_picocolors(), 1);
130
130
  // package.json
131
131
  var package_default = {
132
132
  name: "@solvro/config",
133
- version: "1.0.2",
133
+ version: "1.0.3",
134
134
  description: "Solvro's engineering style guide",
135
135
  keywords: [
136
136
  "eslint-config"
@@ -141,19 +141,25 @@ var package_default = {
141
141
  },
142
142
  repository: {
143
143
  type: "git",
144
- url: "https://github.com/Solvro/lib-web-solvro-config.git"
144
+ url: "git+https://github.com/Solvro/lib-web-solvro-config.git"
145
145
  },
146
146
  license: "MPL-2.0",
147
147
  type: "module",
148
148
  exports: {
149
- ".": {
150
- import: "./dist/index.js",
151
- require: "./dist/index.cjs"
149
+ "./eslint": {
150
+ import: "./dist/eslint-config/index.js",
151
+ require: "./dist/eslint-config/index.cjs",
152
+ types: "./dist/eslint-config/index.d.ts"
153
+ },
154
+ "./prettier": {
155
+ import: "./dist/prettier-config/index.js",
156
+ require: "./dist/prettier-config/index.cjs",
157
+ types: "./dist/prettier-config/index.d.ts"
152
158
  }
153
159
  },
154
- main: "./dist/index.js",
155
- types: "./dist/index.d.ts",
156
- bin: "./bin/index.js",
160
+ bin: {
161
+ config: "bin/index.js"
162
+ },
157
163
  files: [
158
164
  "bin",
159
165
  "dist"
@@ -96,7 +96,7 @@ var import_picocolors = __toESM(require_picocolors(), 1);
96
96
  // package.json
97
97
  var package_default = {
98
98
  name: "@solvro/config",
99
- version: "1.0.2",
99
+ version: "1.0.3",
100
100
  description: "Solvro's engineering style guide",
101
101
  keywords: [
102
102
  "eslint-config"
@@ -107,19 +107,25 @@ var package_default = {
107
107
  },
108
108
  repository: {
109
109
  type: "git",
110
- url: "https://github.com/Solvro/lib-web-solvro-config.git"
110
+ url: "git+https://github.com/Solvro/lib-web-solvro-config.git"
111
111
  },
112
112
  license: "MPL-2.0",
113
113
  type: "module",
114
114
  exports: {
115
- ".": {
116
- import: "./dist/index.js",
117
- require: "./dist/index.cjs"
115
+ "./eslint": {
116
+ import: "./dist/eslint-config/index.js",
117
+ require: "./dist/eslint-config/index.cjs",
118
+ types: "./dist/eslint-config/index.d.ts"
119
+ },
120
+ "./prettier": {
121
+ import: "./dist/prettier-config/index.js",
122
+ require: "./dist/prettier-config/index.cjs",
123
+ types: "./dist/prettier-config/index.d.ts"
118
124
  }
119
125
  },
120
- main: "./dist/index.js",
121
- types: "./dist/index.d.ts",
122
- bin: "./bin/index.js",
126
+ bin: {
127
+ config: "bin/index.js"
128
+ },
123
129
  files: [
124
130
  "bin",
125
131
  "dist"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solvro/config",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Solvro's engineering style guide",
5
5
  "keywords": [
6
6
  "eslint-config"
@@ -11,19 +11,25 @@
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/Solvro/lib-web-solvro-config.git"
14
+ "url": "git+https://github.com/Solvro/lib-web-solvro-config.git"
15
15
  },
16
16
  "license": "MPL-2.0",
17
17
  "type": "module",
18
18
  "exports": {
19
- ".": {
20
- "import": "./dist/index.js",
21
- "require": "./dist/index.cjs"
19
+ "./eslint": {
20
+ "import": "./dist/eslint-config/index.js",
21
+ "require": "./dist/eslint-config/index.cjs",
22
+ "types": "./dist/eslint-config/index.d.ts"
23
+ },
24
+ "./prettier": {
25
+ "import": "./dist/prettier-config/index.js",
26
+ "require": "./dist/prettier-config/index.cjs",
27
+ "types": "./dist/prettier-config/index.d.ts"
22
28
  }
23
29
  },
24
- "main": "./dist/index.js",
25
- "types": "./dist/index.d.ts",
26
- "bin": "./bin/index.js",
30
+ "bin": {
31
+ "config": "bin/index.js"
32
+ },
27
33
  "files": [
28
34
  "bin",
29
35
  "dist"