Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
62b28f3feb | |||
329add7000 | |||
be2082e728 | |||
2f3509aff6 | |||
a866fce716 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@push.rocks/smartyaml",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@push.rocks/smartyaml",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartyaml",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.4",
|
||||
"private": false,
|
||||
"description": "A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.",
|
||||
"main": "dist_ts/index.js",
|
||||
@ -8,11 +8,11 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web)"
|
||||
"build": "(tsbuild --web --allowimplicitany)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@gitlab.com/pushrocks/smartyaml.git"
|
||||
"url": "https://code.foss.global/push.rocks/smartyaml.git"
|
||||
},
|
||||
"keywords": [
|
||||
"YAML",
|
||||
@ -30,7 +30,7 @@
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/pushrocks/smartyaml/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/smartyaml#README",
|
||||
"homepage": "https://code.foss.global/push.rocks/smartyaml",
|
||||
"dependencies": {
|
||||
"yaml": "^2.4.2"
|
||||
},
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartyaml',
|
||||
version: '3.0.2',
|
||||
version: '3.0.4',
|
||||
description: 'A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user