classicy 0.5.8 → 0.5.10

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.
@@ -26,6 +26,17 @@
26
26
  * MIT License
27
27
  */
28
28
 
29
+ /**
30
+ * react-table
31
+ *
32
+ * Copyright (c) TanStack
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE.md file in the root directory of this source tree.
36
+ *
37
+ * @license MIT
38
+ */
39
+
29
40
  /**
30
41
  * @license React
31
42
  * react-dom.production.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classicy",
3
- "version": "0.5.8",
3
+ "version": "0.5.10",
4
4
  "description": "A UI framework in React, replicating the user interface of Classic MacOS 8 (called Platinum).",
5
5
  "exports": {
6
6
  ".": {
@@ -9,7 +9,7 @@
9
9
  }
10
10
  },
11
11
  "imports": {
12
- "#/*": "./*"
12
+ "@/*": "./*"
13
13
  },
14
14
  "keywords": [
15
15
  "react",