@almaclaine/cdk
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "@almaclaine/cdk", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"type": "commonjs", | ||
@@ -10,4 +10,3 @@ "dependencies": { | ||
"@almaclaine/option": "0.0.15", | ||
"@almaclaine/types": "0.0.14", | ||
"@swc/helpers": "0.4.14" | ||
"@almaclaine/types": "0.0.14" | ||
}, | ||
@@ -14,0 +13,0 @@ "main": "./src/index.js", |
@@ -8,8 +8,21 @@ "use strict"; | ||
}); | ||
const _extends = require("@swc/helpers/_/_extends"); | ||
const _queue = require("./queue"); | ||
const _awscdklib = require("aws-cdk-lib"); | ||
function _extends() { | ||
_extends = Object.assign || function(target) { | ||
for(var i = 1; i < arguments.length; i++){ | ||
var source = arguments[i]; | ||
for(var key in source){ | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
} | ||
return target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
} | ||
let DeadQueueConstruct = class DeadQueueConstruct extends _queue.QueueConstruct { | ||
constructor(scope, options){ | ||
super(scope, _extends._({}, options, { | ||
super(scope, _extends({}, options, { | ||
retentionPeriod: _awscdklib.Duration.days(14) | ||
@@ -16,0 +29,0 @@ })); |
{ | ||
"name": "@almaclaine/cdk", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"type": "commonjs", | ||
@@ -10,4 +10,3 @@ "dependencies": { | ||
"@almaclaine/option": "0.0.15", | ||
"@almaclaine/types": "0.0.14", | ||
"@swc/helpers": "0.4.14" | ||
"@almaclaine/types": "0.0.14" | ||
}, | ||
@@ -14,0 +13,0 @@ "main": "./src/index.js", |
@@ -1,2 +0,15 @@ | ||
import { _ as _extends } from "@swc/helpers/_/_extends"; | ||
function _extends() { | ||
_extends = Object.assign || function(target) { | ||
for(var i = 1; i < arguments.length; i++){ | ||
var source = arguments[i]; | ||
for(var key in source){ | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
} | ||
return target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
} | ||
import { QueueConstruct } from './queue'; | ||
@@ -3,0 +16,0 @@ import { Duration } from 'aws-cdk-lib'; |
{ | ||
"name": "@almaclaine/cdk", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"type": "commonjs", | ||
@@ -10,6 +10,5 @@ "dependencies": { | ||
"@almaclaine/option": "0.0.15", | ||
"@almaclaine/types": "0.0.14", | ||
"@swc/helpers": "0.4.14" | ||
"@almaclaine/types": "0.0.14" | ||
}, | ||
"main": "./src/index.js" | ||
} |
@@ -8,8 +8,21 @@ "use strict"; | ||
}); | ||
const _extends = require("@swc/helpers/_/_extends"); | ||
const _queue = require("./queue"); | ||
const _awscdklib = require("aws-cdk-lib"); | ||
function _extends() { | ||
_extends = Object.assign || function(target) { | ||
for(var i = 1; i < arguments.length; i++){ | ||
var source = arguments[i]; | ||
for(var key in source){ | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
} | ||
return target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
} | ||
let DeadQueueConstruct = class DeadQueueConstruct extends _queue.QueueConstruct { | ||
constructor(scope, options){ | ||
super(scope, _extends._({}, options, { | ||
super(scope, _extends({}, options, { | ||
retentionPeriod: _awscdklib.Duration.days(14) | ||
@@ -16,0 +29,0 @@ })); |
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
189044
5
2451
- Removed@swc/helpers@0.4.14