@warp-drive-mirror/tc39-proposal-signals 5.8.0-alpha.29 → 5.8.0-alpha.30

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.
Files changed (2) hide show
  1. package/README.md +106 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,106 @@
1
+ <p align="center">
2
+ <img
3
+ class="project-logo"
4
+ src="./logos/logo-yellow-slab.svg"
5
+ alt="WarpDrive"
6
+ width="180px"
7
+ title="WarpDrive"
8
+ />
9
+ </p>
10
+
11
+ ![NPM Stable Version](https://img.shields.io/npm/v/ember-data/latest?label=version&style=flat&color=fdb155)
12
+ ![NPM Downloads](https://img.shields.io/npm/dm/ember-data.svg?style=flat&color=fdb155)
13
+ ![License](https://img.shields.io/github/license/warp-drive-data/warp-drive.svg?style=flat&color=fdb155)
14
+ [![EmberJS Discord Community Server](https://img.shields.io/badge/EmberJS-grey?logo=discord&logoColor=fdb155)](https://discord.gg/zT3asNS
15
+ )
16
+ [![WarpDrive Discord Server](https://img.shields.io/badge/WarpDrive-grey?logo=discord&logoColor=fdb155)](https://discord.gg/PHBbnWJx5S
17
+ )
18
+
19
+ <h3 align="center">Signals Integration for using <em>Warp</em><strong>Drive</strong> with 🚦 <strong style="color: orange">TC39 Proposal Signals</strong></h3>
20
+
21
+ ***Warp*Drive** makes it easy to build scalable, fast, feature
22
+ rich applications &mdash; letting you ship better experiences more quickly without re-architecting your app or API. ***Warp*Drive** is:
23
+
24
+ - 🌌 Seamless Reactivity in any Framework
25
+ - ⚡️ Committed to Best-In-Class Performance
26
+ - 💚 Typed
27
+ - ⚛️ Works with any API
28
+ - 🌲 Focused on being as tiny as possible
29
+ - 🚀 SSR Ready
30
+ - 🐹 Built with ♥️ by [Ember](https://emberjs.com)
31
+
32
+ <br>
33
+ <br>
34
+
35
+ **Get Started* → [Guides](https://warp-drive.io/guides/)
36
+
37
+ <br>
38
+
39
+ ---
40
+
41
+ <br>
42
+
43
+ # @warp-drive-mirror/tc39-proposal-signals
44
+
45
+ ---
46
+
47
+
48
+ ### ♥️ Credits
49
+
50
+ <details>
51
+ <summary>Brought to you with ♥️ love by <a href="https://emberjs.com" title="EmberJS">🐹 Ember</a></summary>
52
+
53
+ <style type="text/css">
54
+ img.project-logo {
55
+ padding: 0 5em 1em 5em;
56
+ width: 100px;
57
+ border-bottom: 2px solid #bbb;
58
+ margin: 0 auto;
59
+ display: block;
60
+ }
61
+ details > summary {
62
+ font-size: 1.1rem;
63
+ line-height: 1rem;
64
+ margin-bottom: 1rem;
65
+ }
66
+ details {
67
+ font-size: 1rem;
68
+ }
69
+ details > summary strong {
70
+ display: inline-block;
71
+ padding: .2rem 0;
72
+ color: #000;
73
+ border-bottom: 3px solid #bbb;
74
+ }
75
+
76
+ details > details {
77
+ margin-left: 2rem;
78
+ }
79
+ details > details > summary {
80
+ font-size: 1rem;
81
+ line-height: 1rem;
82
+ margin-bottom: 1rem;
83
+ }
84
+ details > details > summary strong {
85
+ display: inline-block;
86
+ padding: .2rem 0;
87
+ color: #555;
88
+ border-bottom: 2px solid #555;
89
+ }
90
+ details > details {
91
+ font-size: .85rem;
92
+ }
93
+
94
+ @media (prefers-color-scheme: dark) {
95
+ details > summary strong {
96
+ color: #fff;
97
+ }
98
+ }
99
+ @media (prefers-color-scheme: dark) {
100
+ details > details > summary strong {
101
+ color: #afaba0;
102
+ border-bottom: 2px solid #afaba0;
103
+ }
104
+ }
105
+ </style>
106
+ </details>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/tc39-proposal-signals",
3
3
  "description": "Data bindings and utilities for the prototype TC39 Signals implementation",
4
- "version": "5.8.0-alpha.29",
4
+ "version": "5.8.0-alpha.30",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "peerDependencies": {},
30
30
  "dependencies": {
31
31
  "signal-polyfill": "0.2.2",
32
- "@warp-drive-mirror/core": "5.8.0-alpha.29"
32
+ "@warp-drive-mirror/core": "5.8.0-alpha.30"
33
33
  },
34
34
  "peerDependenciesMeta": {},
35
35
  "devDependencies": {
@@ -38,8 +38,8 @@
38
38
  "@babel/preset-env": "^7.28.3",
39
39
  "@babel/preset-typescript": "^7.27.1",
40
40
  "@babel/runtime": "^7.28.3",
41
- "@warp-drive/internal-config": "5.8.0-alpha.29",
42
- "@warp-drive-mirror/core": "5.8.0-alpha.29",
41
+ "@warp-drive/internal-config": "5.8.0-alpha.30",
42
+ "@warp-drive-mirror/core": "5.8.0-alpha.30",
43
43
  "rollup": "^4.48.0",
44
44
  "typescript": "^5.9.2",
45
45
  "vite": "^7.1.3"