Skip to content

Commit

Permalink
Ajout migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gideruette committed Apr 30, 2024
1 parent 586261c commit 2e2b9a9
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 6 deletions.
166 changes: 164 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-focus-entities",
"version": "17.0.0",
"version": "17.0.1",
"author": {
"email": "[email protected]",
"name": "Gildéric Deruette"
Expand All @@ -20,7 +20,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build & copyfiles -f -V projects/ngx-focus-entities/schematics/migrations/*.json ./dist/ngx-focus-entities/schematics/migrations",
"watch": "ng build --watch --configuration development",
"test": "ng test --no-watch --no-progress --browsers ChromeHeadless --code-coverage"
},
Expand All @@ -42,6 +42,7 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^17.0.1",
"typescript": "~5.2.2"
"typescript": "~5.2.2",
"copyfiles": "2.4.1"
}
}
124 changes: 124 additions & 0 deletions projects/ngx-focus-entities/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion projects/ngx-focus-entities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-focus-entities",
"version": "17.0.0",
"repository": "https://github.com/klee-contrib/ngx-focus-entities",
"license": "LICENSE",
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Gildéric Deruette"
Expand All @@ -13,5 +13,8 @@
"dependencies": {
"tslib": "^2.3.0"
},
"ng-update": {
"migrations": "./schematics/migrations/migration.json"
},
"sideEffects": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {}
}

0 comments on commit 2e2b9a9

Please sign in to comment.