Skip to content

Commit e0f4a6f

Browse files
authored
fix: moved to '@swc-node/register' package (#35)
* fix: moved to '@swc-node/register' package * chore: updated peer dependencies * 0.1.0 * chore: bumped version * chore: added 'version:all' script * fix: typescript version resolution. @swc/register references
1 parent fa5811d commit e0f4a6f

File tree

27 files changed

+369
-172
lines changed

27 files changed

+369
-172
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mzinga-monorepo",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"private": true,
55
"workspaces:": [
66
"packages/*"
@@ -39,9 +39,9 @@
3939
"@aws-sdk/client-s3": "^3.888.0",
4040
"@mzinga/eslint-config": "workspace:*",
4141
"@playwright/test": "1.50.0",
42+
"@swc-node/register": "^1.11.1",
4243
"@swc/cli": "0.1.65",
4344
"@swc/jest": "0.2.29",
44-
"@swc/register": "0.1.10",
4545
"@testing-library/jest-dom": "5.17.0",
4646
"@testing-library/react": "13.4.0",
4747
"@types/concat-stream": "^2.0.1",
@@ -151,5 +151,8 @@
151151
"dependencies": {
152152
"@sentry/react": "^7.77.0",
153153
"ajv": "8.14.0"
154+
},
155+
"resolutions": {
156+
"typescript": "5.2.2"
154157
}
155-
}
158+
}

packages/bundler-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/bundler-vite",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "The officially supported Vite bundler adapter for MZinga",
55
"repository": {
66
"type": "git",

packages/bundler-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/bundler-webpack",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "The officially supported Webpack bundler adapter for MZinga",
55
"repository": {
66
"type": "git",
@@ -69,7 +69,7 @@
6969
"css-minimizer-webpack-plugin/**/ajv": "8.14.0"
7070
},
7171
"peerDependencies": {
72-
"mzinga": "0.0.6",
72+
"mzinga": "^0.1.0",
7373
"ajv": "8.14.0"
7474
},
7575
"overrides": {

packages/create-mzinga-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mzinga-app",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"homepage": "https://mzinga.io",
66
"bin": {

packages/db-mongodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/db-mongodb",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "The officially supported MongoDB database adapter for MZinga",
55
"repository": {
66
"type": "git",
@@ -43,7 +43,7 @@
4343
"mzinga": "workspace:*"
4444
},
4545
"peerDependencies": {
46-
"mzinga": "0.0.6"
46+
"mzinga": "0.0.8"
4747
},
4848
"publishConfig": {
4949
"main": "./dist/index.js",

packages/db-postgres/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/db-postgres",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "The officially supported Postgres database adapter for MZinga",
55
"repository": {
66
"type": "git",
@@ -41,7 +41,7 @@
4141
"mzinga": "workspace:*"
4242
},
4343
"peerDependencies": {
44-
"mzinga": "0.0.6"
44+
"mzinga": "0.0.8"
4545
},
4646
"publishConfig": {
4747
"main": "./dist/index.js",

packages/eslint-config-payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/eslint-config",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "MZinga styles for ESLint and Prettier",
55
"license": "MIT",
66
"homepage": "https://mzinga.io",

packages/live-preview-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/live-preview-react",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "The official live preview React SDK for MZinga",
55
"repository": {
66
"type": "git",

packages/live-preview-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/live-preview-vue",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "The official live preview Vue SDK for MZinga",
55
"repository": {
66
"type": "git",

packages/live-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/live-preview",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "The official live preview JavaScript SDK for MZinga",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)