Skip to content

Commit b9be02a

Browse files
authored
Merge pull request #6 from pulsejet/pl
Update lockfile
2 parents 9f6be65 + 6c81271 commit b9be02a

30 files changed

+5345
-8630
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212

1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '18.x'
16-
- run: rm package-lock.json && npm install
15+
node-version: '22.x'
16+
- run: npm ci
1717
- run: npm run build
1818

1919
- uses: peaceiris/actions-gh-pages@v3
2020
if: github.ref == 'refs/heads/master'
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
23-
publish_dir: ./dist/ndn-play
23+
publish_dir: ./dist/ndn-play/browser
2424
publish_branch: gh-pages
2525
cname: play.ndn.today
26-
force_orphan: true
26+
force_orphan: true

angular.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,15 @@
3939
"prefix": "app",
4040
"architect": {
4141
"build": {
42-
"builder": "@angular-devkit/build-angular:browser",
42+
"builder": "@angular/build:application",
4343
"options": {
44-
"outputPath": "dist/ndn-play",
44+
"outputPath": {
45+
"base": "dist/ndn-play"
46+
},
4547
"index": "src/index.html",
46-
"main": "src/main.ts",
47-
"polyfills": "src/polyfills.ts",
48+
"polyfills": [
49+
"src/polyfills.ts"
50+
],
4851
"tsConfig": "tsconfig.app.json",
4952
"assets": [
5053
"src/favicon.ico",
@@ -64,12 +67,11 @@
6467
"src/styles.scss"
6568
],
6669
"scripts": [],
67-
"vendorChunk": true,
6870
"extractLicenses": false,
69-
"buildOptimizer": false,
7071
"sourceMap": true,
7172
"optimization": false,
72-
"namedChunks": true
73+
"namedChunks": true,
74+
"browser": "src/main.ts"
7375
},
7476
"configurations": {
7577
"production": {
@@ -84,8 +86,6 @@
8486
"sourceMap": false,
8587
"namedChunks": false,
8688
"extractLicenses": true,
87-
"vendorChunk": false,
88-
"buildOptimizer": true,
8989
"budgets": [
9090
{
9191
"type": "initial",
@@ -102,7 +102,7 @@
102102
}
103103
},
104104
"serve": {
105-
"builder": "@angular-devkit/build-angular:dev-server",
105+
"builder": "@angular/build:dev-server",
106106
"options": {
107107
"buildTarget": "ndn-play:build"
108108
},
@@ -113,7 +113,7 @@
113113
}
114114
},
115115
"extract-i18n": {
116-
"builder": "@angular-devkit/build-angular:extract-i18n",
116+
"builder": "@angular/build:extract-i18n",
117117
"options": {
118118
"buildTarget": "ndn-play:build"
119119
}

api-extractor.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@ndn/psync",
1818
"@ndn/sync-api",
1919
"@ndn/trust-schema",
20+
"@ndn/quic-transport",
2021
"@yoursunny/psync-bloom",
2122
"wait-your-turn",
2223
"@angular/core",

0 commit comments

Comments
 (0)