@irfanshadikrishad/cipher 1.4.0 → 1.4.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.
@@ -1,4 +1,4 @@
1
- import { Cipher } from '../Cipher';
1
+ import { Cipher } from '../Cipher.js';
2
2
  export declare class ROT13 extends Cipher {
3
3
  constructor();
4
4
  private rotate;
@@ -1,4 +1,4 @@
1
- import { Cipher } from '../Cipher';
1
+ import { Cipher } from '../Cipher.js';
2
2
  export class ROT13 extends Cipher {
3
3
  constructor() {
4
4
  super();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@irfanshadikrishad/cipher",
3
3
  "description": "A versatile and secure cryptographic library for implementing various cipher algorithms in Node.js applications with zero/0 dependencies.",
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
5
5
  "author": {
6
6
  "name": "Irfan Shadik Rishad"
7
7
  },