create-beignet 0.0.37 → 0.0.39
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/CHANGELOG.md +21 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# create-beignet
|
|
2
2
|
|
|
3
|
+
## 0.0.39
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [aaa4c7a]
|
|
8
|
+
- Updated dependencies [aeb844f]
|
|
9
|
+
- Updated dependencies [2009e12]
|
|
10
|
+
- @beignet/cli@0.0.39
|
|
11
|
+
|
|
12
|
+
## 0.0.38
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 6bd52fc: Rename the canonical runtime port wiring file, value, and CLI config path to `infra/port-wiring.ts`, `initialPorts`, and `paths.portWiring`.
|
|
17
|
+
- 7b918c4: Standardize bounded terminal-only runtime error reporting, structured Sentry metadata redaction, and isolated reporting across HTTP, jobs, schedules, tasks, listeners, and outbox drains.
|
|
18
|
+
- Updated dependencies [1081ac6]
|
|
19
|
+
- Updated dependencies [d23b0b3]
|
|
20
|
+
- Updated dependencies [6bd52fc]
|
|
21
|
+
- Updated dependencies [7b918c4]
|
|
22
|
+
- @beignet/cli@0.0.38
|
|
23
|
+
|
|
3
24
|
## 0.0.37
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-beignet",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Create a new Beignet app with one command.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"node": ">=18.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@beignet/cli": "^0.0.
|
|
61
|
+
"@beignet/cli": "^0.0.39"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/bun": "^1.3.13",
|