@sanctumterra/raknet 1.0.14 → 1.0.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanctumterra/raknet",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "emitDeclarationOnly": true,
package/.swcrc DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "jsc": {
3
- "parser": {
4
- "syntax": "typescript",
5
- "tsx": true,
6
- "dynamicImport": true,
7
- "decorators": true
8
- },
9
- "target": "es2021",
10
- "loose": true,
11
- "externalHelpers": true
12
- },
13
- "module": {
14
- "type": "commonjs"
15
- }
16
- }
17
-
@@ -1,11 +0,0 @@
1
- {
2
- "files.exclude": {
3
- "**/.git": true,
4
- "**/.svn": true,
5
- "**/.hg": true,
6
- "**/CVS": true,
7
- "**/.DS_Store": true,
8
- "**/Thumbs.db": true
9
- },
10
- "hide-files.files": []
11
- }
package/bun.lockb DELETED
Binary file
@@ -1,11 +0,0 @@
1
- {
2
- "files.exclude": {
3
- "**/.git": true,
4
- "**/.svn": true,
5
- "**/.hg": true,
6
- "**/CVS": true,
7
- "**/.DS_Store": true,
8
- "**/Thumbs.db": true
9
- },
10
- "hide-files.files": []
11
- }
package/tsconfig.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "declaration": true,
4
- "target": "ES2022",
5
- "strict": true,
6
- "experimentalDecorators": true,
7
- "emitDecoratorMetadata": true,
8
- "moduleResolution": "node",
9
- "outDir": "dist",
10
- "baseUrl": ".",
11
- "skipLibCheck": true,
12
- "forceConsistentCasingInFileNames": true,
13
- "paths": {
14
- "*": ["./*"]
15
- }
16
- },
17
- "exclude": [
18
- "*/node_modules/",
19
- "dist"
20
- ],
21
- "ts-node": {
22
- "swc": true,
23
- "transpileOnly": true
24
- }
25
- }
26
-