@journeyapps/cloudcode
Advanced tools
Comparing version 1.9.3-dev.c3a8635.c5a8af9 to 1.9.3
@@ -5,6 +5,2 @@ import './global'; | ||
declare let CloudCode: CloudCodeEnvironment; | ||
/** | ||
* @internal | ||
*/ | ||
export declare function setCloudCode(cloudcode: CloudCodeEnvironment): void; | ||
export { CloudCode }; |
/// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
import { InternalTaskContext } from './InternalTaskContext'; | ||
import { Database } from 'journeyapps/lib'; | ||
export declare class TaskContext extends EventEmitter { | ||
@@ -15,4 +14,2 @@ private context; | ||
readonly backend: import("./TaskContextBackend").TaskContextBackend; | ||
/** @internal */ | ||
readonly DB: Database; | ||
toJSON(): { | ||
@@ -19,0 +16,0 @@ appId: string; |
{ | ||
"name": "@journeyapps/cloudcode", | ||
"version": "1.9.3-dev.c3a8635.c5a8af9", | ||
"version": "1.9.3", | ||
"main": "./lib/index.js", | ||
@@ -30,3 +30,3 @@ "types": "./lib/index.d.ts", | ||
], | ||
"gitHead": "6ac260bba44ab3b855fd99df27a1950d8bc03ec5" | ||
"gitHead": "dc178f054e57d678969d0ae55bff79353604cd35" | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
150744
2653