@staratlas/player-profile
Advanced tools
Comparing version 0.1.5 to 0.1.7
{ | ||
"name": "@staratlas/player-profile", | ||
"version": "0.1.5", | ||
"version": "0.1.7", | ||
"description": "> TODO: description", | ||
@@ -8,3 +8,3 @@ "author": "Brett Etter <brett.etter@staratlas.com>", | ||
"license": "ISC", | ||
"main": "src/index.ts", | ||
"main": "dist/player-profile/src/index.js", | ||
"scripts": { | ||
@@ -26,3 +26,3 @@ "build": "tsc" | ||
}, | ||
"gitHead": "336931e0a413f5bae129feab8495f3e05f0faf54" | ||
"gitHead": "b214039af4f781210bd5ecffe28d693a0d937b8d" | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"rootDir": ".", | ||
"rootDir": "../", | ||
"outDir": "dist", | ||
@@ -19,4 +19,4 @@ "allowJs": true, | ||
}, | ||
"include": ["src/**/*.ts"], | ||
"include": ["src/**/*.ts", "../data-source/src/**/*.ts", "../idls/src/**/*.ts"], | ||
"exclude": ["node_modules", "dist"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
73124
16
791
1