sjs-base-model
Advanced tools
Comparing version 1.7.0 to 1.8.0
{ | ||
"name": "sjs-base-model", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "BaseModel helps translate data to models", | ||
@@ -23,7 +23,7 @@ "keywords": [ | ||
"type-check:watch": "npm run type-check -- --watch", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"---------- DEVELOPMENT -------------------------------------": "", | ||
"prewatch": "npm run clean", | ||
"prewatch": "npm run clean && npm run build:types", | ||
"watch": "rollup -cw", | ||
"---------- BUILD -------------------------------------------": "", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"prebuild": "npm run type-check && npm run clean && npm run build:types", | ||
@@ -38,3 +38,2 @@ "build": "rollup -c", | ||
"---------- PUBLISH -----------------------------------------": "", | ||
"prerelease": "npm run test", | ||
"release": "np", | ||
@@ -45,3 +44,2 @@ "------------------------------------------------------------": "" | ||
"module": "dist/index.esm.js", | ||
"browser": "dist/index.iife.js", | ||
"types": "dist/types/index.d.ts", | ||
@@ -48,0 +46,0 @@ "files": [ |
@@ -321,2 +321,6 @@ <p align="center"> | ||
- 2019-02-17 v1.8.0 Fix issue with webpack builds. | ||
- 2019-02-17 v1.7.0 Update rollup build processes. | ||
- 2018-12-07 v1.5.2 Add ConversionTypeEnum.JSON to IConvertOption. | ||
@@ -323,0 +327,0 @@ |
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
78695
344
0