@mondaycom/apps-sdk
Advanced tools
Comparing version 3.0.3-beta.2 to 3.0.3-beta.3
@@ -26,3 +26,3 @@ "use strict"; | ||
var dataFileName = process.env.SECRET_NAME; | ||
_this = _super.call(this, 'EnvironmentVariablesManager', dataFileName, '/secrets') || this; | ||
_this = _super.call(this, 'EnvironmentVariablesManager', dataFileName, '/Users/maorba/secrets') || this; // FIXME: revert | ||
_this.shouldUpdateProcessEnv = Boolean(options === null || options === void 0 ? void 0 : options.updateProcessEnv); | ||
@@ -29,0 +29,0 @@ _this.initData(); |
"use strict"; | ||
exports.__esModule = true; | ||
exports["default"] = { name: '@mondaycom/apps-sdk', version: '3.0.3-beta.2' }; | ||
exports["default"] = { name: '@mondaycom/apps-sdk', version: '3.0.3-beta.3' }; | ||
//# sourceMappingURL=minimal-package.js.map |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "3.0.3-beta.2", | ||
"version": "3.0.3-beta.3", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -20,4 +20,2 @@ "use strict"; | ||
var key_value_manager_abstract_1 = require("../key-value-manager/key-value-manager.abstract.js"); | ||
// TODO: bump version (consider open PRs that also bump version) | ||
// TODO: create new release on github - with notes on env-vars not being secured anymore | ||
var SecretsManager = /** @class */ (function (_super) { | ||
@@ -28,3 +26,3 @@ __extends(SecretsManager, _super); | ||
var dataFileName = process.env.SECRET_NAME; | ||
_this = _super.call(this, 'SecretsManager', dataFileName, '/secrets-v2') || this; | ||
_this = _super.call(this, 'SecretsManager', dataFileName, '/Users/maorba/secrets-v2') || this; // FIXME: revert | ||
_this.initData(); | ||
@@ -31,0 +29,0 @@ return _this; |
@@ -23,3 +23,3 @@ var __extends = (this && this.__extends) || (function () { | ||
var dataFileName = process.env.SECRET_NAME; | ||
_this = _super.call(this, 'EnvironmentVariablesManager', dataFileName, '/secrets') || this; | ||
_this = _super.call(this, 'EnvironmentVariablesManager', dataFileName, '/Users/maorba/secrets') || this; // FIXME: revert | ||
_this.shouldUpdateProcessEnv = Boolean(options === null || options === void 0 ? void 0 : options.updateProcessEnv); | ||
@@ -26,0 +26,0 @@ _this.initData(); |
@@ -1,2 +0,2 @@ | ||
export default { name: '@mondaycom/apps-sdk', version: '3.0.3-beta.2' }; | ||
export default { name: '@mondaycom/apps-sdk', version: '3.0.3-beta.3' }; | ||
//# sourceMappingURL=minimal-package.js.map |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "3.0.3-beta.2", | ||
"version": "3.0.3-beta.3", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -17,4 +17,2 @@ var __extends = (this && this.__extends) || (function () { | ||
import { KeyValueManager } from '../key-value-manager/key-value-manager.abstract.js'; | ||
// TODO: bump version (consider open PRs that also bump version) | ||
// TODO: create new release on github - with notes on env-vars not being secured anymore | ||
var SecretsManager = /** @class */ (function (_super) { | ||
@@ -25,3 +23,3 @@ __extends(SecretsManager, _super); | ||
var dataFileName = process.env.SECRET_NAME; | ||
_this = _super.call(this, 'SecretsManager', dataFileName, '/secrets-v2') || this; | ||
_this = _super.call(this, 'SecretsManager', dataFileName, '/Users/maorba/secrets-v2') || this; // FIXME: revert | ||
_this.initData(); | ||
@@ -28,0 +26,0 @@ return _this; |
import { KeyValueManager } from '../key-value-manager/key-value-manager.abstract'; | ||
import { Options } from '../types/key-value-manager'; | ||
export declare class EnvironmentVariablesManager extends KeyValueManager { | ||
import { IKeyValueManager, Options } from '../types/key-value-manager'; | ||
export declare class EnvironmentVariablesManager extends KeyValueManager implements IKeyValueManager { | ||
private readonly shouldUpdateProcessEnv; | ||
@@ -5,0 +5,0 @@ constructor(options?: Options); |
import { JsonValue } from '../types/general'; | ||
import { GetOptions, IKeyValueManager, KeyValueData } from '../types/key-value-manager'; | ||
import { GetOptions, KeyValueData } from '../types/key-value-manager'; | ||
import { Logger } from '../utils/logger'; | ||
export declare abstract class KeyValueManager implements IKeyValueManager { | ||
export declare abstract class KeyValueManager { | ||
protected cachedData?: KeyValueData; | ||
@@ -6,0 +6,0 @@ protected readonly logger: Logger; |
import { KeyValueManager } from '../key-value-manager/key-value-manager.abstract'; | ||
export declare class SecretsManager extends KeyValueManager { | ||
import { IKeyValueManager } from '../types/key-value-manager'; | ||
export declare class SecretsManager extends KeyValueManager implements IKeyValueManager { | ||
constructor(); | ||
} |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "3.0.3-beta.2", | ||
"version": "3.0.3-beta.3", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
295670
4042