@candlerip/shared3 0.0.107 → 0.0.108

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  "declaration": true,
4
4
  "esModuleInterop": true,
5
5
  "module": "ES2022",
6
- "moduleResolution": "node",
6
+ "moduleResolution": "bundler",
7
7
  "skipLibCheck": true,
8
8
  "strict": true,
9
9
  "target": "ES2022"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candlerip/shared3",
3
- "version": "0.0.107",
3
+ "version": "0.0.108",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.js",