Skip to content

Commit 3dc2eb0

Browse files
author
Apify Release Bot
committed
chore(js-release): Update package version [skip ci]
1 parent 98d635c commit 3dc2eb0

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

impit-node/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit-darwin-arm64",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"os": [
66
"darwin"
77
],

impit-node/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit-darwin-x64",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"os": [
66
"darwin"
77
],

impit-node/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit-linux-arm64-gnu",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"repository": {
66
"url": "https://github.com/apify/impit"
77
},

impit-node/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit-linux-arm64-musl",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"repository": {
66
"url": "https://github.com/apify/impit"
77
},

impit-node/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit-linux-x64-gnu",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"os": [
66
"linux"
77
],

impit-node/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit-linux-x64-musl",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"os": [
66
"linux"
77
],

impit-node/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit-win32-arm64-msvc",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"os": [
66
"win32"
77
],

impit-node/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit-win32-x64-msvc",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"os": [
66
"win32"
77
],

impit-node/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "impit",
33
"homepage": "https://apify.github.io/impit/js",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"main": "index.wrapper.js",
66
"types": "index.d.ts",
77
"napi": {
@@ -54,13 +54,13 @@
5454
"packageManager": "yarn@4.12.0",
5555
"description": "Impit for JavaScript",
5656
"optionalDependencies": {
57-
"impit-darwin-arm64": "0.8.2",
58-
"impit-darwin-x64": "0.8.2",
59-
"impit-linux-arm64-gnu": "0.8.2",
60-
"impit-linux-arm64-musl": "0.8.2",
61-
"impit-linux-x64-gnu": "0.8.2",
62-
"impit-linux-x64-musl": "0.8.2",
63-
"impit-win32-arm64-msvc": "0.8.2",
64-
"impit-win32-x64-msvc": "0.8.2"
57+
"impit-darwin-x64": "0.9.0",
58+
"impit-darwin-arm64": "0.9.0",
59+
"impit-win32-x64-msvc": "0.9.0",
60+
"impit-win32-arm64-msvc": "0.9.0",
61+
"impit-linux-x64-gnu": "0.9.0",
62+
"impit-linux-x64-musl": "0.9.0",
63+
"impit-linux-arm64-gnu": "0.9.0",
64+
"impit-linux-arm64-musl": "0.9.0"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)