Skip to content

Commit 831cad1

Browse files
committed
release(detox): 1.0.2
1 parent 28edd9c commit 831cad1

File tree

3 files changed

+70
-52
lines changed

3 files changed

+70
-52
lines changed

packages/detox/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 1.0.2 (2025-06-30)
2+
3+
### 🚀 Features
4+
5+
- **detox:** add Detox plugin ([#23](https://github.com/NativeScript/plugins/pull/23))
6+
7+
### 🩹 Fixes
8+
9+
- **detox:** fixed android connectivity issues ([#635](https://github.com/NativeScript/plugins/pull/635))
10+
- broken links in docs ([#178](https://github.com/NativeScript/plugins/pull/178))
11+
12+
### ❤️ Thank You
13+
14+
- Janos Hrubos @janoshrubos
15+
- Karl Schmaltz
16+
- Mubarak Imam

packages/detox/package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"name": "@nativescript/detox",
3-
"version": "1.0.2",
4-
"description": "Simplifies usage of wix/Detox e2e tests in NativeScript apps!",
5-
"main": "index",
6-
"typings": "index.d.ts",
7-
"bin": {
8-
"enable-animations": "scripts/enable-animations.js"
9-
},
10-
"scripts": {
11-
"postinstall": "node postinstall.js",
12-
"preuninstall": "node preuninstall.js"
13-
},
14-
"nativescript": {
15-
"platforms": {
16-
"android": "8.0.0"
17-
},
18-
"hooks": [
19-
{
20-
"type": "before-build-task-args",
21-
"script": "scripts/detox-build.js",
22-
"inject": true
23-
}
24-
]
25-
},
26-
"repository": {
27-
"type": "git",
28-
"url": "https://github.com/NativeScript/plugins.git"
29-
},
30-
"keywords": [
31-
"NativeScript",
32-
"JavaScript",
33-
"TypeScript",
34-
"Android",
35-
"e2e",
36-
"testing",
37-
"tests",
38-
"detox"
39-
],
40-
"author": {
41-
"name": "NativeScript",
42-
"email": "oss@nativescript.org"
43-
},
44-
"bugs": {
45-
"url": "https://github.com/NativeScript/plugins/issues"
46-
},
47-
"license": "Apache-2.0",
48-
"homepage": "https://github.com/NativeScript/plugins",
49-
"readmeFilename": "README.md",
50-
"bootstrapper": "@nativescript/plugin-seed",
51-
"dependencies": {
52-
"@nativescript/hook": "^2.0.0"
53-
}
2+
"name": "@nativescript/detox",
3+
"version": "1.0.2",
4+
"description": "Simplifies usage of wix/Detox e2e tests in NativeScript apps!",
5+
"main": "index",
6+
"typings": "index.d.ts",
7+
"bin": {
8+
"enable-animations": "scripts/enable-animations.js"
9+
},
10+
"scripts": {
11+
"postinstall": "node postinstall.js",
12+
"preuninstall": "node preuninstall.js"
13+
},
14+
"nativescript": {
15+
"platforms": {
16+
"android": "8.0.0"
17+
},
18+
"hooks": [
19+
{
20+
"type": "before-build-task-args",
21+
"script": "scripts/detox-build.js",
22+
"inject": true
23+
}
24+
]
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/NativeScript/plugins.git"
29+
},
30+
"keywords": [
31+
"NativeScript",
32+
"JavaScript",
33+
"TypeScript",
34+
"Android",
35+
"e2e",
36+
"testing",
37+
"tests",
38+
"detox"
39+
],
40+
"author": {
41+
"name": "NativeScript",
42+
"email": "oss@nativescript.org"
43+
},
44+
"bugs": {
45+
"url": "https://github.com/NativeScript/plugins/issues"
46+
},
47+
"license": "Apache-2.0",
48+
"homepage": "https://github.com/NativeScript/plugins",
49+
"readmeFilename": "README.md",
50+
"bootstrapper": "@nativescript/plugin-seed",
51+
"dependencies": {
52+
"@nativescript/hook": "^2.0.0"
53+
}
5454
}

packages/detox/project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"assets": [
1515
"packages/detox/*.md",
1616
"packages/detox/index.d.ts",
17+
"packages/detox/postinstall.js",
18+
"packages/detox/preuninstall.js",
1719
"LICENSE",
1820
{
1921
"glob": "**/*",

0 commit comments

Comments
 (0)