@servicetitan/hammer-token 1.1.0 → 1.1.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @servicetitan/hammer-token@1.0.0 build /home/runner/work/hammer/hammer/packages/hammer-token
2
+ > @servicetitan/hammer-token@1.1.1 build /home/runner/work/hammer/hammer/packages/hammer-token
3
3
  > node ./config.js
4
4
 
5
5
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @servicetitan/hammer-token@1.0.0 lint /home/runner/work/hammer/hammer/packages/hammer-token
2
+ > @servicetitan/hammer-token@1.1.1 lint /home/runner/work/hammer/hammer/packages/hammer-token
3
3
  > eslint
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v1.1.2 (Mon Jul 15 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - ANV-1264: Docs Icons page [#509](https://github.com/servicetitan/hammer/pull/509) ([@rgdelato](https://github.com/rgdelato))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
10
+
11
+ ---
12
+
13
+ # v1.1.1 (Thu Jul 11 2024)
14
+
15
+ #### 📝 Dependencies
16
+
17
+ - ANV-1529: Add `commander` to `optionalDependencies` in `hammer-token` [#556](https://github.com/servicetitan/hammer/pull/556) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n) [@rgdelato](https://github.com/rgdelato))
18
+
19
+ #### Authors: 2
20
+
21
+ - Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
22
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
23
+
24
+ ---
25
+
1
26
  # v1.1.0 (Wed Jul 10 2024)
2
27
 
3
28
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/hammer-token",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
5
  "main": "build/web/index.js",
6
6
  "types": "build/web/index.d.ts",
@@ -14,10 +14,12 @@
14
14
  "lint": "eslint",
15
15
  "nuke": "pnpm clean && rimraf node_modules"
16
16
  },
17
+ "optionalDependencies": {
18
+ "commander": "^12.1.0"
19
+ },
17
20
  "devDependencies": {
18
- "commander": "^12.1.0",
19
21
  "fs-extra": "^11.2.0",
20
- "style-dictionary": "latest"
22
+ "style-dictionary": "^3"
21
23
  },
22
- "gitHead": "11063d97f6dca7b40b85232150623700177c04d9"
24
+ "gitHead": "b31c73df2a1f9fc0a5e0d8ee63f1a95ee115bbbb"
23
25
  }