@gooddaydev/common 1.0.2 → 1.0.3

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @gooddaydev/common v1.0.1
2
+ * @gooddaydev/common v1.0.2
3
3
  * (c) undefined
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @gooddaydev/common v1.0.1
2
+ * @gooddaydev/common v1.0.2
3
3
  * (c) undefined
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @gooddaydev/common v1.0.1
2
+ * @gooddaydev/common v1.0.2
3
3
  * (c) undefined
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @gooddaydev/common v1.0.1
2
+ * @gooddaydev/common v1.0.2
3
3
  * (c) undefined
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @gooddaydev/common v1.0.1
2
+ * @gooddaydev/common v1.0.2
3
3
  * (c) undefined
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @gooddaydev/common v1.0.1
2
+ * @gooddaydev/common v1.0.2
3
3
  * (c) undefined
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddaydev/common",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Common utilities for TypeScript projects with CI/CD",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/index.d.ts DELETED
@@ -1,10 +0,0 @@
1
- import { Plugin } from 'rollup';
2
-
3
- declare module 'rollup-plugin-terser' {
4
-
5
- export interface TerserOptions {
6
- // Add any specific options you need here
7
- }
8
-
9
- export default function terser(options?: TerserOptions): Plugin;
10
- }