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", "name": "@pushrocks/smartsystem",
"version": "3.0.0", "version": "3.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartsystem", "name": "@pushrocks/smartsystem",
"version": "3.0.0", "version": "3.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/lik": "^6.0.0", "@pushrocks/lik": "^6.0.0",

View File

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

View File

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