@esbuild-kit/cjs-loader 1.0.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esbuild-kit/cjs-loader",
3
- "version": "1.0.2",
3
+ "version": "2.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,7 +32,7 @@
32
32
  "test": "node --require ./dist/index.js tests/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@esbuild-kit/core-utils": "^1.0.1",
35
+ "@esbuild-kit/core-utils": "^1.1.0",
36
36
  "get-tsconfig": "^3.0.1"
37
37
  },
38
38
  "devDependencies": {