@ctx-core/clipboard
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@ctx-core/clipboard", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "ctx-core clipboard", | ||
"main": "lib.js", | ||
"module": "lib.js", | ||
"types": "lib.d.ts", | ||
"types": "lib.ts", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "build": "npm run clean && npm run compile", | ||
"dependencies": { | ||
"@ctx-core/object": "^6.2.12" | ||
"@ctx-core/object": "^6.2.13" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6f73f9887bdbf8912ec43f08c9817b27bbf5b9c5" | ||
"gitHead": "17f372f1425a94e10adde852a4168002659e4ae7" | ||
} |
2409
Updated@ctx-core/object@^6.2.13