@pulse-compute/pulse 1.0.0-beta.2 → 1.0.0-beta.3

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,9 +7,9 @@
7
7
  > **Supported entry points:** `@pulse-compute/pulse`, `@pulse-compute/pulse/schema`<br>
8
8
  > **Stability:** Supported conventional application, project-configuration, and schema-authoring contract.<br>
9
9
  > **npm:** [`@pulse-compute/pulse`](https://www.npmjs.com/package/@pulse-compute/pulse)<br>
10
- > **Canonical documentation:** [Package guide](https://pulsecompute.io/v1.0.0-beta.2/packages/pulse/)
10
+ > **Canonical documentation:** [Package guide](https://pulsecompute.io/v1.0.0-beta.3/packages/pulse/)
11
11
  >
12
- > This release-status block is generated from the synchronized `Pulse 1.0.0-beta.2` package policy.
12
+ > This release-status block is generated from the synchronized `Pulse 1.0.0-beta.3` package policy.
13
13
  <!-- pulse-package-status:end -->
14
14
 
15
15
  This package owns the project-aware authoring layer above the low-level
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulse-compute/pulse",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.3",
4
4
  "license": "Apache-2.0",
5
5
  "engines": {
6
6
  "node": "^22.14.0 || ^24.0.0"
@@ -28,8 +28,8 @@
28
28
  "NOTICE"
29
29
  ],
30
30
  "dependencies": {
31
- "@pulse-compute/runtime": "1.0.0-beta.2",
32
- "@pulse-compute/wasm-contracts": "1.0.0-beta.2"
31
+ "@pulse-compute/runtime": "1.0.0-beta.3",
32
+ "@pulse-compute/wasm-contracts": "1.0.0-beta.3"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "url": "git+https://github.com/pulse-compute/pulse.git",
40
40
  "directory": "packages/pulse"
41
41
  },
42
- "homepage": "https://pulsecompute.io/v1.0.0-beta.2/packages/pulse/",
42
+ "homepage": "https://pulsecompute.io/v1.0.0-beta.3/packages/pulse/",
43
43
  "bugs": {
44
44
  "url": "https://github.com/pulse-compute/pulse/issues"
45
45
  }