Skip to content

Commit

Permalink
chore: sync and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig committed Mar 6, 2024
1 parent c2dfcb1 commit a4f458f
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"license": "MIT",
"scripts": {
"lint": "nx run-many --parallel=4 --target=lint",
Expand Down
4 changes: 2 additions & 2 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@statsig/client-core",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/client-core/src/StatsigMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const SDK_VERSION = '0.0.1-beta.2';
const SDK_VERSION = '0.0.1-beta.3';

export type StatsigMetadata = {
readonly [key: string]: string | undefined;
Expand Down
4 changes: 2 additions & 2 deletions packages/client-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statsig/client-extensions",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {
"@statsig/client-core": "*",
"@statsig/precomputed-evaluations": "*",
Expand All @@ -9,4 +9,4 @@
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/expo-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statsig/expo-bindings",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {
"@statsig/client-core": "*",
"@statsig/react-bindings": "*"
Expand All @@ -14,4 +14,4 @@
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/on-device-evaluations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statsig/on-device-evaluations",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {
"@statsig/client-core": "*",
"@statsig/sha256": "*"
Expand All @@ -9,4 +9,4 @@
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/precomputed-evaluations/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@statsig/precomputed-evaluations",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {
"@statsig/client-core": "*"
},
"jsdelivr": "./build/precomputed-evaluations.min.js",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/react-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statsig/react-bindings",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {
"@statsig/client-core": "*"
},
Expand All @@ -10,4 +10,4 @@
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/react-native-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statsig/react-native-bindings",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {
"@statsig/client-core": "*",
"@statsig/react-bindings": "*"
Expand All @@ -13,4 +13,4 @@
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/sha256/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@statsig/sha256",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {},
"devDependencies": {
"js-sha256": "0.10.1"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "statsig-test-helpers",
"version": "0.0.1-beta.2",
"version": "0.0.1-beta.3",
"dependencies": {
"@statsig/client-core": "*",
"@jest/globals": "29.7.0"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
}

0 comments on commit a4f458f

Please sign in to comment.