Skip to content

Commit

Permalink
v0.57.0-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cray0000 committed May 25, 2024
1 parent 37c3014 commit 72bd0e0
Show file tree
Hide file tree
Showing 64 changed files with 243 additions and 203 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.57.0-canary.0](https://github.com/startupjs/startupjs/compare/v0.56.0-alpha.69...v0.57.0-canary.0) (2024-05-25)


### Features

* **teamplay:** pure ORM implementation of signals for local data + ShareDB ([#1212](https://github.com/startupjs/startupjs/issues/1212)) ([7d8a0c0](https://github.com/startupjs/startupjs/commit/7d8a0c024b8f5edc687eb20ebae0ba8b05832e71))



# [0.56.0-alpha.69](https://github.com/startupjs/startupjs/compare/v0.56.0-alpha.68...v0.56.0-alpha.69) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-dotenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-dotenv",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-eliminator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-eliminator",
"version": "0.56.0-alpha.53",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-i18n-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-i18n-extract",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"description": "Extract translation keys",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-import-to-react-lazy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-import-to-react-lazy",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-react-pug-classnames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-react-pug-classnames",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions core/babel-plugin-rn-stylename-inline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-rn-stylename-inline",
"version": "0.56.0-alpha.69",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -26,8 +26,8 @@
"@babel/parser": "^7.0.0",
"@babel/template": "^7.4.0",
"@babel/types": "^7.0.0",
"@startupjs/babel-plugin-rn-stylename-to-style": "^0.56.0-alpha.34",
"@startupjs/bundler": "^0.56.0-alpha.69"
"@startupjs/babel-plugin-rn-stylename-to-style": "^0.57.0-canary.0",
"@startupjs/bundler": "^0.57.0-canary.0"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-rn-stylename-to-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-rn-stylename-to-style",
"version": "0.56.0-alpha.34",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-startupjs-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-startupjs-debug",
"version": "0.56.0-alpha.1",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-startupjs-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-startupjs-plugins",
"version": "0.56.0-alpha.40",
"version": "0.57.0-canary.0",
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-startupjs-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-startupjs-utils",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-startupjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-startupjs",
"version": "0.56.0-alpha.2",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/babel-plugin-ts-interface-to-json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/babel-plugin-ts-interface-to-json-schema",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"publishConfig": {
"access": "public"
},
Expand Down
22 changes: 11 additions & 11 deletions core/babel-preset-startupjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-startupjs",
"version": "0.56.0-alpha.69",
"version": "0.57.0-canary.0",
"description": "Babel preset for compiling StartupJS app on server, web, native",
"main": "index.js",
"exports": {
Expand Down Expand Up @@ -32,18 +32,18 @@
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/plugin-transform-typescript": "^7.5.0",
"@babel/runtime": "^7.9.0",
"@startupjs/babel-plugin-dotenv": "^0.56.0-alpha.0",
"@startupjs/babel-plugin-i18n-extract": "^0.56.0-alpha.0",
"@startupjs/babel-plugin-import-to-react-lazy": "^0.56.0-alpha.0",
"@startupjs/babel-plugin-dotenv": "^0.57.0-canary.0",
"@startupjs/babel-plugin-i18n-extract": "^0.57.0-canary.0",
"@startupjs/babel-plugin-import-to-react-lazy": "^0.57.0-canary.0",
"@startupjs/babel-plugin-react-css-modules": "^6.5.4-1",
"@startupjs/babel-plugin-react-pug-classnames": "^0.56.0-alpha.0",
"@startupjs/babel-plugin-rn-stylename-inline": "^0.56.0-alpha.69",
"@startupjs/babel-plugin-rn-stylename-to-style": "^0.56.0-alpha.34",
"@startupjs/babel-plugin-startupjs": "^0.56.0-alpha.2",
"@startupjs/babel-plugin-startupjs-debug": "^0.56.0-alpha.1",
"@startupjs/babel-plugin-startupjs-utils": "^0.56.0-alpha.0",
"@startupjs/babel-plugin-react-pug-classnames": "^0.57.0-canary.0",
"@startupjs/babel-plugin-rn-stylename-inline": "^0.57.0-canary.0",
"@startupjs/babel-plugin-rn-stylename-to-style": "^0.57.0-canary.0",
"@startupjs/babel-plugin-startupjs": "^0.57.0-canary.0",
"@startupjs/babel-plugin-startupjs-debug": "^0.57.0-canary.0",
"@startupjs/babel-plugin-startupjs-utils": "^0.57.0-canary.0",
"@startupjs/babel-plugin-transform-react-pug": "^7.0.1-0",
"@startupjs/bundler": "^0.56.0-alpha.69",
"@startupjs/bundler": "^0.57.0-canary.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-react-native-platform-specific-extensions": "^1.1.1",
"babel-plugin-react-native-web-pass-classname": "^0.2.1",
Expand Down
14 changes: 7 additions & 7 deletions core/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/backend",
"version": "0.56.0-alpha.64",
"version": "0.57.0-canary.0",
"description": "Create new ShareDB backend instance",
"type": "module",
"main": "index.js",
Expand All @@ -9,12 +9,12 @@
"access": "public"
},
"dependencies": {
"@startupjs/registry": "^0.56.0-alpha.47",
"@startupjs/schema": "^0.56.0-alpha.50",
"@startupjs/server-aggregate": "^0.56.0-alpha.53",
"@startupjs/sharedb-access": "^0.56.0-alpha.0",
"@startupjs/sharedb-schema": "^0.56.0-alpha.0",
"@startupjs/utils": "^0.56.0-alpha.64",
"@startupjs/registry": "^0.57.0-canary.0",
"@startupjs/schema": "^0.57.0-canary.0",
"@startupjs/server-aggregate": "^0.57.0-canary.0",
"@startupjs/sharedb-access": "^0.57.0-canary.0",
"@startupjs/sharedb-schema": "^0.57.0-canary.0",
"@startupjs/utils": "^0.57.0-canary.0",
"ioredis": "^5.3.2",
"ioredis-mock": "^8.9.0",
"mongodb": "^6.0.0",
Expand Down
12 changes: 6 additions & 6 deletions core/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/bundler",
"version": "0.56.0-alpha.69",
"version": "0.57.0-canary.0",
"description": "Opinionated scripts and configs to develop a react-native-web project",
"main": "index.js",
"publishConfig": {
Expand All @@ -21,22 +21,22 @@
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@startupjs/babel-plugin-eliminator": "^0.56.0-alpha.53",
"@startupjs/babel-plugin-eliminator": "^0.57.0-canary.0",
"@startupjs/babel-plugin-react-css-modules": "^6.5.4-1",
"@startupjs/babel-plugin-react-pug-classnames": "^0.56.0-alpha.0",
"@startupjs/babel-plugin-startupjs-plugins": "^0.56.0-alpha.40",
"@startupjs/babel-plugin-react-pug-classnames": "^0.57.0-canary.0",
"@startupjs/babel-plugin-startupjs-plugins": "^0.57.0-canary.0",
"@startupjs/babel-plugin-transform-react-pug": "^7.0.1-0",
"@startupjs/css-to-react-native-transform": "^1.9.0-2",
"@startupjs/plugin": "^0.56.0-alpha.0",
"@startupjs/server": "^0.56.0-alpha.69",
"@startupjs/server": "^0.57.0-canary.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"assets-webpack-plugin": "^7.1.1",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"babel-preset-startupjs": "^0.56.0-alpha.69",
"babel-preset-startupjs": "^0.57.0-canary.0",
"connect": "^3.7.0",
"css-loader": "^6.5.0",
"css-minimizer-webpack-plugin": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/cli",
"version": "0.56.0-alpha.65",
"version": "0.57.0-canary.0",
"description": "The command-line tool for StartupJS apps.",
"type": "module",
"main": "index.js",
Expand All @@ -9,11 +9,11 @@
"access": "public"
},
"dependencies": {
"@startupjs/patches": "^0.56.0-alpha.13",
"@startupjs/pm": "^0.56.0-alpha.0",
"@startupjs/patches": "^0.57.0-canary.0",
"@startupjs/pm": "^0.57.0-canary.0",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"create-startupjs": "^0.56.0-alpha.65",
"create-startupjs": "^0.57.0-canary.0",
"execa": "^8.0.1"
}
}
2 changes: 1 addition & 1 deletion core/create-startupjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-startupjs",
"version": "0.56.0-alpha.65",
"version": "0.57.0-canary.0",
"description": "Bootstrap a new StartupJS application.",
"type": "module",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions core/eslint-config-startupjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-startupjs",
"version": "0.56.0-alpha.29",
"version": "0.57.0-canary.0",
"description": "ESLint config for StartupJS projects",
"main": "index.js",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-startupjs": "^0.56.0-alpha.29"
"eslint-plugin-startupjs": "^0.57.0-canary.0"
},
"peerDependencies": {
"eslint": "*",
Expand Down
2 changes: 1 addition & 1 deletion core/eslint-plugin-startupjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-startupjs",
"version": "0.56.0-alpha.29",
"version": "0.57.0-canary.0",
"description": "ESLint plugin for StartupJS projects",
"main": "index.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions core/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@startupjs/hooks",
"type": "module",
"version": "0.56.0-alpha.64",
"version": "0.57.0-canary.0",
"engines": {
"node": ">= 14"
},
Expand All @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@startupjs/utils": "^0.56.0-alpha.64",
"@startupjs/utils": "^0.57.0-canary.0",
"lodash": "^4.17.20"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/isomorphic-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@startupjs/isomorphic-helpers",
"type": "module",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"description": "Helpers which can be used isomorphically on client and server",
"main": "lib/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion core/patches/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/patches",
"version": "0.56.0-alpha.13",
"version": "0.57.0-canary.0",
"type": "module",
"description": "Patches for libraries used by StartupJS",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion core/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/registry",
"version": "0.56.0-alpha.47",
"version": "0.57.0-canary.0",
"type": "module",
"engines": {
"node": ">= 14"
Expand Down
4 changes: 2 additions & 2 deletions core/router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@startupjs/router",
"type": "module",
"version": "0.56.0-alpha.64",
"version": "0.57.0-canary.0",
"description": "Define programmatic routes using react-router. Compatible with expo-router",
"main": "index.js",
"exports": {
Expand All @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@startupjs/utils": "^0.56.0-alpha.64",
"@startupjs/utils": "^0.57.0-canary.0",
"react-router": "^6.22.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions core/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@startupjs/schema",
"type": "module",
"version": "0.56.0-alpha.50",
"version": "0.57.0-canary.0",
"description": "Utils to work with json-schema",
"main": "index.js",
"exports": {
Expand All @@ -11,7 +11,7 @@
}
},
"dependencies": {
"@startupjs/registry": "^0.56.0-alpha.0",
"@startupjs/registry": "^0.57.0-canary.0",
"ajv": "^8.12.0",
"lodash": "^4.17.20"
},
Expand Down
2 changes: 1 addition & 1 deletion core/server-aggregate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/server-aggregate",
"version": "0.56.0-alpha.53",
"version": "0.57.0-canary.0",
"description": "ShareDB middleware to allow defining aggregations only on the server",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions core/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"description": "Express.js with plugged in ShareDB",
"version": "0.56.0-alpha.69",
"version": "0.57.0-canary.0",
"type": "module",
"main": "index.js",
"exports": {
Expand All @@ -14,9 +14,9 @@
"./plugins/clientSession.plugin": "./plugins/clientSession.plugin.js"
},
"dependencies": {
"@startupjs/backend": "^0.56.0-alpha.64",
"@startupjs/backend": "^0.57.0-canary.0",
"@startupjs/init": "^0.56.0-alpha.69",
"@startupjs/registry": "^0.56.0-alpha.47",
"@startupjs/registry": "^0.57.0-canary.0",
"body-parser": "1.20.0",
"compression": "^1.6.0",
"connect-mongo": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion core/sharedb-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/sharedb-access",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"description": "ShareDB access-control middleware",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion core/sharedb-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@startupjs/sharedb-schema",
"version": "0.56.0-alpha.0",
"version": "0.57.0-canary.0",
"description": "ShareDB schema validation middleware",
"type": "module",
"main": "lib/index.js",
Expand Down
Loading

0 comments on commit 72bd0e0

Please sign in to comment.