Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
publish:
name: Publish Package to NPM
environment: gh-actions-environment
runs-on: ubuntu-latest

permissions:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spine-event-engine/validation-ts-workspace",
"version": "2.0.0-snapshot.2",
"version": "2.0.0-snapshot.3",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spine-event-engine/example-smoke",
"version": "2.0.0-snapshot.2",
"version": "2.0.0-snapshot.3",
"private": true,
"description": "Example project demonstrating @spine-event-engine/validation-ts usage",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/spine-validation-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spine-event-engine/validation-ts",
"version": "2.0.0-snapshot.2",
"version": "2.0.0-snapshot.3",
"description": "TypeScript validation library for Protobuf messages with Spine Validation options",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down