@ne1410s/codl
Advanced tools
Comparing version 0.0.6 to 0.0.7
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('reflect-metadata')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'reflect-metadata'], factory) : | ||
(global = global || self, factory(global.ne_codl = {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ne_codl = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@ne1410s/codl", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Indulge your apps with codl: a component model library", | ||
@@ -41,8 +41,8 @@ "main": "dist/ne14_codl.cjs.min.js", | ||
"chai": "^4.2.0", | ||
"mocha": "^8.0.1", | ||
"prettier": "^2.0.5", | ||
"mocha": "^8.1.3", | ||
"prettier": "^2.1.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.18.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"typescript": "^3.9.5" | ||
"rollup": "^2.31.0", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -49,0 +49,0 @@ "dependencies": { |
117954