@andrewcaires/decorator 1.0.0 → 1.0.1

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.
package/dist/index.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @andrewcaires/decorator v1.0.0
2
+ * @andrewcaires/decorator v1.0.1
3
3
  * Typescript decorator library for nodejs development
4
4
  * (c) 2026 Andrew Caires
5
5
  * @license: MIT
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @andrewcaires/decorator v1.0.0
2
+ * @andrewcaires/decorator v1.0.1
3
3
  * Typescript decorator library for nodejs development
4
4
  * (c) 2026 Andrew Caires
5
5
  * @license: MIT
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @andrewcaires/decorator v1.0.0
2
+ * @andrewcaires/decorator v1.0.1
3
3
  * Typescript decorator library for nodejs development
4
4
  * (c) 2026 Andrew Caires
5
5
  * @license: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrewcaires/decorator",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Typescript decorator library for nodejs development",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
@@ -37,8 +37,7 @@
37
37
  },
38
38
  "homepage": "https://github.com/andrewcaires/npm/tree/main/decorator#readme",
39
39
  "dependencies": {
40
- "@andrewcaires/utils.js": "^0.4.19",
41
- "tsx": "^4.21.0"
40
+ "@andrewcaires/utils.js": "^0.4.19"
42
41
  },
43
42
  "devDependencies": {
44
43
  "@rollup/plugin-commonjs": "^29.0.0",
@@ -49,6 +48,7 @@
49
48
  "rollup": "^4.55.1",
50
49
  "rollup-plugin-dts": "^6.3.0",
51
50
  "tslib": "^2.8.1",
51
+ "tsx": "^4.21.0",
52
52
  "typescript-eslint": "^8.52.0"
53
53
  }
54
54
  }