@cyberskill/shared 1.82.0 → 1.83.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cyberskill/shared",
3
3
  "type": "module",
4
- "version": "1.81.0",
4
+ "version": "1.82.0",
5
5
  "description": "CyberSkill Shared",
6
6
  "author": "Stephen Cheng",
7
7
  "license": "MIT",
@@ -167,7 +167,8 @@
167
167
  },
168
168
  "files": [
169
169
  "dist",
170
- "public"
170
+ "public",
171
+ "tsconfig.base.json"
171
172
  ],
172
173
  "scripts": {
173
174
  "build": "tsup",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cyberskill/shared",
3
3
  "type": "module",
4
- "version": "1.82.0",
4
+ "version": "1.83.0",
5
5
  "description": "CyberSkill Shared",
6
6
  "author": "Stephen Cheng",
7
7
  "license": "MIT",
@@ -167,7 +167,8 @@
167
167
  },
168
168
  "files": [
169
169
  "dist",
170
- "public"
170
+ "public",
171
+ "tsconfig.base.json"
171
172
  ],
172
173
  "scripts": {
173
174
  "build": "tsup",
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};