@slimevr/update-manifest
Advanced tools
+1
-1
| { | ||
| "name": "@slimevr/update-manifest", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
| > @slimevr/update-manifest@0.0.1 build /home/runner/work/slimevr-node/slimevr-node/packages/update-manifest | ||
| > pnpm run build:esm && pnpm run build:cjs | ||
| > @slimevr/update-manifest@0.0.1 build:esm /home/runner/work/slimevr-node/slimevr-node/packages/update-manifest | ||
| > tsc -p tsconfig.esm.json | ||
| > @slimevr/update-manifest@0.0.1 build:cjs /home/runner/work/slimevr-node/slimevr-node/packages/update-manifest | ||
| > tsc -p tsconfig.cjs.json | ||
-13
| # @slimevr/update-manifest-shared | ||
| ## 0.0.1 | ||
| ### Patch Changes | ||
| - 79a0c4b: migrated update-manifest-shared into a publicly published package | ||
| ## 0.0.1 | ||
| ### Patch Changes | ||
| - 5f2616c: split out types |
| { | ||
| "extends": "@slimevr/tsconfig/node-lib-cjs.json", | ||
| "include": ["src/**/*.ts"], | ||
| "exclude": ["dist", "build", "node_modules"], | ||
| "compilerOptions": { | ||
| "outDir": "dist/cjs" | ||
| } | ||
| } |
| { | ||
| "extends": "@slimevr/tsconfig/node-lib-esm.json", | ||
| "include": ["src/**/*.ts"], | ||
| "exclude": ["dist", "build", "node_modules"], | ||
| "compilerOptions": { | ||
| "outDir": "dist/esm", | ||
| "declarationDir": "dist/dts" | ||
| } | ||
| } |
14084
-6.87%6
-40%193
-8.1%