2 Commits

Author SHA1 Message Date
dea8ca6021 3.0.1 2022-07-28 22:14:24 +02:00
c5d531fc09 fix(core): update 2022-07-28 22:14:24 +02:00
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartsystem",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartsystem",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"dependencies": {
"@pushrocks/lik": "^6.0.0",

View File

@ -1,13 +1,13 @@
{
"name": "@pushrocks/smartsystem",
"version": "3.0.0",
"version": "3.0.1",
"description": "interact with the system you are running on",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartsystem',
version: '3.0.0',
version: '3.0.1',
description: 'interact with the system you are running on'
}