@codepress/codepress-engine 0.9.4-dev.fix-webpack-plugin-app-router-module-map.20260318190208 → 0.9.4-dev.test-engine-ci-trigger.20260318212047

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codepress/codepress-engine",
3
- "version": "0.9.4-dev.fix-webpack-plugin-app-router-module-map.20260318190208",
3
+ "version": "0.9.4-dev.test-engine-ci-trigger.20260318212047",
4
4
  "description": "CodePress engine - Babel and SWC plug-ins",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./src/index.ts",
@@ -118,6 +118,7 @@
118
118
  "test:parity": "npm run build && jest test/plugin-parity.test.js test/fixtures.test.js",
119
119
  "test:babel": "npm run build && jest test/plugin-parity.test.js",
120
120
  "test:fixtures": "npm run build && jest test/fixtures.test.js",
121
+ "test:integration": "npm run build && jest --config integration/jest.config.js",
121
122
  "lint": "oxlint . && cargo clippy --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1 -- -D warnings",
122
123
  "format": "prettier --write . && cargo fmt --manifest-path codepress-swc-plugin/Cargo.toml",
123
124
  "format:check": "prettier --check . && cargo fmt --manifest-path codepress-swc-plugin/Cargo.toml --check",