Skip to content

Commit db412a4

Browse files
committed
chore: project
1 parent a4a0e1c commit db412a4

File tree

5 files changed

+46
-50
lines changed

5 files changed

+46
-50
lines changed

.gitignore

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NativeScript
22
hooks/
33
node_modules/
4-
/platforms/
4+
platforms
55

66
# NativeScript Template
77
*.js.map
@@ -43,17 +43,21 @@ packages/**/*.d.ts
4343
bin
4444
build
4545
Pods
46-
!packages/platforms
46+
!packages/*/platforms
4747
/packages/**/*.aar
48+
/packages/**/*.framework
49+
/packages/**/*.xcframework
4850
/demo-snippets/**/*.aar
4951
*.xcuserdatad
5052
/packages/README.md
5153
packages/**/*js.map
5254
packages/**/*js
53-
packages/**/angular/*.json
54-
packages/*.ngsummary.json
55-
packages/*.metadata.json
5655
packages/angular
5756
packages/typings
57+
packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
60+
61+
.vscode/settings.json
5862

5963
/blueprint.md

lerna.json

Lines changed: 17 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,28 @@
11
{
22
"version": "5.3.40",
3+
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
34
"packages": [
45
"packages/*"
56
],
67
"npmClient": "yarn",
78
"useWorkspaces": true,
89
"command": {
910
"publish": {
10-
"conventionalCommits": true,
11-
"conventionalBlacklist": [
12-
"chore"
13-
],
14-
"changelogPreset": "angular",
15-
"createRelease": "github",
16-
"commitHooks": false,
17-
"private": false,
18-
"ignoreChanges": [
19-
"*.md",
20-
"docs/**"
21-
]
22-
},
23-
"version": {
24-
"conventionalCommits": true,
25-
"conventionalBlacklist": [
26-
"chore"
27-
],
28-
"changelogPreset": "angular",
29-
"createRelease": "github",
30-
"commitHooks": false,
31-
"private": false,
32-
"ignoreChanges": [
33-
"*.md",
34-
"docs/**"
35-
]
36-
},
37-
"bootstrap": {
38-
"npmClientArgs": [
39-
"--no-package-lock"
40-
]
11+
"cleanupTempFiles": true
4112
}
42-
}
13+
},
14+
"npmClientArgs": [
15+
"--no-package-lock"
16+
],
17+
"commitHooks": false,
18+
"createRelease": "github",
19+
"conventionalCommits": true,
20+
"private": false,
21+
"message": "chore(release): publish new version %v",
22+
"changelogPreset": "conventional-changelog-conventionalcommits",
23+
"ignoreChanges": [
24+
"**/__fixtures__/**",
25+
"**/__tests__/**",
26+
"**/*.md"
27+
]
4328
}

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@
8686
},
8787
"workspaces": [
8888
"packages/*",
89-
"demo-vue",
90-
"demo-vue3",
91-
"demo-ng",
92-
"demo-svelte",
93-
"demo-react",
94-
"demo-snippets"
89+
"demo*"
9590
]
9691
}

tools

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3469,7 +3469,7 @@ __metadata:
34693469

34703470
"@nativescript-community/plugin-seed-tools@file:tools::locator=root-workspace-0b6124%40workspace%3A.":
34713471
version: 1.0.0
3472-
resolution: "@nativescript-community/plugin-seed-tools@file:tools#tools::hash=88e713&locator=root-workspace-0b6124%40workspace%3A."
3472+
resolution: "@nativescript-community/plugin-seed-tools@file:tools#tools::hash=98a970&locator=root-workspace-0b6124%40workspace%3A."
34733473
dependencies:
34743474
"@angular/animations": "npm:~17.3.8"
34753475
"@angular/common": "npm:~17.3.8"
@@ -3498,6 +3498,7 @@ __metadata:
34983498
"@typescript-eslint/eslint-plugin": "npm:7.10.0"
34993499
"@typescript-eslint/parser": "npm:7.10.0"
35003500
"@vue/runtime-core": "npm:3.4.27"
3501+
"@vue/runtime-dom": "npm:3.4.27"
35013502
copy-webpack-plugin: "npm:12.0.2"
35023503
cpy-cli: "npm:^3.1.1"
35033504
eslint: "npm:~8.57.0"
@@ -3533,7 +3534,7 @@ __metadata:
35333534
vue: "npm:^2.7.16"
35343535
yargs: "npm:^17.7.2"
35353536
zone.js: "npm:~0.14.5"
3536-
checksum: 9d6655b7aa1c9007cc137581dd4042a8030444b9af1376500293b9f76fa9c3f2de3ac9516a6ddf71a3b049970a13e41fea30f183513516e29626168cee9a2bc1
3537+
checksum: 0d5f025fbc4912f778cd6b681490d84dbb2ddd36573f1235736019aed899b467d83130145ae9e5e5a366304eb3467c9be5a78e6f221fde60d75b1ce2cdfb86c1
35373538
languageName: node
35383539
linkType: hard
35393540

