Comparing version 0.5040.1-beta.9 to 0.5040.1-beta.10
@@ -1,2 +0,1 @@ | ||
/// <reference path="globalStateDeclaration.d.ts" /> | ||
export declare const state: Prescript.GlobalState; |
"use strict"; | ||
/// <reference path="./globalStateDeclaration.ts" /> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +3,0 @@ exports.state = {}; |
@@ -1,3 +0,9 @@ | ||
/// <reference path="globalStateDeclaration.d.ts" /> | ||
import { StepName } from './StepName'; | ||
declare global { | ||
namespace Prescript { | ||
interface GlobalState { | ||
[key: string]: unknown; | ||
} | ||
} | ||
} | ||
export declare type StepDefName = StepName | string; | ||
@@ -4,0 +10,0 @@ export interface IStep { |
"use strict"; | ||
/// <reference path="./globalStateDeclaration.ts" /> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "prescript", | ||
"version": "0.5040.1-beta.9", | ||
"version": "0.5040.1-beta.10", | ||
"description": "Object-oriented acceptance test tool", | ||
@@ -5,0 +5,0 @@ "main": "./lib/singletonApi.js", |
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
109896
52
1669