vevet 4.4.1 → 4.4.2

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.
@@ -4,10 +4,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.PCancelable = void 0;
7
- var p_cancelable_1 = __importDefault(require("p-cancelable"));
8
- exports.PCancelable = p_cancelable_1.default;
7
+ var p_cancelable_cjs_1 = __importDefault(require("p-cancelable-cjs"));
8
+ exports.PCancelable = p_cancelable_cjs_1.default;
9
9
  /**
10
- * This module imports and re-exports the `PCancelable` class from the `@anton.bobrov/p-cancelable` package.
10
+ * This module imports and re-exports the `PCancelable` class from the `p-cancelable-cjs` package.
11
11
  *
12
12
  * `PCancelable` provides a way to create promises that can be canceled. It is useful in scenarios where
13
13
  * you want to cancel an ongoing asynchronous operation before it finishes.
@@ -1 +1 @@
1
- {"version":3,"file":"PCancelable.js","sourceRoot":"","sources":["../../../../src/utils/common/PCancelable.ts"],"names":[],"mappings":";;;;;;AAAA,8DAAuC;AAE9B,sBAFF,sBAAW,CAEE;AAEpB;;;;;;;;;;;;;;;GAeG"}
1
+ {"version":3,"file":"PCancelable.js","sourceRoot":"","sources":["../../../../src/utils/common/PCancelable.ts"],"names":[],"mappings":";;;;;;AAAA,sEAA2C;AAElC,sBAFF,0BAAW,CAEE;AAEpB;;;;;;;;;;;;;;;GAeG"}
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- var version = '4.4.1';
3
+ var version = '4.4.2';
4
4
  exports.default = version;
5
5
  //# sourceMappingURL=version.js.map
@@ -1,7 +1,7 @@
1
- import PCancelable from 'p-cancelable';
1
+ import PCancelable from 'p-cancelable-cjs';
2
2
  export { PCancelable };
3
3
  /**
4
- * This module imports and re-exports the `PCancelable` class from the `@anton.bobrov/p-cancelable` package.
4
+ * This module imports and re-exports the `PCancelable` class from the `p-cancelable-cjs` package.
5
5
  *
6
6
  * `PCancelable` provides a way to create promises that can be canceled. It is useful in scenarios where
7
7
  * you want to cancel an ongoing asynchronous operation before it finishes.
@@ -1 +1 @@
1
- {"version":3,"file":"PCancelable.js","sourceRoot":"","sources":["../../../../src/utils/common/PCancelable.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,cAAc,CAAC;AAEvC,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB;;;;;;;;;;;;;;;GAeG"}
1
+ {"version":3,"file":"PCancelable.js","sourceRoot":"","sources":["../../../../src/utils/common/PCancelable.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,kBAAkB,CAAC;AAE3C,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB;;;;;;;;;;;;;;;GAeG"}
@@ -1,3 +1,3 @@
1
- const version = '4.4.1';
1
+ const version = '4.4.2';
2
2
  export default version;
3
3
  //# sourceMappingURL=version.js.map
@@ -1,7 +1,7 @@
1
- import PCancelable from 'p-cancelable';
1
+ import PCancelable from 'p-cancelable-cjs';
2
2
  export { PCancelable };
3
3
  /**
4
- * This module imports and re-exports the `PCancelable` class from the `@anton.bobrov/p-cancelable` package.
4
+ * This module imports and re-exports the `PCancelable` class from the `p-cancelable-cjs` package.
5
5
  *
6
6
  * `PCancelable` provides a way to create promises that can be canceled. It is useful in scenarios where
7
7
  * you want to cancel an ongoing asynchronous operation before it finishes.
@@ -1 +1 @@
1
- {"version":3,"file":"PCancelable.d.ts","sourceRoot":"","sources":["../../../../src/utils/common/PCancelable.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,cAAc,CAAC;AAEvC,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB;;;;;;;;;;;;;;;GAeG"}
1
+ {"version":3,"file":"PCancelable.d.ts","sourceRoot":"","sources":["../../../../src/utils/common/PCancelable.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,kBAAkB,CAAC;AAE3C,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB;;;;;;;;;;;;;;;GAeG"}
@@ -1,3 +1,3 @@
1
- declare const version = "4.4.1";
1
+ declare const version = "4.4.2";
2
2
  export default version;
3
3
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vevet",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "Vevet is a flexible JavaScript library designed for creative web development",
5
5
  "scripts": {
6
6
  "storybook": "storybook dev -p 6006",
@@ -64,7 +64,7 @@
64
64
  "get-image-pos": "^0.0.11",
65
65
  "ismobilejs": "^1.1.1",
66
66
  "normalize-wheel": "^1.0.1",
67
- "p-cancelable": "^4.0.1",
67
+ "p-cancelable-cjs": "^4.0.1-1",
68
68
  "ts-essentials": "^9.3.2"
69
69
  },
70
70
  "devDependencies": {
@@ -1,9 +1,9 @@
1
- import PCancelable from 'p-cancelable';
1
+ import PCancelable from 'p-cancelable-cjs';
2
2
 
3
3
  export { PCancelable };
4
4
 
5
5
  /**
6
- * This module imports and re-exports the `PCancelable` class from the `@anton.bobrov/p-cancelable` package.
6
+ * This module imports and re-exports the `PCancelable` class from the `p-cancelable-cjs` package.
7
7
  *
8
8
  * `PCancelable` provides a way to create promises that can be canceled. It is useful in scenarios where
9
9
  * you want to cancel an ongoing asynchronous operation before it finishes.
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- const version = '4.4.1';
1
+ const version = '4.4.2';
2
2
  export default version;