@emmanuel-nike/ark-notify-js 0.1.2 → 0.1.4

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": "@emmanuel-nike/ark-notify-js",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "JavaScript SDK for Ark Notify — real-time pub/sub, presence, and platform management",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,34 +9,29 @@
9
9
  "types": "./dist/index.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
- "import": {
13
- "types": "./dist/index.d.ts",
14
- "default": "./dist/index.js"
15
- },
16
- "require": {
17
- "types": "./dist/index.d.cts",
18
- "default": "./dist/index.cjs"
19
- }
12
+ "types": "./dist/index.d.ts",
13
+ "import": "./dist/index.js",
14
+ "require": "./dist/index.cjs",
15
+ "default": "./dist/index.cjs"
20
16
  },
21
17
  "./react": {
22
- "import": {
23
- "types": "./dist/react/index.d.ts",
24
- "default": "./dist/react/index.js"
25
- },
26
- "require": {
27
- "types": "./dist/react/index.d.cts",
28
- "default": "./dist/react/index.cjs"
29
- }
18
+ "types": "./dist/react/index.d.ts",
19
+ "import": "./dist/react/index.js",
20
+ "require": "./dist/react/index.cjs",
21
+ "default": "./dist/react/index.cjs"
30
22
  },
31
23
  "./server": {
32
- "import": {
33
- "types": "./dist/server/index.d.ts",
34
- "default": "./dist/server/index.js"
35
- },
36
- "require": {
37
- "types": "./dist/server/index.d.cts",
38
- "default": "./dist/server/index.cjs"
39
- }
24
+ "types": "./dist/server/index.d.ts",
25
+ "import": "./dist/server/index.js",
26
+ "require": "./dist/server/index.cjs",
27
+ "default": "./dist/server/index.cjs"
28
+ },
29
+ "./package.json": "./package.json"
30
+ },
31
+ "typesVersions": {
32
+ "*": {
33
+ "react": ["./dist/react/index.d.ts"],
34
+ "server": ["./dist/server/index.d.ts"]
40
35
  }
41
36
  },
42
37
  "files": [
@@ -81,48 +76,6 @@
81
76
  "engines": {
82
77
  "node": ">=18"
83
78
  },
84
- "dependencies": {
85
- "acorn": "^8.17.0",
86
- "any-promise": "^1.3.0",
87
- "bundle-require": "^5.1.0",
88
- "cac": "^6.7.14",
89
- "chokidar": "^4.0.3",
90
- "commander": "^4.1.1",
91
- "confbox": "^0.1.8",
92
- "consola": "^3.4.2",
93
- "csstype": "^3.2.3",
94
- "debug": "^4.4.3",
95
- "esbuild": "^0.27.7",
96
- "fdir": "^6.5.0",
97
- "fix-dts-default-cjs-exports": "^1.0.1",
98
- "joycon": "^3.1.1",
99
- "lilconfig": "^3.1.3",
100
- "lines-and-columns": "^1.2.4",
101
- "load-tsconfig": "^0.2.5",
102
- "magic-string": "^0.30.21",
103
- "mlly": "^1.8.2",
104
- "ms": "^2.1.3",
105
- "mz": "^2.7.0",
106
- "object-assign": "^4.1.1",
107
- "pathe": "^2.0.3",
108
- "picocolors": "^1.1.1",
109
- "picomatch": "^4.0.4",
110
- "pirates": "^4.0.7",
111
- "pkg-types": "^1.3.1",
112
- "postcss-load-config": "^6.0.1",
113
- "readdirp": "^4.1.2",
114
- "resolve-from": "^5.0.0",
115
- "rollup": "^4.62.0",
116
- "source-map": "^0.7.6",
117
- "sucrase": "^3.35.1",
118
- "thenify": "^3.3.1",
119
- "thenify-all": "^1.6.0",
120
- "tinyexec": "^0.3.2",
121
- "tinyglobby": "^0.2.17",
122
- "tree-kill": "^1.2.2",
123
- "ts-interface-checker": "^0.1.13",
124
- "ufo": "^1.6.4"
125
- },
126
79
  "author": "Emmanuel Nwankwo",
127
80
  "bugs": {
128
81
  "url": "https://github.com/ark-notify/ark-notify-js/issues"