@servicetitan/restrict-imports 21.7.2 → 21.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # v20.0.1 (Thu Jan 13 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Restrict imports: commonjs transpiling [#1251](https://github.com/servicetitan/uikit/pull/1251) ([@xarety](https://github.com/xarety))
6
+
7
+ #### Authors: 1
8
+
9
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
10
+
11
+ ---
12
+
13
+ # v19.1.0 (Wed Dec 08 2021)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Restrict imports: migrate to globs [#1094](https://github.com/servicetitan/uikit/pull/1094) ([@xarety](https://github.com/xarety))
18
+
19
+ #### Authors: 1
20
+
21
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/restrict-imports",
3
- "version": "21.7.2",
3
+ "version": "21.9.0",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,5 +19,5 @@
19
19
  "cli": {
20
20
  "webpack": false
21
21
  },
22
- "gitHead": "43641d5d1078ccb4b353c743c8e34666ba5a6ca5"
22
+ "gitHead": "e30223af73b7d021ec6c70c4b665f25b2021114b"
23
23
  }