@warp-drive-mirror/experiments 0.2.6-alpha.29 → 0.2.6-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 +14 -17
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,30 +1,27 @@
1
1
  <p align="center">
2
2
  <img
3
3
  class="project-logo"
4
- src="./logos/warp-drive-logo-dark.svg#gh-light-mode-only"
4
+ src="./logos/logo-yellow-slab.svg"
5
5
  alt="WarpDrive"
6
- width="200px"
7
- title="WarpDrive" />
8
- <img
9
- class="project-logo"
10
- src="./logos/warp-drive-logo-gold.svg#gh-dark-mode-only"
11
- alt="WarpDrive"
12
- width="200px"
13
- title="WarpDrive" />
6
+ width="180px"
7
+ title="WarpDrive"
8
+ />
14
9
  </p>
15
10
 
16
- <h3 align="center">Experiments that may or may not make it into the project core</h3>
17
- <p align="center">Ideal for Having Fun</p>
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
18
 
19
- > ⚠️ ***Experimental*** ⚠️
19
+ # @warp-drive-mirror/experiments
20
20
 
21
- ## Installation
21
+ > ⚠️ ***Experimental*** ⚠️
22
22
 
23
- Install using your javascript package manager of choice. For instance with [pnpm](https://pnpm.io/)
23
+ <p align="center">Experiments that may or may not make it into the project core, ideal for having fun</p>
24
24
 
25
- ```sh
26
- pnpm add @warp-drive-mirror/experiments
27
- ```
28
25
 
29
26
  ## Current Experiments
30
27
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-drive-mirror/experiments",
3
3
  "description": "Experimental features for WarpDrive",
4
- "version": "0.2.6-alpha.29",
4
+ "version": "0.2.6-alpha.30",
5
5
  "license": "MIT",
6
6
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
7
7
  "repository": {
@@ -44,7 +44,7 @@
44
44
  ],
45
45
  "peerDependencies": {
46
46
  "@sqlite.org/sqlite-wasm": "3.46.0-build2",
47
- "@warp-drive-mirror/core": "5.8.0-alpha.29"
47
+ "@warp-drive-mirror/core": "5.8.0-alpha.30"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "@sqlite.org/sqlite-wasm": {
@@ -59,8 +59,8 @@
59
59
  "@babel/plugin-transform-typescript": "^7.28.0",
60
60
  "@babel/preset-env": "^7.28.3",
61
61
  "@babel/preset-typescript": "^7.27.1",
62
- "@warp-drive/internal-config": "5.8.0-alpha.29",
63
- "@warp-drive-mirror/core": "5.8.0-alpha.29",
62
+ "@warp-drive/internal-config": "5.8.0-alpha.30",
63
+ "@warp-drive-mirror/core": "5.8.0-alpha.30",
64
64
  "@sqlite.org/sqlite-wasm": "3.46.0-build2",
65
65
  "typescript": "^5.9.2",
66
66
  "vite": "^7.1.3"