ngx-devkit-builders 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Celtian
3
+ Copyright (c) 2022 - 2023 Celtian
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -58,7 +58,7 @@ ng run your-project-name:version
58
58
 
59
59
  ## License
60
60
 
61
- Copyright © 2022 [Dominik Hladik](https://github.com/Celtian)
61
+ Copyright © 2022 - 2023 [Dominik Hladik](https://github.com/Celtian)
62
62
 
63
63
  All contents are licensed under the [MIT license].
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-devkit-builders",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "author": {
5
5
  "name": "Dominik Hladík",
6
6
  "email": "dominik.hladik@seznam.cz",
@@ -12,8 +12,8 @@
12
12
  "builders": "builders.json",
13
13
  "scripts": {},
14
14
  "dependencies": {
15
- "@angular-devkit/architect": "^0.1500.4",
16
- "@angular-devkit/core": "^15.0.4"
15
+ "@angular-devkit/architect": "^0.1502.4",
16
+ "@angular-devkit/core": "^15.2.4"
17
17
  },
18
18
  "devDependencies": {},
19
19
  "homepage": "https://github.com/Celtian/ngx-devkit-builders#readme",