Skip to content

Commit 715b71d

Browse files
authored
fix: peer deps of mzinga (#36)
* fix: peer deps of mzinga * refactor: removed templates as not used and out of sync * fix: swc registration and missing bindings for different archs
1 parent e0f4a6f commit 715b71d

File tree

595 files changed

+2038
-81655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

595 files changed

+2038
-81655
lines changed

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mzinga-monorepo",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"workspaces:": [
66
"packages/*"
@@ -33,7 +33,8 @@
3333
"test:e2e:headed": "cross-env DISABLE_LOGGING=true playwright test --headed",
3434
"test:int:postgres": "cross-env PAYLOAD_DATABASE=postgres DISABLE_LOGGING=true jest --forceExit --detectOpenHandles",
3535
"test:int": "cross-env DISABLE_LOGGING=true jest --forceExit --detectOpenHandles",
36-
"translateNewKeys": "pnpm --filter mzinga run translateNewKeys"
36+
"translateNewKeys": "pnpm --filter mzinga run translateNewKeys",
37+
"version:all": "pnpm --filter \"./packages/**\" version"
3738
},
3839
"devDependencies": {
3940
"@aws-sdk/client-s3": "^3.888.0",
@@ -136,13 +137,20 @@
136137
"prismjs@<1.30.0": "^1.30.0",
137138
"@babel/runtime@<7.26.10": "^7.26.10",
138139
"@babel/helpers@<7.26.10": "^7.26.10"
139-
}
140+
},
141+
"onlyBuiltDependencies": [
142+
"@swc/core",
143+
"es5-ext",
144+
"esbuild",
145+
"mongodb-memory-server",
146+
"sharp"
147+
]
140148
},
141149
"engines": {
142150
"node": ">=14",
143151
"pnpm": ">=9.7.0"
144152
},
145-
"packageManager": "pnpm@9.7.0",
153+
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
146154
"lint-staged": {
147155
"*.{js,jsx,ts,tsx}": [
148156
"prettier --write"
@@ -155,4 +163,4 @@
155163
"resolutions": {
156164
"typescript": "5.2.2"
157165
}
158-
}
166+
}

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.1.0",
3+
"version": "0.1.1",
44
"description": "The officially supported Vite bundler adapter for MZinga",
55
"repository": {
66
"type": "git",

packages/bundler-webpack/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-webpack",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The officially supported Webpack bundler adapter for MZinga",
55
"repository": {
66
"type": "git",

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.1.0",
3+
"version": "0.1.1",
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.1.0",
3+
"version": "0.1.1",
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.8"
46+
"mzinga": "^0.1.0"
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.1.0",
3+
"version": "0.1.1",
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.8"
44+
"mzinga": "^0.1.0"
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.1.0",
3+
"version": "0.1.1",
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.1.0",
3+
"version": "0.1.1",
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.1.0",
3+
"version": "0.1.1",
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.1.0",
3+
"version": "0.1.1",
44
"description": "The official live preview JavaScript SDK for MZinga",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)