RubyGems
npm
Organizations
Log in
Sign up
npm
@candlerip/shared3
Versions diffs
0.0.107 → 0.0.108
@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.
Files changed (2)
hide
show
package/_devops/typescript/tsconfig.json
+1
-1
package/package.json
+1
-1
package/_devops/typescript/tsconfig.json
CHANGED
Viewed
@@ -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
Viewed
@@ -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",