@langri-sha/projen-license 0.1.0 → 0.3.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 CHANGED
@@ -2,7 +2,91 @@
2
2
  "name": "@langri-sha/projen-license",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 25 May 2024 03:25:02 GMT",
5
+ "date": "Mon, 08 Jul 2024 21:40:45 GMT",
6
+ "version": "0.3.0",
7
+ "tag": "@langri-sha/projen-license_v0.3.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "filip.dupanovic@gmail.com",
12
+ "package": "@langri-sha/projen-license",
13
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
14
+ "comment": "feat(workspace): Use `vitest`"
15
+ }
16
+ ],
17
+ "none": [
18
+ {
19
+ "author": "filip.dupanovic@gmail.com",
20
+ "package": "@langri-sha/projen-license",
21
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
22
+ "comment": "feat(workspace): Add repository path"
23
+ },
24
+ {
25
+ "author": "filip.dupanovic@gmail.com",
26
+ "package": "@langri-sha/projen-license",
27
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
28
+ "comment": "feat(tsconfig): Use `${configDir}`"
29
+ }
30
+ ],
31
+ "patch": [
32
+ {
33
+ "author": "filip.dupanovic@gmail.com",
34
+ "package": "@langri-sha/projen-license",
35
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
36
+ "comment": "fix(projen): Use correct output directory"
37
+ }
38
+ ]
39
+ }
40
+ },
41
+ {
42
+ "date": "Sat, 15 Jun 2024 09:09:05 GMT",
43
+ "version": "0.2.0",
44
+ "tag": "@langri-sha/projen-license_v0.2.0",
45
+ "comments": {
46
+ "minor": [
47
+ {
48
+ "author": "filip.dupanovic@gmail.com",
49
+ "package": "@langri-sha/projen-license",
50
+ "commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
51
+ "comment": "feat(project): Omit Node.js engine package defaults"
52
+ },
53
+ {
54
+ "author": "filip.dupanovic@gmail.com",
55
+ "package": "@langri-sha/projen-license",
56
+ "commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
57
+ "comment": "feat(projen): Drop pinning peer dependencies"
58
+ },
59
+ {
60
+ "author": "filip.dupanovic@gmail.com",
61
+ "package": "@langri-sha/projen-license",
62
+ "commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
63
+ "comment": "feat(project): Reconfigure NPM ignore patterns"
64
+ },
65
+ {
66
+ "author": "filip.dupanovic@gmail.com",
67
+ "package": "@langri-sha/projen-license",
68
+ "commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
69
+ "comment": "feat(projen): Reconfigure project expressions"
70
+ }
71
+ ],
72
+ "patch": [
73
+ {
74
+ "author": "email not defined",
75
+ "package": "@langri-sha/projen-license",
76
+ "commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
77
+ "comment": "chore(deps): chore(deps): update dependency projen to v0.82.3"
78
+ },
79
+ {
80
+ "author": "filip.dupanovic@gmail.com",
81
+ "package": "@langri-sha/projen-license",
82
+ "commit": "7ac78ea2d172ae9e30f23d213752297fb8436a88",
83
+ "comment": "fix(license): Export type declarations"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "date": "Sat, 25 May 2024 03:25:31 GMT",
6
90
  "version": "0.1.0",
7
91
  "tag": "@langri-sha/projen-license_v0.1.0",
8
92
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @langri-sha/projen-license
2
2
 
3
- This log was last generated on Sat, 25 May 2024 03:25:02 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 08 Jul 2024 21:40:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.3.0
8
+
9
+ Mon, 08 Jul 2024 21:40:45 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - feat(workspace): Use `vitest` (filip.dupanovic@gmail.com)
14
+
15
+ ### Patches
16
+
17
+ - fix(projen): Use correct output directory (filip.dupanovic@gmail.com)
18
+
19
+ ## 0.2.0
20
+
21
+ Sat, 15 Jun 2024 09:09:05 GMT
22
+
23
+ ### Minor changes
24
+
25
+ - feat(project): Omit Node.js engine package defaults (filip.dupanovic@gmail.com)
26
+ - feat(projen): Drop pinning peer dependencies (filip.dupanovic@gmail.com)
27
+ - feat(project): Reconfigure NPM ignore patterns (filip.dupanovic@gmail.com)
28
+ - feat(projen): Reconfigure project expressions (filip.dupanovic@gmail.com)
29
+
30
+ ### Patches
31
+
32
+ - chore(deps): chore(deps): update dependency projen to v0.82.3 (email not defined)
33
+ - fix(license): Export type declarations (filip.dupanovic@gmail.com)
34
+
7
35
  ## 0.1.0
8
36
 
9
- Sat, 25 May 2024 03:25:02 GMT
37
+ Sat, 25 May 2024 03:25:31 GMT
10
38
 
11
39
  ### Minor changes
12
40
 
@@ -1,4 +1,3 @@
1
- /// <reference types="src/license" />
2
1
  import { FileBase, type IResolver, Project } from 'projen';
3
2
  import { type Spdx } from 'license-o-matic';
4
3
  export interface LicenseOptions {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,SAAS,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAC1D,OAAsB,EAAE,KAAK,IAAI,EAAE,MAAM,iBAAiB,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/package.json CHANGED
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-license",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
+ "bugs": {
5
+ "url": "https://github.com/langri-sha/langri-sha.com/issues"
6
+ },
7
+ "repository": {
8
+ "url": "git+https://github.com/langri-sha/langri-sha.com.git",
9
+ "path": "/packages/projen-license"
10
+ },
4
11
  "license": "MIT",
5
12
  "author": {
6
13
  "name": "Filip Dupanović",
@@ -9,27 +16,23 @@
9
16
  "organization": false
10
17
  },
11
18
  "type": "module",
12
- "main": "lib/index.js",
19
+ "main": "dist/index.js",
13
20
  "scripts": {
14
- "prepublishOnly": "rm -rf lib; tsc --project tsconfig.build.json"
21
+ "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
15
22
  },
16
23
  "dependencies": {
17
24
  "license-o-matic": "^1.2.0"
18
25
  },
19
26
  "devDependencies": {
20
- "@langri-sha/jest-test": "0.7.1",
21
- "@langri-sha/tsconfig": "0.9.0",
22
- "projen": "0.81.15"
27
+ "@langri-sha/tsconfig": "0.10.0",
28
+ "@langri-sha/vitest": "0.1.0"
23
29
  },
24
30
  "peerDependencies": {
25
- "projen": "^0.81.15"
26
- },
27
- "engines": {
28
- "node": ">= 20.12.0"
31
+ "projen": "^0.82.0"
29
32
  },
30
33
  "publishConfig": {
31
34
  "access": "public"
32
35
  },
33
36
  "//": "~~ Generated by projen. To modify, edit .projenrc.mts and run \"npx projen\".",
34
- "types": "lib/index.d.ts"
37
+ "types": "dist/index.d.ts"
35
38
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,SAAS,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAC1D,OAAsB,EAAE,KAAK,IAAI,EAAE,MAAM,iBAAiB,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"}
File without changes
File without changes
File without changes