@ctx-core/clipboard
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "@ctx-core/clipboard", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "ctx-core clipboard", | ||
@@ -32,8 +32,7 @@ "main": "lib.js", | ||
"dependencies": { | ||
"@ctx-core/object": "^6.3.1" | ||
"@ctx-core/object": "^6.3.2" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.7.2" | ||
}, | ||
"gitHead": "8cbf83bdfd85d822d7a96acbeb995fec1b9e5ca2" | ||
} | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"compileOnSave": true, | ||
"compilerOptions": { | ||
"target": "es2018", | ||
"composite": true, | ||
"declaration": true, | ||
"noEmitOnError": true, | ||
"noErrorTruncation": true, | ||
"module": "esnext", | ||
"moduleResolution": "node", | ||
"esModuleInterop": true, | ||
"noImplicitAny": false, | ||
"resolveJsonModule": true, | ||
"allowSyntheticDefaultImports": true, | ||
"noImplicitThis": true, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"typeRoots": [ | ||
"../../../node_modules/@types", | ||
"../../node_modules/@types", | ||
"node_modules/@types" | ||
], | ||
"outDir": ".", | ||
@@ -10,5 +29,4 @@ "declarationDir": ".", | ||
}, | ||
"references": [ | ||
{"path": "../object"} | ||
] | ||
} | ||
"exclude": [], | ||
"references": [] | ||
} |
59
2270
6
Updated@ctx-core/object@^6.3.2