@codepress/codepress-engine 0.10.1 → 0.10.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@codepress/codepress-engine",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "CodePress engine - Babel and SWC plug-ins",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./src/index.ts",
@@ -128,6 +128,7 @@
128
128
  "test": "npm run build && jest",
129
129
  "test:watch": "npm run build && jest --watch",
130
130
  "test:parity": "npm run build && jest test/plugin-parity.test.js test/fixtures.test.js",
131
+ "test:swc-fragment": "jest test/swc-fragment.test.js",
131
132
  "test:babel": "npm run build && jest test/plugin-parity.test.js",
132
133
  "test:fixtures": "npm run build && jest test/fixtures.test.js",
133
134
  "test:integration": "npm run build && pnpm run ensure:wasip1 && BAND=v42 npm run build:rust && jest --config integration/jest.config.js",
Binary file
Binary file
Binary file
Binary file