@ne1410s/codl 0.0.37 → 0.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -351,7 +351,7 @@ var ReflectMetadata = /** @class */ (function () {
351
351
  return ReflectMetadata;
352
352
  }());
353
353
 
354
- /*! *****************************************************************************
354
+ /******************************************************************************
355
355
  Copyright (c) Microsoft Corporation.
356
356
 
357
357
  Permission to use, copy, modify, and/or distribute this software for any
@@ -347,7 +347,7 @@ var ReflectMetadata = /** @class */ (function () {
347
347
  return ReflectMetadata;
348
348
  }());
349
349
 
350
- /*! *****************************************************************************
350
+ /******************************************************************************
351
351
  Copyright (c) Microsoft Corporation.
352
352
 
353
353
  Permission to use, copy, modify, and/or distribute this software for any
@@ -351,7 +351,7 @@
351
351
  return ReflectMetadata;
352
352
  }());
353
353
 
354
- /*! *****************************************************************************
354
+ /******************************************************************************
355
355
  Copyright (c) Microsoft Corporation.
356
356
 
357
357
  Permission to use, copy, modify, and/or distribute this software for any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ne1410s/codl",
3
- "version": "0.0.37",
3
+ "version": "0.0.40",
4
4
  "description": "Indulge your apps with codl: a component model library",
5
5
  "main": "dist/ne14_codl.cjs.min.js",
6
6
  "module": "dist/ne14_codl.esm.min.js",
@@ -37,14 +37,14 @@
37
37
  },
38
38
  "homepage": "https://github.com/ne1410s/core.codl#readme",
39
39
  "devDependencies": {
40
- "chai": "^4.3.4",
41
- "mocha": "^9.1.3",
42
- "prettier": "^2.5.0",
40
+ "chai": "^4.3.6",
41
+ "mocha": "^10.0.0",
42
+ "prettier": "^2.7.1",
43
43
  "rimraf": "^3.0.2",
44
- "rollup": "^2.60.1",
45
- "rollup-plugin-typescript2": "^0.31.1",
46
- "tslib": "^2.3.1",
47
- "typescript": "^4.5.2"
44
+ "rollup": "^2.76.0",
45
+ "rollup-plugin-typescript2": "^0.32.1",
46
+ "tslib": "^2.4.0",
47
+ "typescript": "^4.7.4"
48
48
  },
49
49
  "dependencies": {
50
50
  "reflect-metadata": "^0.1.13"