@langri-sha/projen-license 0.2.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,44 @@
2
2
  "name": "@langri-sha/projen-license",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 15 Jun 2024 09:06:45 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",
6
43
  "version": "0.2.0",
7
44
  "tag": "@langri-sha/projen-license_v0.2.0",
8
45
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @langri-sha/projen-license
2
2
 
3
- This log was last generated on Sat, 15 Jun 2024 09:06:45 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
+
7
19
  ## 0.2.0
8
20
 
9
- Sat, 15 Jun 2024 09:06:45 GMT
21
+ Sat, 15 Jun 2024 09:09:05 GMT
10
22
 
11
23
  ### Minor changes
12
24
 
@@ -1,4 +1,3 @@
1
- /// <reference types="types/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.2.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,16 +16,16 @@
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.8.0",
21
- "@langri-sha/tsconfig": "0.10.0"
27
+ "@langri-sha/tsconfig": "0.10.0",
28
+ "@langri-sha/vitest": "0.1.0"
22
29
  },
23
30
  "peerDependencies": {
24
31
  "projen": "^0.82.0"
@@ -27,5 +34,5 @@
27
34
  "access": "public"
28
35
  },
29
36
  "//": "~~ Generated by projen. To modify, edit .projenrc.mts and run \"npx projen\".",
30
- "types": "lib/index.d.ts"
37
+ "types": "dist/index.d.ts"
31
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