@codepress/codepress-engine 0.9.1 → 0.9.2

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/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@codepress/codepress-engine",
3
- "version": "0.9.1",
4
- "packageManager": "pnpm@10.22.0",
3
+ "version": "0.9.2",
5
4
  "description": "CodePress engine - Babel and SWC plug-ins",
6
5
  "main": "./dist/index.js",
7
6
  "types": "./dist/index.d.ts",
@@ -69,8 +68,9 @@
69
68
  "test:parity": "npm run build && jest test/plugin-parity.test.js test/fixtures.test.js",
70
69
  "test:babel": "npm run build && jest test/plugin-parity.test.js",
71
70
  "test:fixtures": "npm run build && jest test/fixtures.test.js",
72
- "lint": "eslint . --ext .ts,.tsx,.js",
73
- "lint:fix": "eslint . --ext .ts,.tsx,.js --fix",
71
+ "lint": "oxlint .",
72
+ "typecheck": "tsc --noEmit",
73
+ "lint:fix": "oxlint . --fix",
74
74
  "dev:link": "npm run build && npm run build:rust && npm link",
75
75
  "prepublishOnly": "npm run build && npm run build:rust",
76
76
  "version:patch": "npm version patch",
@@ -112,8 +112,6 @@
112
112
  "@babel/preset-env": "^7.26.0",
113
113
  "@babel/preset-react": "^7.26.3",
114
114
  "@babel/preset-typescript": "^7.26.0",
115
- "@eslint/eslintrc": "^3.3.1",
116
- "@eslint/js": "^9.37.0",
117
115
  "@swc/core": "^1.15.3",
118
116
  "@swc/wasm": "^1",
119
117
  "@types/babel__core": "^7.20.5",
@@ -124,19 +122,10 @@
124
122
  "@types/webpack": "^5.28.5",
125
123
  "babel-jest": "^30.2.0",
126
124
  "esbuild": "^0.24.0",
127
- "eslint": "^9.37.0",
128
- "eslint-config-prettier": "^10.1.8",
129
- "eslint-plugin-import": "^2.32.0",
130
- "eslint-plugin-jsdoc": "^61.1.2",
131
- "eslint-plugin-node": "^11.1.0",
132
- "eslint-plugin-prettier": "^5.5.4",
133
- "eslint-plugin-promise": "^7.2.1",
134
- "eslint-plugin-unused-imports": "^4.2.0",
135
125
  "jest": "^30.2.0",
136
126
  "supertest": "^7.1.4",
137
127
  "ts-jest": "^29.2.5",
138
- "typescript": "^5.6.3",
139
- "typescript-eslint": "^8.46.1"
128
+ "typescript": "^5.6.3"
140
129
  },
141
130
  "dependencies": {
142
131
  "@fastify/cors": "^11.0.1",
@@ -145,10 +134,5 @@
145
134
  "prettier": "^3.1.0",
146
135
  "tsconfig-paths": "^4.2.0",
147
136
  "ws": "^8.18.0"
148
- },
149
- "pnpm": {
150
- "onlyBuiltDependencies": [
151
- "unrs-resolver"
152
- ]
153
137
  }
154
138
  }
Binary file
Binary file
Binary file
Binary file