@stacksjs/realtime 0.65.0 → 0.67.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.
package/dist/index.js CHANGED
@@ -1,5 +1,2 @@
1
1
  // @bun
2
2
  var e=1;export{e as realtimeWip};
3
-
4
- //# debugId=872747969273759A64756E2164756E21
5
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/realtime",
3
3
  "type": "module",
4
- "version": "0.65.0",
4
+ "version": "0.67.0",
5
5
  "description": "The Stacks realtime integration.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": ["Chris Breuer <chris@stacksjs.org>"],
@@ -19,23 +19,21 @@
19
19
  "keywords": ["realtime", "broadcasting", "pusher", "stacks"],
20
20
  "exports": {
21
21
  ".": {
22
- "bun": "./src/index.ts",
23
22
  "import": "./dist/index.js"
24
23
  },
25
24
  "./*": {
26
- "bun": "./src/*",
27
25
  "import": "./dist/*"
28
26
  }
29
27
  },
30
28
  "module": "dist/index.js",
31
29
  "types": "dist/index.d.ts",
32
- "files": ["README.md", "dist", "src"],
30
+ "files": ["README.md", "dist"],
33
31
  "scripts": {
34
32
  "build": "bun build.ts",
35
33
  "typecheck": "bun tsc --noEmit",
36
34
  "prepublishOnly": "bun run build"
37
35
  },
38
36
  "devDependencies": {
39
- "@stacksjs/development": "0.64.6"
37
+ "@stacksjs/development": "0.67.0"
40
38
  }
41
39
  }
package/dist/index.js.map DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../src/drivers/index.ts"],
4
- "sourcesContent": [
5
- "export const realtimeWip = 1\n"
6
- ],
7
- "mappings": ";AAAO,IAAM,EAAc",
8
- "debugId": "872747969273759A64756E2164756E21",
9
- "names": []
10
- }
@@ -1 +0,0 @@
1
- export const realtimeWip = 1
package/src/index.ts DELETED
@@ -1 +0,0 @@
1
- export * from './drivers'