@bluedot-innovation/javascript-sdk
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://gitlab.com/bluedotio/backend_ui/point_web_sdk/compare/1.0.0...1.0.1) (2021-05-12) | ||
### Bug Fixes | ||
* Remove re-exports modules and README broken link ([5e52385](https://gitlab.com/bluedotio/backend_ui/point_web_sdk/commit/5e52385b7bde2c62f6cea0db9770698baaaba53c)) | ||
# 1.0.0 (2021-05-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@bluedot-innovation/javascript-sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"test:coverage-check": "nyc check-coverage --project tsconfig.test.json --lines 95 --functions 95", | ||
"documentation": "npx typedoc --tsconfig tsconfig.doc.json", | ||
"documentation": "sh ./typedoc/generate_docs.sh", | ||
"prepare": "husky install", | ||
@@ -76,4 +76,3 @@ "build": "tsc --project tsconfig.build.json && tsdx build", | ||
"tsdx": "^0.14.1", | ||
"typedoc": "^0.20.34", | ||
"typedoc-plugin-remove-references": "0.0.5", | ||
"typedoc": "^0.20.36", | ||
"typescript": "^4.1.2", | ||
@@ -80,0 +79,0 @@ "webpack": "^5.4.0", |
@@ -13,3 +13,3 @@ Don’t have an app and still want to use Bluedot? Wave API lets you use Bluedot tech in web pages. Leverage world-class location capabilities on every channel. | ||
``` | ||
const bluedotSdk = require("@bluedot-innovation/javascript-sdk") | ||
const bluedotSdk = require("@bluedot-innovation/javascript-sdk") | ||
const { | ||
@@ -47,2 +47,4 @@ bluedot, | ||
**_See the [public interfaces](./modules.html) for details about object structure, function signatures and their purpose._** | ||
**_See the [public interfaces](https://bluedot-javascript-sdk-docs.bluedot.io/modules.html) for details about object structure, function signatures and their purpose._** | ||
**_Visit <a href="https://docs.bluedot.io/web-sdk/" target="_blank">Web SDK</a> for guides to integrate the Javascript SDK within your webpage or app._** |
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
303213
39
49