1
0
mirror of synced 2026-02-05 15:00:09 -05:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Brandon Bayer
b1ef45bf28 2.0.0-alpha.2 - fix generator npm package dist 2022-04-14 20:44:45 -04:00
15 changed files with 131 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
---
"@blitzjs/generator": patch
---
fix generator npm package dist

View File

@@ -14,5 +14,5 @@
"@blitzjs/generator": "2.0.0-alpha.0",
"template": "0.0.0"
},
"changesets": ["ninety-pets-heal"]
"changesets": ["ninety-pets-heal", "poor-peas-lick"]
}

View File

@@ -1,5 +1,11 @@
# @blitzjs/auth
## 2.0.0-alpha.2
### Patch Changes
- blitz@2.0.0-alpha.2
## 2.0.0-alpha.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/auth",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"scripts": {
"build": "unbuild",
"predev": "wait-on -d 250 ../blitz/dist/index-server.d.ts",

View File

@@ -1,5 +1,11 @@
# @blitzjs/next
## 2.0.0-alpha.2
### Patch Changes
- @blitzjs/rpc@2.0.0-alpha.2
## 2.0.0-alpha.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/next",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"scripts": {
"build": "unbuild",
"dev": "pnpm predev && pnpm watch unbuild src --wait=0.2",
@@ -20,7 +20,7 @@
"dist/**"
],
"dependencies": {
"@blitzjs/rpc": "2.0.0-alpha.1",
"@blitzjs/rpc": "2.0.0-alpha.2",
"debug": "4.3.3",
"fs-extra": "10.0.1",
"react-query": "3.21.1"

View File

@@ -1,5 +1,12 @@
# @blitzjs/rpc
## 2.0.0-alpha.2
### Patch Changes
- blitz@2.0.0-alpha.2
- @blitzjs/auth@2.0.0-alpha.2
## 2.0.0-alpha.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/rpc",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"scripts": {
"build": "unbuild",
"predev": "wait-on -d 250 ../blitz/dist/index-server.d.ts && wait-on -d 250 ../blitz-auth/dist/index-browser.d.ts",
@@ -20,7 +20,7 @@
"dist/**"
],
"dependencies": {
"@blitzjs/auth": "2.0.0-alpha.1",
"@blitzjs/auth": "2.0.0-alpha.2",
"b64-lite": "1.4.0",
"bad-behavior": "1.0.1",
"chalk": "^4.1.0",
@@ -33,7 +33,7 @@
"@types/debug": "4.1.7",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"blitz": "2.0.0-alpha.1",
"blitz": "2.0.0-alpha.2",
"next": "12.1.1",
"react": "18.0.0",
"react-dom": "18.0.0",
@@ -42,7 +42,7 @@
"watch": "1.0.2"
},
"peerDependencies": {
"blitz": "2.0.0-alpha.1",
"blitz": "2.0.0-alpha.2",
"next": "*"
},
"publishConfig": {

View File

@@ -1,5 +1,12 @@
# blitz
## 2.0.0-alpha.2
### Patch Changes
- Updated dependencies
- @blitzjs/generator@2.0.0-alpha.2
## 2.0.0-alpha.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "blitz",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"scripts": {
"build": "unbuild",
"dev": "watch unbuild src --wait=0.2",

View File

@@ -1,3 +1,5 @@
# @blitzjs/config
## 2.0.0-alpha.2
## 2.0.0-alpha.1

View File

@@ -1,7 +1,7 @@
{
"name": "@blitzjs/config",
"private": true,
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.9.1",

View File

@@ -1,5 +1,11 @@
# @blitzjs/generator
## 2.0.0-alpha.2
### Patch Changes
- fix generator npm package dist
## 2.0.0-alpha.1
### Patch Changes

View File

@@ -1,9 +1,10 @@
{
"name": "@blitzjs/generator",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"scripts": {
"build": "unbuild",
"dev": "watch unbuild src --wait=0.2",
"build": "unbuild && pnpm build:templates",
"build:templates": "cpx --clean --include-hidden \"templates/**\" dist/templates",
"lint": "eslint . --fix",
"test": "vitest run -r ./test --allowOnly",
"test-watch": "vitest",
@@ -42,6 +43,7 @@
},
"devDependencies": {
"@blitzjs/config": "workspace:*",
"@juanm04/cpx": "2.0.1",
"@types/babel__core": "7.1.19",
"@types/diff": "5.0.2",
"@types/fs-extra": "9.0.13",

79
pnpm-lock.yaml generated
View File

@@ -458,6 +458,7 @@ importers:
"@babel/preset-env": 7.12.10
"@babel/types": 7.12.10
"@blitzjs/config": workspace:*
"@juanm04/cpx": 2.0.1
"@mrleebo/prisma-ast": 0.2.6
"@types/babel__core": 7.1.19
"@types/diff": 5.0.2
@@ -516,6 +517,7 @@ importers:
vinyl: 2.2.1
devDependencies:
"@blitzjs/config": link:../config
"@juanm04/cpx": 2.0.1
"@types/babel__core": 7.1.19
"@types/diff": 5.0.2
"@types/fs-extra": 9.0.13
@@ -2922,6 +2924,30 @@ packages:
"@jridgewell/sourcemap-codec": 1.4.11
dev: false
/@juanm04/cpx/2.0.1:
resolution:
{
integrity: sha512-OaTjKI3ycQnF0Cb4KvLVycB/O8nki2wUYBstmMWW7ocrkFil+YzYO23C+zY321h4p9YxSXCA1Xeg30vtminh6A==,
}
engines: {node: ">=10"}
hasBin: true
dependencies:
co: 4.6.0
debounce: 1.2.1
debug: 4.3.4
duplexer: 0.1.2
fs-extra: 9.1.0
glob: 7.2.0
glob2base: 0.0.12
minimatch: 3.1.2
resolve: 1.22.0
safe-buffer: 5.2.1
shell-quote: 1.7.3
subarg: 1.0.0
transitivePeerDependencies:
- supports-color
dev: true
/@manypkg/find-root/1.1.0:
resolution:
{
@@ -4729,6 +4755,14 @@ packages:
/asynckit/0.4.0:
resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=}
/at-least-node/1.0.0:
resolution:
{
integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==,
}
engines: {node: ">= 4.0.0"}
dev: true
/atob/2.1.2:
resolution:
{
@@ -5531,7 +5565,6 @@ packages:
/co/4.6.0:
resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=}
engines: {iojs: ">= 1.0.0", node: ">= 0.12.0"}
dev: false
/collect-v8-coverage/1.0.1:
resolution:
@@ -5903,6 +5936,13 @@ packages:
whatwg-url: 10.0.0
dev: false
/debounce/1.2.1:
resolution:
{
integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==,
}
dev: true
/debug/2.6.9:
resolution:
{
@@ -7918,6 +7958,10 @@ packages:
pkg-dir: 3.0.0
dev: false
/find-index/0.1.1:
resolution: {integrity: sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=}
dev: true
/find-up/2.1.0:
resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=}
engines: {node: ">=4"}
@@ -8123,6 +8167,19 @@ packages:
universalify: 0.1.2
dev: false
/fs-extra/9.1.0:
resolution:
{
integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==,
}
engines: {node: ">=10"}
dependencies:
at-least-node: 1.0.0
graceful-fs: 4.2.10
jsonfile: 6.1.0
universalify: 2.0.0
dev: true
/fs.realpath/1.0.0:
resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=}
@@ -8294,6 +8351,13 @@ packages:
once: 1.4.0
path-is-absolute: 1.0.1
/glob2base/0.0.12:
resolution: {integrity: sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=}
engines: {node: ">= 0.10"}
dependencies:
find-index: 0.1.1
dev: true
/globals/11.12.0:
resolution:
{
@@ -13018,6 +13082,13 @@ packages:
}
engines: {node: ">=8"}
/shell-quote/1.7.3:
resolution:
{
integrity: sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==,
}
dev: true
/side-channel/1.0.4:
resolution:
{
@@ -13567,6 +13638,12 @@ packages:
dependencies:
react: 18.0.0
/subarg/1.0.0:
resolution: {integrity: sha1-9izxdYHplrSPyWVpn1TAauJouNI=}
dependencies:
minimist: 1.2.6
dev: true
/superjson/1.8.0:
resolution:
{