@@ -3563,7 +3564,7 @@ __metadata:
35633564
resolution: "@nativescript-community/ui-collectionview-swipemenu@workspace:packages/swipemenu"
35643565
dependencies:
35653566
"@nativescript-community/class-mixins": "npm:^1.0.0"
3566-
"@nativescript-community/ui-collectionview": "npm:^5.3.34"
3567+
"@nativescript-community/ui-collectionview": "npm:^5.3.40"
35673568
"@nativescript-community/ui-drawer": "npm:^0.1.27"
35683569
languageName: unknown
35693570
linkType: soft
@@ -3572,11 +3573,11 @@ __metadata:
35723573
version: 0.0.0-use.local
35733574
resolution: "@nativescript-community/ui-collectionview-waterfall@workspace:packages/waterfall"
35743575
dependencies:
3575-
"@nativescript-community/ui-collectionview": "npm:^5.3.34"
3576+
"@nativescript-community/ui-collectionview": "npm:^5.3.40"
35763577
languageName: unknown
35773578
linkType: soft
35783579

3579-
"@nativescript-community/ui-collectionview@npm:*, @nativescript-community/ui-collectionview@npm:^5.3.34, @nativescript-community/ui-collectionview@workspace:packages/collectionview":
3580+
"@nativescript-community/ui-collectionview@npm:*, @nativescript-community/ui-collectionview@npm:^5.3.40, @nativescript-community/ui-collectionview@workspace:packages/collectionview":
35803581
version: 0.0.0-use.local
35813582
resolution: "@nativescript-community/ui-collectionview@workspace:packages/collectionview"
35823583
languageName: unknown
@@ -5854,6 +5855,17 @@ __metadata:
58545855
languageName: node
58555856
linkType: hard
58565857

5858+
"@vue/runtime-dom@npm:3.4.27":
5859+
version: 3.4.27
5860+
resolution: "@vue/runtime-dom@npm:3.4.27"
5861+
dependencies:
5862+
"@vue/runtime-core": "npm:3.4.27"
5863+
"@vue/shared": "npm:3.4.27"
5864+
csstype: "npm:^3.1.3"
5865+
checksum: 35d81866f8f43a1b938e53e196c01addc6380eeb00caae1da5c28f2c2de215017466edb7ec647af4f93962047a42aa9f01c59ba47e5b528ecddd3ea2f2c6d8f8
5866+
languageName: node
5867+
linkType: hard
5868+
58575869
"@vue/server-renderer@npm:3.3.4":
58585870
version: 3.3.4
58595871
resolution: "@vue/server-renderer@npm:3.3.4"
@@ -8526,7 +8538,7 @@ __metadata:
85268538
languageName: node
85278539
linkType: hard
85288540

8529-
"csstype@npm:^3.1.0":
8541+
"csstype@npm:^3.1.0, csstype@npm:^3.1.3":
85308542
version: 3.1.3
85318543
resolution: "csstype@npm:3.1.3"
85328544
checksum: f593cce41ff5ade23f44e77521e3a1bcc2c64107041e1bf6c3c32adc5187d0d60983292fda326154d20b01079e24931aa5b08e4467cc488b60bb1e7f6d478ade

0 commit comments

Comments
 (0)