@orchestrator-ui/eslint-config-custom 0.0.6 → 0.0.7

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.
@@ -5,5 +5,5 @@ $ tsup index.js --format esm
5
5
  CLI Target: node16
6
6
  ESM Build start
7
7
  ESM dist/index.mjs 1.32 KB
8
- ESM ⚡️ Build success in 24ms
8
+ ESM ⚡️ Build success in 21ms
9
9
  Done in 0.32s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/eslint-config-custom
2
2
 
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 39c896a: Moves all devDependencies into the dependencies section
8
+
3
9
  ## 0.0.6
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/eslint-config-custom",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "tsup index.js --format esm",
7
7
  "dev": "yarn build -- --watch",
8
8
  "reset": "rm -rf node_modules"
9
9
  },
10
- "devDependencies": {
10
+ "dependencies": {
11
11
  "@typescript-eslint/eslint-plugin": "6.2.0",
12
12
  "eslint": "^8.48.0",
13
13
  "eslint-config-next": "^13.4.1",