vevet 4.4.0 → 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.
- package/lib/cjs/utils/common/PCancelable.js +3 -3
- package/lib/cjs/utils/common/PCancelable.js.map +1 -1
- package/lib/cjs/version.js +1 -1
- package/lib/esm/utils/common/PCancelable.js +2 -2
- package/lib/esm/utils/common/PCancelable.js.map +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/types/utils/common/PCancelable.d.ts +2 -2
- package/lib/types/utils/common/PCancelable.d.ts.map +1 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +2 -2
- package/src/utils/common/PCancelable.ts +2 -2
- package/src/version.ts +1 -1
|
@@ -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
|
|
8
|
-
exports.PCancelable =
|
|
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
|
|
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,
|
|
1
|
+
{"version":3,"file":"PCancelable.js","sourceRoot":"","sources":["../../../../src/utils/common/PCancelable.ts"],"names":[],"mappings":";;;;;;AAAA,sEAA2C;AAElC,sBAFF,0BAAW,CAEE;AAEpB;;;;;;;;;;;;;;;GAeG"}
|
package/lib/cjs/version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import PCancelable from '
|
|
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
|
|
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,
|
|
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"}
|
package/lib/esm/version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import PCancelable from '
|
|
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
|
|
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,
|
|
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"}
|
package/lib/types/version.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vevet",
|
|
3
|
-
"version": "4.4.
|
|
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",
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"author": "Anton Bobrov <anton.bobrov@hotmail.com>",
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@anton.bobrov/p-cancelable": "^4.0.1-1",
|
|
63
62
|
"detect-browser": "^5.3.0",
|
|
64
63
|
"easing-progress": "^1.0.0",
|
|
65
64
|
"get-image-pos": "^0.0.11",
|
|
66
65
|
"ismobilejs": "^1.1.1",
|
|
67
66
|
"normalize-wheel": "^1.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 '
|
|
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
|
|
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
|
+
const version = '4.4.2';
|
|
2
2
|
export default version;
|