@particle-network/auth
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -16,4 +16,9 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./particle-network"), exports); | ||
exports.default = void 0; | ||
var particle_network_1 = require("./particle-network"); | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(particle_network_1).default; } }); | ||
__exportStar(require("./types"), exports); | ||
@@ -20,0 +25,0 @@ __exportStar(require("./utils"), exports); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ParticleNetwork = void 0; | ||
const auth_1 = require("./auth"); | ||
@@ -23,6 +22,5 @@ const types_1 = require("./types"); | ||
} | ||
window.particle = this; | ||
} | ||
} | ||
exports.ParticleNetwork = ParticleNetwork; | ||
exports.default = ParticleNetwork; | ||
//# sourceMappingURL=particle-network.js.map |
@@ -1,4 +0,4 @@ | ||
export * from "./particle-network"; | ||
export { default } from "./particle-network"; | ||
export * from "./types"; | ||
export * from "./utils"; | ||
export * from "./auth"; |
import { Auth } from "./auth"; | ||
import { Config } from "./types"; | ||
export declare class ParticleNetwork { | ||
export default class ParticleNetwork { | ||
readonly auth: Auth; | ||
@@ -5,0 +5,0 @@ private readonly config; |
{ | ||
"name": "@particle-network/auth", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib", |
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
47787
586