Skip to content

Commit f88d3f7

Browse files
github-actions[bot]NathanWalker
authored andcommitted
ci: build
1 parent 62c06f1 commit f88d3f7

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-8
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"useInferencePlugins": false,
124124
"defaultBase": "master",
125125
"release": {
126-
"projects": ["packages/*", "!packages/ui-mobile-base", "!packages/types-minimal", "!packages/winter-tc"],
126+
"projects": ["packages/*", "!packages/ui-mobile-base", "!packages/types-minimal", "!packages/winter-tc", "!packages/types", "!packages/types-ios", "!packages/types-android"],
127127
"projectsRelationship": "independent",
128128
"changelog": {
129129
"workspaceChangelog": false,

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/core",
3-
"version": "9.0.12-next.0",
3+
"version": "9.0.12-next.1",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"type": "module",
66
"main": "index",

packages/devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/devtools",
3-
"version": "0.0.2-next.2",
3+
"version": "0.0.2-next.3",
44
"private": true,
55
"files": [
66
"./dist/"
@@ -10,6 +10,6 @@
1010
"prepack": "tsc || echo ok"
1111
},
1212
"devDependencies": {
13-
"@nativescript/core": "9.0.12-next.0"
13+
"@nativescript/core": "9.0.12-next.1"
1414
}
1515
}

packages/vite/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/vite",
3-
"version": "1.0.4-next.2",
3+
"version": "1.0.6-next.0",
44
"description": "Vite for NativeScript",
55
"main": "./index.js",
66
"module": "./index.js",
@@ -39,5 +39,14 @@
3939
"devDependencies": {
4040
"@types/node": "^24.9.1",
4141
"vitest": "^3.2.4"
42+
},
43+
"homepage": "https://docs.nativescript.org/configuration/vite",
44+
"repository": {
45+
"type": "git",
46+
"url": "https://github.com/NativeScript/NativeScript"
47+
},
48+
"author": {
49+
"name": "NativeScript",
50+
"email": "oss@nativescript.org"
4251
}
4352
}

packages/webpack5/package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/webpack",
3-
"version": "5.0.31-next.2",
3+
"version": "5.0.30-next.0",
44
"private": false,
55
"main": "dist/index.js",
66
"files": [
@@ -12,8 +12,7 @@
1212
"license": "Apache-2.0",
1313
"scripts": {
1414
"test": "jest",
15-
"copy-stubs": "mkdirp dist/stubs && cp -R src/stubs/* dist/stubs",
16-
"prepack": "npm run test && npm run build && npm run copy-stubs && chmod +x dist/bin/index.js"
15+
"copy-stubs": "mkdirp dist/stubs && cp -R src/stubs/* dist/stubs"
1716
},
1817
"dependencies": {
1918
"@babel/core": "^7.0.0",
@@ -79,5 +78,14 @@
7978
"nativescript-vue-template-compiler": {
8079
"optional": true
8180
}
81+
},
82+
"homepage": "https://docs.nativescript.org/configuration/webpack",
83+
"repository": {
84+
"type": "git",
85+
"url": "https://github.com/NativeScript/NativeScript"
86+
},
87+
"author": {
88+
"name": "NativeScript",
89+
"email": "oss@nativescript.org"
8290
}
8391
}

0 commit comments

Comments
 (0)