@nicheprotocol/darwin-sdk
Advanced tools
Comparing version 0.0.7 to 0.0.8
export { init } from './store'; | ||
export { connect } from './connect'; | ||
export { connect, getDevOnlyToken } from './connect'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.connect = exports.init = void 0; | ||
exports.getDevOnlyToken = exports.connect = exports.init = void 0; | ||
var store_1 = require("./store"); | ||
@@ -8,1 +8,2 @@ Object.defineProperty(exports, "init", { enumerable: true, get: function () { return store_1.init; } }); | ||
Object.defineProperty(exports, "connect", { enumerable: true, get: function () { return connect_1.connect; } }); | ||
Object.defineProperty(exports, "getDevOnlyToken", { enumerable: true, get: function () { return connect_1.getDevOnlyToken; } }); |
{ | ||
"name": "@nicheprotocol/darwin-sdk", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"license": "MIT", | ||
"exports": { | ||
"client": { | ||
"types": "./dist/client.d.ts", | ||
"import": "./dist/client.js" | ||
}, | ||
"server": { | ||
"types": "./dist/server.d.ts", | ||
"import": "./dist/server.js" | ||
} | ||
".": null, | ||
"./client": "./dist/client.js", | ||
"./server": "./dist/server.js" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
@@ -16,0 +11,0 @@ "build": "tsc", |
export { init } from './store'; | ||
export { connect } from './connect'; | ||
export { connect, getDevOnlyToken } from './connect'; |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"module": "CommonJS", | ||
"moduleResolution": "nodenext", | ||
"target": "es6", | ||
@@ -5,0 +6,0 @@ "lib": ["ESNext", "DOM", "ES6", "ES7"], |
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
30424
43
923