Comparing version 0.0.1 to 0.0.2
@@ -1,2 +0,2 @@ | ||
const {DSLink} = require('dslink-js/browser'); | ||
const {DSLink} = require('dslink-js/web'); | ||
@@ -3,0 +3,0 @@ let link = new DSLink('ws://localhost:8080/ws', 'json'); |
{ | ||
"name":"dslink-js", | ||
"name": "dslink-js", | ||
"license": "Apache-2.0", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -29,2 +29,3 @@ "type": "git", | ||
"denque": "^1.4.0", | ||
"dslink-js": "^0.0.1", | ||
"msgpack-lite": "^0.1.26" | ||
@@ -35,5 +36,5 @@ }, | ||
"js-example": "parcel example/js/basic.html --out-dir temp --open --no-source-maps ", | ||
"build": "parcel build lib/browser.ts --no-minify", | ||
"build-node": "parcel build lib/browser.ts --out-dir ./ --no-minify --target node --no-source-maps " | ||
"build": "parcel build lib/web.ts --no-minify", | ||
"build-node": "parcel build lib/web.ts --out-dir ./ --no-minify --target node --no-source-maps " | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
850683
4
+ Addeddslink-js@^0.0.1
+ Addeddslink-js@0.0.1(transitive)