@codepress/codepress-engine 0.9.4-dev.piccoloman-rust-dead-code-fix.20260409043609 → 0.9.4-dev.pnpm-harden.20260515165743

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@codepress/codepress-engine",
3
- "version": "0.9.4-dev.piccoloman-rust-dead-code-fix.20260409043609",
3
+ "version": "0.9.4-dev.pnpm-harden.20260515165743",
4
4
  "description": "CodePress engine - Babel and SWC plug-ins",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./src/index.ts",
@@ -129,11 +129,11 @@
129
129
  "test:babel": "npm run build && jest test/plugin-parity.test.js",
130
130
  "test:fixtures": "npm run build && jest test/fixtures.test.js",
131
131
  "test:integration": "npm run build && jest --config integration/jest.config.js",
132
- "lint": "oxlint . && cargo clippy --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1 -- -D warnings",
132
+ "lint": "node ../../node_modules/oxlint/dist/cli.js . && cargo clippy --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1 --locked -- -D warnings",
133
133
  "format": "prettier --write . && cargo fmt --manifest-path codepress-swc-plugin/Cargo.toml",
134
134
  "format:check": "prettier --check . && cargo fmt --manifest-path codepress-swc-plugin/Cargo.toml --check",
135
- "typecheck": "tsc --noEmit && cargo check --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1",
136
- "lint:fix": "oxlint . --fix && cargo clippy --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1 --fix --allow-dirty -- -D warnings",
135
+ "typecheck": "tsc --noEmit && cargo check --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1 --locked",
136
+ "lint:fix": "node ../../node_modules/oxlint/dist/cli.js . --fix && cargo clippy --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1 --locked --fix --allow-dirty -- -D warnings",
137
137
  "dev:link": "npm run build && npm run build:rust && npm link",
138
138
  "prepublishOnly": "npm run build && npm run build:rust",
139
139
  "version:patch": "npm version patch",
Binary file
Binary file
Binary file
Binary file