@userlike/messenger-types
Advanced tools
Comparing version 0.0.1-alpha.13 to 0.0.1-alpha.16
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.1-alpha.16](https://github.com/userlike/messenger/compare/v0.0.1-alpha.15...v0.0.1-alpha.16) (2020-08-06) | ||
**Note:** Version bump only for package @userlike/messenger-types | ||
## [0.0.1-alpha.13](https://github.com/userlike/messenger/compare/v0.0.1-alpha.12...v0.0.1-alpha.13) (2020-07-20) | ||
@@ -8,0 +16,0 @@ |
@@ -1,8 +0,8 @@ | ||
export const success = (a) => ({ | ||
export var success = function (a) { return ({ | ||
kind: "success", | ||
value: a, | ||
}); | ||
export const err = (err) => ({ | ||
}); }; | ||
export var err = function (err) { return ({ | ||
kind: "error", | ||
error: err, | ||
}); | ||
}); }; |
{ | ||
"name": "@userlike/messenger-types", | ||
"version": "0.0.1-alpha.13", | ||
"version": "0.0.1-alpha.16", | ||
"main": "dist/cjs/index.js", | ||
@@ -8,6 +8,7 @@ "module": "dist/es/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "tsc", | ||
"build:cjs": "tsc -b tsconfig.cjs.json", | ||
"clean": "rm -rf dist" | ||
"homepage": "https://github.com/userlike/messenger", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/userlike/messenger.git", | ||
"directory": "packages/messenger-types" | ||
}, | ||
@@ -19,6 +20,13 @@ "license": "MIT", | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"build:cjs": "tsc -b tsconfig.cjs.json", | ||
"clean": "rm -rf dist", | ||
"lint": "eslint src --ext .ts", | ||
"test": "jest" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "afb81c1568fd76b9876e1f153f50b45acf0d60c8" | ||
"gitHead": "a294b83c95840cf74a1d3711946415dd59b470ce" | ||
} |
@@ -1,1 +0,1 @@ | ||
See `@userlike/messenger` for further details. | ||
See the [homepage](). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9786
1
2
0