@langri-sha/projen-license 0.1.0 → 0.2.0
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.
- package/CHANGELOG.json +48 -1
- package/CHANGELOG.md +18 -2
- package/lib/index.d.ts +1 -1
- package/package.json +4 -8
- /package/{src → types}/license.d.ts +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,54 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-license",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Sat,
|
|
5
|
+
"date": "Sat, 15 Jun 2024 09:06:45 GMT",
|
|
6
|
+
"version": "0.2.0",
|
|
7
|
+
"tag": "@langri-sha/projen-license_v0.2.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "filip.dupanovic@gmail.com",
|
|
12
|
+
"package": "@langri-sha/projen-license",
|
|
13
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
14
|
+
"comment": "feat(project): Omit Node.js engine package defaults"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "filip.dupanovic@gmail.com",
|
|
18
|
+
"package": "@langri-sha/projen-license",
|
|
19
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
20
|
+
"comment": "feat(projen): Drop pinning peer dependencies"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "filip.dupanovic@gmail.com",
|
|
24
|
+
"package": "@langri-sha/projen-license",
|
|
25
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
26
|
+
"comment": "feat(project): Reconfigure NPM ignore patterns"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "filip.dupanovic@gmail.com",
|
|
30
|
+
"package": "@langri-sha/projen-license",
|
|
31
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
32
|
+
"comment": "feat(projen): Reconfigure project expressions"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"patch": [
|
|
36
|
+
{
|
|
37
|
+
"author": "email not defined",
|
|
38
|
+
"package": "@langri-sha/projen-license",
|
|
39
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
40
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.82.3"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "filip.dupanovic@gmail.com",
|
|
44
|
+
"package": "@langri-sha/projen-license",
|
|
45
|
+
"commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
|
|
46
|
+
"comment": "fix(license): Export type declarations"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"date": "Sat, 25 May 2024 03:25:31 GMT",
|
|
6
53
|
"version": "0.1.0",
|
|
7
54
|
"tag": "@langri-sha/projen-license_v0.1.0",
|
|
8
55
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-license
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sat,
|
|
3
|
+
This log was last generated on Sat, 15 Jun 2024 09:06:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.2.0
|
|
8
|
+
|
|
9
|
+
Sat, 15 Jun 2024 09:06:45 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- feat(project): Omit Node.js engine package defaults (filip.dupanovic@gmail.com)
|
|
14
|
+
- feat(projen): Drop pinning peer dependencies (filip.dupanovic@gmail.com)
|
|
15
|
+
- feat(project): Reconfigure NPM ignore patterns (filip.dupanovic@gmail.com)
|
|
16
|
+
- feat(projen): Reconfigure project expressions (filip.dupanovic@gmail.com)
|
|
17
|
+
|
|
18
|
+
### Patches
|
|
19
|
+
|
|
20
|
+
- chore(deps): chore(deps): update dependency projen to v0.82.3 (email not defined)
|
|
21
|
+
- fix(license): Export type declarations (filip.dupanovic@gmail.com)
|
|
22
|
+
|
|
7
23
|
## 0.1.0
|
|
8
24
|
|
|
9
|
-
Sat, 25 May 2024 03:25:
|
|
25
|
+
Sat, 25 May 2024 03:25:31 GMT
|
|
10
26
|
|
|
11
27
|
### Minor changes
|
|
12
28
|
|
package/lib/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-license",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Filip Dupanović",
|
|
@@ -17,15 +17,11 @@
|
|
|
17
17
|
"license-o-matic": "^1.2.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@langri-sha/jest-test": "0.
|
|
21
|
-
"@langri-sha/tsconfig": "0.
|
|
22
|
-
"projen": "0.81.15"
|
|
20
|
+
"@langri-sha/jest-test": "0.8.0",
|
|
21
|
+
"@langri-sha/tsconfig": "0.10.0"
|
|
23
22
|
},
|
|
24
23
|
"peerDependencies": {
|
|
25
|
-
"projen": "^0.
|
|
26
|
-
},
|
|
27
|
-
"engines": {
|
|
28
|
-
"node": ">= 20.12.0"
|
|
24
|
+
"projen": "^0.82.0"
|
|
29
25
|
},
|
|
30
26
|
"publishConfig": {
|
|
31
27
|
"access": "public"
|
|
File without changes
|