@knighted/module 1.0.0-alpha.7 → 1.0.0-alpha.9

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 +21 -28
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knighted/module",
3
- "version": "1.0.0-alpha.7",
4
- "description": "Converts module differences in source files between ES and CommonJS.",
3
+ "version": "1.0.0-alpha.9",
4
+ "description": "Transforms module differences between ES and CommonJS.",
5
5
  "type": "module",
6
6
  "main": "dist/module.js",
7
7
  "exports": {
@@ -33,16 +33,8 @@
33
33
  },
34
34
  "keywords": [
35
35
  "transform",
36
- "es module",
37
- "commonjs",
38
- "module",
39
- "require",
40
- "import.meta",
41
- "__dirname",
42
- "__filename",
43
- "conversion",
44
- "tool",
45
- "build"
36
+ "esm",
37
+ "commonjs"
46
38
  ],
47
39
  "files": [
48
40
  "dist"
@@ -51,34 +43,35 @@
51
43
  "license": "MIT",
52
44
  "repository": {
53
45
  "type": "git",
54
- "url": "https://github.com/knightedcodemonkey/module.git"
46
+ "url": "git+https://github.com/knightedcodemonkey/module.git"
55
47
  },
56
48
  "bugs": {
57
49
  "url": "https://github.com/knightedcodemonkey/module/issues"
58
50
  },
59
51
  "devDependencies": {
60
- "@babel/preset-env": "^7.26.9",
61
- "@babel/preset-typescript": "^7.27.0",
62
- "@babel/types": "^7.27.0",
52
+ "@babel/preset-env": "^7.28.0",
53
+ "@babel/preset-typescript": "^7.27.1",
54
+ "@babel/types": "^7.28.2",
63
55
  "@eslint/js": "^9.3.0",
64
- "@types/babel__traverse": "^7.20.6",
56
+ "@types/babel__traverse": "^7.20.7",
65
57
  "@types/node": "^22.13.17",
66
- "babel-dual-package": "^1.1.4",
58
+ "babel-dual-package": "^1.2.1",
67
59
  "c8": "^10.1.3",
68
- "eslint": "^9.23.0",
69
- "eslint-plugin-n": "^17.7.0",
60
+ "eslint": "^9.32.0",
61
+ "eslint-plugin-n": "^17.21.2",
70
62
  "prettier": "^3.2.5",
71
- "tsx": "^4.19.3",
72
- "typescript": "^5.8.2",
73
- "typescript-eslint": "^8.29.0"
63
+ "tsx": "^4.20.3",
64
+ "typescript": "^5.8.3",
65
+ "typescript-eslint": "^8.38.0"
74
66
  },
75
67
  "dependencies": {
76
- "@babel/parser": "^7.27.0",
77
- "@babel/traverse": "^7.27.0",
78
- "@knighted/specifier": "^2.0.3",
79
- "@knighted/walk": "^1.0.0-rc.1",
68
+ "@babel/parser": "^7.28.0",
69
+ "@babel/traverse": "^7.28.0",
70
+ "@knighted/specifier": "^2.0.7",
71
+ "@knighted/walk": "^1.0.0",
80
72
  "magic-string": "^0.30.10",
81
- "node-module-type": "^1.0.2"
73
+ "node-module-type": "^1.0.2",
74
+ "oxc-parser": "^0.78.0"
82
75
  },
83
76
  "prettier": {
84
77
  "arrowParens": "avoid",