From 9751bb2ff31a9845ed111b0cc55393d83b13c06b Mon Sep 17 00:00:00 2001 From: David MacPherson Date: Tue, 16 Jul 2024 12:05:36 +1000 Subject: [PATCH] v1.0.0-rc.2 release --- examples/typescript/package-lock.json | 4 ++-- examples/typescript/package.json | 2 +- library/package-lock.json | 4 ++-- library/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/typescript/package-lock.json b/examples/typescript/package-lock.json index 6109e29..721d6fe 100644 --- a/examples/typescript/package-lock.json +++ b/examples/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tensorworks/spstypescriptexample", - "version": "0.0.3", + "version": "v1.0.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tensorworks/spstypescriptexample", - "version": "0.0.3", + "version": "v1.0.0-rc.2", "license": "MIT", "dependencies": { "dotenv": "^16.0.3" diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 50e2a44..b3581a9 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@tensorworks/spstypescriptexample", - "version": "0.0.3", + "version": "v1.0.0-rc.2", "description": "The typescript example for consuming the Scalable Pixel Streaming Frontend", "main": "./src/index.ts", "scripts": { diff --git a/library/package-lock.json b/library/package-lock.json index e40fbec..b9e58b9 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tensorworks/libspsfrontend", - "version": "0.4.0", + "version": "v1.0.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tensorworks/libspsfrontend", - "version": "0.4.0", + "version": "v1.0.0-rc.2", "license": "MIT", "dependencies": { "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.1.2", diff --git a/library/package.json b/library/package.json index 9be2f11..714b5ab 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "@tensorworks/libspsfrontend", - "version": "0.4.0", + "version": "v1.0.0-rc.2", "description": "The Scalable Pixel Streaming Frontend Library consuming Epic Games' Pixel Streaming Frontend", "main": "dist/libspsfrontend.min.js", "module": "dist/libspsfrontend.esm.js",