@codepress/codepress-engine 0.5.0-dev.hmr-rebase.20251104052503 → 0.5.0

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.5.0-dev.hmr-rebase.20251104052503",
3
+ "version": "0.5.0",
4
4
  "description": "CodePress engine - Babel and SWC plug-ins",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -44,19 +44,6 @@
44
44
  "README.md",
45
45
  "LICENSE"
46
46
  ],
47
- "scripts": {
48
- "build": "tsc --project tsconfig.json",
49
- "build:rust": "node ./scripts/build-swc.mjs",
50
- "prepack": "npm run build && npm run build:rust",
51
- "test": "jest",
52
- "lint": "eslint . --ext .ts,.tsx,.js",
53
- "lint:fix": "eslint . --ext .ts,.tsx,.js --fix",
54
- "dev:link": "npm run build && npm run build:rust && npm link",
55
- "prepublishOnly": "npm run build && npm run build:rust",
56
- "version:patch": "npm version patch",
57
- "version:minor": "npm version minor",
58
- "version:major": "npm version major"
59
- },
60
47
  "keywords": [
61
48
  "babel",
62
49
  "babel-plugin",
@@ -82,14 +69,16 @@
82
69
  "@babel/plugin-syntax-jsx": "^7.27.1",
83
70
  "@babel/preset-env": "^7.26.0",
84
71
  "@babel/preset-react": "^7.26.3",
72
+ "@babel/preset-typescript": "^7.26.0",
85
73
  "@eslint/eslintrc": "^3.3.1",
86
74
  "@eslint/js": "^9.37.0",
87
75
  "@swc/core": "^1.11.31",
88
76
  "@swc/wasm": "^1",
89
77
  "@types/babel__core": "^7.20.5",
90
- "@types/jest": "^29.5.12",
78
+ "@types/jest": "^30.0.0",
91
79
  "@types/node": "^22.9.0",
92
80
  "@types/node-fetch": "^2.6.11",
81
+ "babel-jest": "^30.2.0",
93
82
  "eslint": "^9.37.0",
94
83
  "eslint-config-prettier": "^10.1.8",
95
84
  "eslint-plugin-import": "^2.32.0",
@@ -98,7 +87,7 @@
98
87
  "eslint-plugin-prettier": "^5.5.4",
99
88
  "eslint-plugin-promise": "^7.2.1",
100
89
  "eslint-plugin-unused-imports": "^4.2.0",
101
- "jest": "^29.7.0",
90
+ "jest": "^30.2.0",
102
91
  "supertest": "^7.1.4",
103
92
  "ts-jest": "^29.2.5",
104
93
  "typescript": "^5.6.3",
@@ -110,5 +99,20 @@
110
99
  "node-fetch": "^2.6.7",
111
100
  "prettier": "^3.1.0",
112
101
  "ws": "^8.18.0"
102
+ },
103
+ "scripts": {
104
+ "build": "tsc --project tsconfig.json",
105
+ "build:rust": "node ./scripts/build-swc.mjs",
106
+ "test": "npm run build && jest",
107
+ "test:watch": "npm run build && jest --watch",
108
+ "test:parity": "npm run build && jest test/plugin-parity.test.js test/fixtures.test.js",
109
+ "test:babel": "npm run build && jest test/plugin-parity.test.js",
110
+ "test:fixtures": "npm run build && jest test/fixtures.test.js",
111
+ "lint": "eslint . --ext .ts,.tsx,.js",
112
+ "lint:fix": "eslint . --ext .ts,.tsx,.js --fix",
113
+ "dev:link": "npm run build && npm run build:rust && npm link",
114
+ "version:patch": "npm version patch",
115
+ "version:minor": "npm version minor",
116
+ "version:major": "npm version major"
113
117
  }
114
- }
118
+ }
Binary file
Binary file
Binary file