@procore/hammer-lib-tsup 0.4.0 → 0.5.1
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.md +65 -0
- package/package.json +21 -13
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# @procore/hammer-lib-tsup
|
|
2
|
+
|
|
3
|
+
## 0.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f1e20cc]
|
|
8
|
+
- Updated dependencies [aab4a72]
|
|
9
|
+
- @procore/hammer-types@0.3.1
|
|
10
|
+
|
|
11
|
+
## 0.5.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- c831dd1: Upgrades package dependencies.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 787e04f: Fixes "Cannot find module 'postcss-modules'" error.
|
|
20
|
+
|
|
21
|
+
## 0.4.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- b5fd3e6: Adjusts API between lib:\* commands and plugins so that they use the correct types for plugin options and CLI options.
|
|
26
|
+
- 825ea36: Converts all node:path imports to OS-neutral pathe imports.
|
|
27
|
+
- f386c32: - added sass support
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [ccdff59]
|
|
32
|
+
- Updated dependencies [b5fd3e6]
|
|
33
|
+
- Updated dependencies [b5fd3e6]
|
|
34
|
+
- Updated dependencies [ae7df8b]
|
|
35
|
+
- @procore/hammer-types@0.3.0
|
|
36
|
+
|
|
37
|
+
## 0.3.1
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [d82dd04]
|
|
42
|
+
- @procore/hammer-types@0.2.0
|
|
43
|
+
|
|
44
|
+
## 0.3.0
|
|
45
|
+
|
|
46
|
+
### Minor Changes
|
|
47
|
+
|
|
48
|
+
- c5d3685: Switches to using @procore/hammer-types TypeScript types.
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- Updated dependencies [c5d3685]
|
|
53
|
+
- @procore/hammer-types@0.1.0
|
|
54
|
+
|
|
55
|
+
## 0.2.0
|
|
56
|
+
|
|
57
|
+
### Minor Changes
|
|
58
|
+
|
|
59
|
+
- 9e9fef7: Upgrades package dependencies.
|
|
60
|
+
|
|
61
|
+
## 0.1.0
|
|
62
|
+
|
|
63
|
+
### Minor Changes
|
|
64
|
+
|
|
65
|
+
- 8fde584: feat: implements initial hammer command, and lib:\* commands.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/hammer-lib-tsup",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Hammer library builder, tsup-style",
|
|
5
5
|
"author": "Procore Technologies, Inc",
|
|
6
6
|
"homepage": "https://github.com/procore/hammer/packages/lib-tsup",
|
|
@@ -42,28 +42,36 @@
|
|
|
42
42
|
"test:ci": "vitest run --coverage",
|
|
43
43
|
"test:watch": "vitest"
|
|
44
44
|
},
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"postcss": "^8.0.0"
|
|
47
|
+
},
|
|
48
|
+
"peerDependenciesMeta": {
|
|
49
|
+
"postcss": {
|
|
50
|
+
"optional": true
|
|
51
|
+
}
|
|
52
|
+
},
|
|
45
53
|
"dependencies": {
|
|
46
|
-
"@procore/hammer-types": "^0.3.
|
|
54
|
+
"@procore/hammer-types": "^0.3.1",
|
|
47
55
|
"cli-highlight": "^2.1.11",
|
|
56
|
+
"esbuild-sass-plugin": "^3.3.0",
|
|
48
57
|
"pathe": "^1.1.2",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
58
|
+
"picocolors": "^1.0.1",
|
|
59
|
+
"postcss-modules": "^6.0.0",
|
|
51
60
|
"tsup": "^8.0.2"
|
|
52
61
|
},
|
|
53
62
|
"devDependencies": {
|
|
54
|
-
"@procore/
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@vitest/coverage-v8": "^1.5.1",
|
|
63
|
+
"@procore/eslint-config": "^15.2.0",
|
|
64
|
+
"@procore/prettier-config": "^1.1.0",
|
|
65
|
+
"@types/node": "^20.12.12",
|
|
66
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
59
67
|
"eslint": "^8.57.0",
|
|
60
68
|
"eslint-define-config": "^2.1.0",
|
|
61
|
-
"lint-staged": "^15.2.
|
|
69
|
+
"lint-staged": "^15.2.4",
|
|
62
70
|
"prettier": "^3.2.5",
|
|
63
|
-
"rimraf": "^5.0.
|
|
71
|
+
"rimraf": "^5.0.7",
|
|
64
72
|
"strip-ansi": "^7.1.0",
|
|
65
73
|
"typescript": "^5.4.5",
|
|
66
|
-
"vitest": "^1.
|
|
74
|
+
"vitest": "^1.6.0",
|
|
67
75
|
"vitest-mock-process": "^1.0.4"
|
|
68
76
|
}
|
|
69
|
-
}
|
|
77
|
+
}
|