@livecycle/sdk
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@livecycle/sdk", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "livecycle sdk", | ||
@@ -8,3 +8,3 @@ "author": "livecycle", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"main": "dist/cjs/index.js", | ||
"private": false, | ||
@@ -35,6 +35,6 @@ "files": [ | ||
"scripts": { | ||
"build": "esbuild ./src/sdk/index.ts --bundle --outfile=./dist/index.js --global-name=LivecycleSdk && tsc --emitDeclarationOnly", | ||
"build": "rm -rf dist && esbuild ./src/index.ts --bundle --sourcemap --outfile=./dist/browser/index.js --global-name=LivecycleSdk && esbuild ./src/index.ts --bundle --outfile=./dist/cjs/index.js --global-name=LivecycleSdk --platform=node --format=cjs && tsc --emitDeclarationOnly", | ||
"lint": "eslint . --ext .ts --config .eslintrc", | ||
"posttest": "yarn lint", | ||
"prepack": "yarn build ", | ||
"prepack": "yarn test && yarn build", | ||
"test": "mocha --forbid-only \"test/**/*.test.ts\"" | ||
@@ -49,3 +49,3 @@ }, | ||
], | ||
"types": "dist/index.d.ts" | ||
"types": "dist/types/index.d.ts" | ||
} |
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
13295
9
173
1