Skip to content

Commit 92527b0

Browse files
committed
0.0.0-alpha.1
1 parent c246247 commit 92527b0

File tree

8 files changed

+31
-31
lines changed

8 files changed

+31
-31
lines changed

examples/node-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@timescaledb/example-node-sequelize",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"scripts": {
55
"build": "tsc",
66
"start": "tsx src/index.ts",

examples/node-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@timescaledb/example-node-typeorm",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"scripts": {
55
"build": "tsc",
66
"start": "tsx src/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@timescaledb/monorepo",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"packageManager": "pnpm@9.15.3",
55
"scripts": {
66
"lint": "eslint .",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@timescaledb/core",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"homepage": "https://github.com/timescale/timescaledb-ts",

packages/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@timescaledb/schemas",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"homepage": "https://github.com/timescale/timescaledb-ts",

packages/typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@timescaledb/typeorm",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"homepage": "https://github.com/timescale/timescaledb-ts",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@timescaledb/utils",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.0-alpha.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"homepage": "https://github.com/timescale/timescaledb-ts",

pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)