@langri-sha/projen-license 0.3.0 → 0.3.2
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 +65 -1
- package/CHANGELOG.md +18 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -6
- package/src/index.ts +1 -1
- /package/{readme → readme.md} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,71 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-license",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 26 Jul 2024 20:58:04 GMT",
|
|
6
|
+
"version": "0.3.2",
|
|
7
|
+
"tag": "@langri-sha/projen-license_v0.3.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "filip.dupanovic@gmail.com",
|
|
12
|
+
"package": "@langri-sha/projen-license",
|
|
13
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
14
|
+
"comment": "feat(projen): Add Git ignore patterns"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "filip.dupanovic@gmail.com",
|
|
18
|
+
"package": "@langri-sha/projen-license",
|
|
19
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
20
|
+
"comment": "feat(workspace): Migrate documentation pathnames"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "filip.dupanovic@gmail.com",
|
|
24
|
+
"package": "@langri-sha/projen-license",
|
|
25
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
26
|
+
"comment": "fix(workspace): Apply Prettier fixes"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"patch": [
|
|
30
|
+
{
|
|
31
|
+
"author": "email not defined",
|
|
32
|
+
"package": "@langri-sha/projen-license",
|
|
33
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
34
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.84.6"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"date": "Wed, 17 Jul 2024 10:48:16 GMT",
|
|
41
|
+
"version": "0.3.1",
|
|
42
|
+
"tag": "@langri-sha/projen-license_v0.3.1",
|
|
43
|
+
"comments": {
|
|
44
|
+
"patch": [
|
|
45
|
+
{
|
|
46
|
+
"author": "filip.dupanovic@gmail.com",
|
|
47
|
+
"package": "@langri-sha/projen-license",
|
|
48
|
+
"commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
|
|
49
|
+
"comment": "fix(workspace): Use correct GitHub directory"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"none": [
|
|
53
|
+
{
|
|
54
|
+
"author": "filip.dupanovic@gmail.com",
|
|
55
|
+
"package": "@langri-sha/projen-license",
|
|
56
|
+
"commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
|
|
57
|
+
"comment": "feat(eslint-config): Add `import/order` rule"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"author": "filip.dupanovic@gmail.com",
|
|
61
|
+
"package": "@langri-sha/projen-license",
|
|
62
|
+
"commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
|
|
63
|
+
"comment": "feat(root): Migrate to ESM"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"date": "Mon, 08 Jul 2024 21:43:05 GMT",
|
|
6
70
|
"version": "0.3.0",
|
|
7
71
|
"tag": "@langri-sha/projen-license_v0.3.0",
|
|
8
72
|
"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
|
|
3
|
+
This log was last generated on Fri, 26 Jul 2024 20:58:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.2
|
|
8
|
+
|
|
9
|
+
Fri, 26 Jul 2024 20:58:04 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore(deps): chore(deps): update dependency projen to v0.84.6 (email not defined)
|
|
14
|
+
|
|
15
|
+
## 0.3.1
|
|
16
|
+
|
|
17
|
+
Wed, 17 Jul 2024 10:48:16 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- fix(workspace): Use correct GitHub directory (filip.dupanovic@gmail.com)
|
|
22
|
+
|
|
7
23
|
## 0.3.0
|
|
8
24
|
|
|
9
|
-
Mon, 08 Jul 2024 21:
|
|
25
|
+
Mon, 08 Jul 2024 21:43:05 GMT
|
|
10
26
|
|
|
11
27
|
### Minor changes
|
|
12
28
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAsB,EAAE,KAAK,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,EAAE,QAAQ,EAAE,KAAK,SAAS,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAE1D,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAE1B;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAA;IAE5B;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;IAErB;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAA;CACjC;AAED,qBAAa,OAAQ,SAAQ,QAAQ;;gBAIjC,OAAO,EAAE,OAAO,EAChB,EAAE,eAAe,EAAE,QAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,cAAc;IAavE,SAAS,CAAC,iBAAiB,CAAC,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS;CAG9D"}
|
package/dist/index.js
CHANGED
|
@@ -10,8 +10,8 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
10
10
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
11
11
|
};
|
|
12
12
|
var _License_text;
|
|
13
|
-
import { FileBase } from 'projen';
|
|
14
13
|
import licenseOMatic from 'license-o-matic';
|
|
14
|
+
import { FileBase } from 'projen';
|
|
15
15
|
export class License extends FileBase {
|
|
16
16
|
constructor(project, { copyrightHolder, filename = 'license', spdx, year }) {
|
|
17
17
|
super(project, filename, {
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,aAA4B,MAAM,iBAAiB,CAAA;AAC1D,OAAO,EAAE,QAAQ,EAA2B,MAAM,QAAQ,CAAA;AA0B1D,MAAM,OAAO,OAAQ,SAAQ,QAAQ;IAGnC,YACE,OAAgB,EAChB,EAAE,eAAe,EAAE,QAAQ,GAAG,SAAS,EAAE,IAAI,EAAE,IAAI,EAAkB;QAErE,KAAK,CAAC,OAAO,EAAE,QAAQ,EAAE;YACvB,MAAM,EAAE,KAAK;YACb,SAAS,EAAE,IAAI;SAChB,CAAC,CAAA;QATJ,gCAAa;QAWX,uBAAA,IAAI,iBAAS,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC;YACxD,eAAe;YACf,IAAI;SACL,CAAC,MAAA,CAAA;IACJ,CAAC;IAES,iBAAiB,CAAC,CAAY;QACtC,OAAO,uBAAA,IAAI,qBAAM,CAAA;IACnB,CAAC;CACF"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-license",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/langri-sha/langri-sha.com/issues"
|
|
6
6
|
},
|
|
7
7
|
"repository": {
|
|
8
|
+
"type": "git",
|
|
8
9
|
"url": "git+https://github.com/langri-sha/langri-sha.com.git",
|
|
9
|
-
"
|
|
10
|
+
"directory": "packages/projen-license"
|
|
10
11
|
},
|
|
11
12
|
"license": "MIT",
|
|
12
13
|
"author": {
|
|
@@ -24,15 +25,15 @@
|
|
|
24
25
|
"license-o-matic": "^1.2.0"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
|
-
"@langri-sha/tsconfig": "0.10.
|
|
28
|
-
"@langri-sha/vitest": "0.1.
|
|
28
|
+
"@langri-sha/tsconfig": "0.10.1",
|
|
29
|
+
"@langri-sha/vitest": "0.1.1"
|
|
29
30
|
},
|
|
30
31
|
"peerDependencies": {
|
|
31
|
-
"projen": "^0.
|
|
32
|
+
"projen": "^0.84.0"
|
|
32
33
|
},
|
|
33
34
|
"publishConfig": {
|
|
34
35
|
"access": "public"
|
|
35
36
|
},
|
|
36
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.
|
|
37
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\".",
|
|
37
38
|
"types": "dist/index.d.ts"
|
|
38
39
|
}
|
package/src/index.ts
CHANGED
/package/{readme → readme.md}
RENAMED
|
File without changes
|