Compare commits

..

2 Commits

Author SHA1 Message Date
85eb222bd9 5.0.8 2023-06-22 13:35:35 +02:00
189c0bae30 fix(core): update 2023-06-22 13:35:35 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
{
"name": "@pushrocks/tapbundle",
"private": false,
"version": "5.0.7",
"version": "5.0.8",
"description": "tap bundled for tapbuffer",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany)"
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)"
},
"repository": {
"type": "git",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/tapbundle',
version: '5.0.7',
version: '5.0.8',
description: 'tap bundled for tapbuffer'
}