@storm-software/untyped 0.21.4 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/bin/untyped.cjs +76 -76
- package/bin/untyped.js +76 -76
- package/dist/{chunk-OBOWYX4F.js → chunk-2J7OIEFZ.js} +2 -2
- package/dist/chunk-3EPBXHMO.cjs +6 -0
- package/dist/{chunk-OZSZRYDI.js → chunk-3KEFAE5M.js} +2 -2
- package/dist/{chunk-4RQ3QZOL.js → chunk-3WMJUUN6.js} +2 -2
- package/dist/{chunk-K3ZNLBEL.cjs → chunk-43FWSHY7.cjs} +32 -32
- package/dist/{chunk-KAMLI4ZC.cjs → chunk-4J7EWWDE.cjs} +6 -6
- package/dist/{chunk-YQZUVWF3.js → chunk-BJ6SVM2E.js} +1 -1
- package/dist/{chunk-VLHYZH7J.cjs → chunk-CXLHG65F.cjs} +17 -17
- package/dist/{chunk-4J7Q43LF.cjs → chunk-D7AD543C.cjs} +6 -6
- package/dist/{chunk-QGIXB3EB.js → chunk-E7JPIYDH.js} +5 -5
- package/dist/{chunk-3FJ6PGZZ.js → chunk-JI46OGEO.js} +2 -2
- package/dist/{chunk-JB2ST5LE.cjs → chunk-LHEMJ6IS.cjs} +2 -2
- package/dist/{chunk-QSXMDLLY.js → chunk-LUXIIKNH.js} +1 -1
- package/dist/{chunk-GFESS4Y6.cjs → chunk-SWEAUQFP.cjs} +6 -6
- package/dist/generate.cjs +7 -7
- package/dist/generate.js +6 -6
- package/dist/index.cjs +9 -9
- package/dist/index.js +7 -7
- package/dist/utilities.cjs +2 -2
- package/dist/utilities.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-EBPX2FY3.cjs +0 -6
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk43FWSHY7cjs = require('./chunk-43FWSHY7.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkLHEMJ6IScjs = require('./chunk-LHEMJ6IS.cjs');
|
|
9
9
|
|
|
10
10
|
// src/generators/markdown.ts
|
|
11
|
-
|
|
11
|
+
_chunkLHEMJ6IScjs.init_cjs_shims.call(void 0, );
|
|
12
12
|
var _promises = require('fs/promises');
|
|
13
13
|
function generateMarkdown(schema) {
|
|
14
14
|
return `
|
|
@@ -46,11 +46,11 @@ function generateMarkdownLevel(schema, title, level) {
|
|
|
46
46
|
}
|
|
47
47
|
function generateMarkdownFile(schema, file, config) {
|
|
48
48
|
try {
|
|
49
|
-
const declarations =
|
|
50
|
-
|
|
49
|
+
const declarations = _chunkLHEMJ6IScjs.getOutputFile.call(void 0, file, "md");
|
|
50
|
+
_chunk43FWSHY7cjs.writeTrace.call(void 0, `Writing type markdown file ${declarations}`, config);
|
|
51
51
|
return _promises.writeFile.call(void 0, declarations, generateMarkdown(schema));
|
|
52
52
|
} catch (error) {
|
|
53
|
-
|
|
53
|
+
_chunk43FWSHY7cjs.writeError.call(void 0,
|
|
54
54
|
`Error writing markdown file for ${file.name}
|
|
55
55
|
|
|
56
56
|
Error:
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkSWEAUQFPcjs = require('./chunk-SWEAUQFP.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkD7AD543Ccjs = require('./chunk-D7AD543C.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunk4J7EWWDEcjs = require('./chunk-4J7EWWDE.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunk43FWSHY7cjs = require('./chunk-43FWSHY7.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkLHEMJ6IScjs = require('./chunk-LHEMJ6IS.cjs');
|
|
18
18
|
|
|
19
19
|
// src/generate.ts
|
|
20
|
-
|
|
20
|
+
_chunkLHEMJ6IScjs.init_cjs_shims.call(void 0, );
|
|
21
21
|
var _glob = require('glob');
|
|
22
22
|
var _loader = require('untyped/loader');
|
|
23
23
|
var getGenerateAction = (config) => async (options) => {
|
|
24
|
-
|
|
24
|
+
_chunk43FWSHY7cjs.writeTrace.call(void 0,
|
|
25
25
|
`Running Storm Untyped with options: ${JSON.stringify(options)}`,
|
|
26
26
|
config
|
|
27
27
|
);
|
|
@@ -40,16 +40,16 @@ var getGenerateAction = (config) => async (options) => {
|
|
|
40
40
|
});
|
|
41
41
|
await Promise.all(
|
|
42
42
|
files.map(async (file) => {
|
|
43
|
-
|
|
44
|
-
`Generating files for schema file: ${
|
|
43
|
+
_chunk43FWSHY7cjs.writeTrace.call(void 0,
|
|
44
|
+
`Generating files for schema file: ${_chunkLHEMJ6IScjs.joinPaths.call(void 0, file.parentPath, file.name)}`,
|
|
45
45
|
config
|
|
46
46
|
);
|
|
47
47
|
let schema;
|
|
48
48
|
try {
|
|
49
|
-
schema = await _loader.loadSchema.call(void 0,
|
|
49
|
+
schema = await _loader.loadSchema.call(void 0, _chunkLHEMJ6IScjs.joinPaths.call(void 0, file.parentPath, file.name), {
|
|
50
50
|
jiti: {
|
|
51
|
-
fsCache: config.skipCache ? false :
|
|
52
|
-
config.directories.cache ||
|
|
51
|
+
fsCache: config.skipCache ? false : _chunkLHEMJ6IScjs.joinPaths.call(void 0,
|
|
52
|
+
config.directories.cache || _chunkLHEMJ6IScjs.joinPaths.call(void 0,
|
|
53
53
|
config.workspaceRoot,
|
|
54
54
|
"node_modules/.cache/storm"
|
|
55
55
|
),
|
|
@@ -59,8 +59,8 @@ var getGenerateAction = (config) => async (options) => {
|
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
61
|
} catch (error) {
|
|
62
|
-
|
|
63
|
-
`Error while parsing schema file: ${
|
|
62
|
+
_chunk43FWSHY7cjs.writeError.call(void 0,
|
|
63
|
+
`Error while parsing schema file: ${_chunkLHEMJ6IScjs.joinPaths.call(void 0, file.parentPath, file.name)}
|
|
64
64
|
|
|
65
65
|
Error:
|
|
66
66
|
${_optionalChain([error, 'optionalAccess', _ => _.message]) ? error.message : JSON.stringify(error)}${_optionalChain([error, 'optionalAccess', _2 => _2.stack]) ? `
|
|
@@ -74,9 +74,9 @@ ${JSON.stringify(schema)}
|
|
|
74
74
|
throw error;
|
|
75
75
|
}
|
|
76
76
|
const promises = [];
|
|
77
|
-
promises.push(
|
|
78
|
-
promises.push(
|
|
79
|
-
promises.push(
|
|
77
|
+
promises.push(_chunkSWEAUQFPcjs.generateDeclarationFile.call(void 0, schema, file, config));
|
|
78
|
+
promises.push(_chunk4J7EWWDEcjs.generateMarkdownFile.call(void 0, schema, file, config));
|
|
79
|
+
promises.push(_chunkD7AD543Ccjs.generateJsonSchemaFile.call(void 0, schema, file, config));
|
|
80
80
|
return Promise.all(promises);
|
|
81
81
|
})
|
|
82
82
|
);
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk43FWSHY7cjs = require('./chunk-43FWSHY7.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkLHEMJ6IScjs = require('./chunk-LHEMJ6IS.cjs');
|
|
9
9
|
|
|
10
10
|
// src/generators/json-schema.ts
|
|
11
|
-
|
|
11
|
+
_chunkLHEMJ6IScjs.init_cjs_shims.call(void 0, );
|
|
12
12
|
var _promises = require('fs/promises');
|
|
13
13
|
function generateJsonSchemaFile(schema, file, config) {
|
|
14
14
|
try {
|
|
15
|
-
const jsonSchema =
|
|
16
|
-
|
|
15
|
+
const jsonSchema = _chunkLHEMJ6IScjs.getOutputFile.call(void 0, file, "json");
|
|
16
|
+
_chunk43FWSHY7cjs.writeTrace.call(void 0, `Writing JSON schema file ${jsonSchema}`, config);
|
|
17
17
|
return _promises.writeFile.call(void 0, jsonSchema, JSON.stringify(schema, null, 2));
|
|
18
18
|
} catch (error) {
|
|
19
|
-
|
|
19
|
+
_chunk43FWSHY7cjs.writeError.call(void 0,
|
|
20
20
|
`Error writing JSON schema file for ${file.name}
|
|
21
21
|
|
|
22
22
|
Error:
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generateDeclarationFile
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3WMJUUN6.js";
|
|
4
4
|
import {
|
|
5
5
|
generateJsonSchemaFile
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-JI46OGEO.js";
|
|
7
7
|
import {
|
|
8
8
|
generateMarkdownFile
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2J7OIEFZ.js";
|
|
10
10
|
import {
|
|
11
11
|
writeError,
|
|
12
12
|
writeTrace
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-LUXIIKNH.js";
|
|
14
14
|
import {
|
|
15
15
|
init_esm_shims,
|
|
16
16
|
joinPaths
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-3KEFAE5M.js";
|
|
18
18
|
|
|
19
19
|
// src/generate.ts
|
|
20
20
|
init_esm_shims();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
writeError,
|
|
3
3
|
writeTrace
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-LUXIIKNH.js";
|
|
5
5
|
import {
|
|
6
6
|
getOutputFile,
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3KEFAE5M.js";
|
|
9
9
|
|
|
10
10
|
// src/generators/json-schema.ts
|
|
11
11
|
init_esm_shims();
|
|
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
mod
|
|
34
34
|
));
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__fa5acda50dbe19817dbc1cdda69071eb/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var init_cjs_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__fa5acda50dbe19817dbc1cdda69071eb/node_modules/tsup/assets/cjs_shims.js"() {
|
|
39
39
|
}
|
|
40
40
|
});
|
|
41
41
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk43FWSHY7cjs = require('./chunk-43FWSHY7.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkLHEMJ6IScjs = require('./chunk-LHEMJ6IS.cjs');
|
|
9
9
|
|
|
10
10
|
// src/generators/dts.ts
|
|
11
|
-
|
|
11
|
+
_chunkLHEMJ6IScjs.init_cjs_shims.call(void 0, );
|
|
12
12
|
var _promises = require('fs/promises');
|
|
13
13
|
var _untyped = require('untyped');
|
|
14
14
|
function generateDeclaration(schema) {
|
|
@@ -26,11 +26,11 @@ ${_untyped.generateTypes.call(void 0, schema, {
|
|
|
26
26
|
}
|
|
27
27
|
function generateDeclarationFile(schema, file, config) {
|
|
28
28
|
try {
|
|
29
|
-
const declarations =
|
|
30
|
-
|
|
29
|
+
const declarations = _chunkLHEMJ6IScjs.getOutputFile.call(void 0, file, "d.ts");
|
|
30
|
+
_chunk43FWSHY7cjs.writeTrace.call(void 0, `Writing type declaration file ${declarations}`, config);
|
|
31
31
|
return _promises.writeFile.call(void 0, declarations, generateDeclaration(schema));
|
|
32
32
|
} catch (error) {
|
|
33
|
-
|
|
33
|
+
_chunk43FWSHY7cjs.writeError.call(void 0,
|
|
34
34
|
`Error writing declaration file for ${file.name}
|
|
35
35
|
|
|
36
36
|
Error:
|
package/dist/generate.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
3
|
+
var _chunkCXLHG65Fcjs = require('./chunk-CXLHG65F.cjs');
|
|
4
|
+
require('./chunk-SWEAUQFP.cjs');
|
|
5
|
+
require('./chunk-D7AD543C.cjs');
|
|
6
|
+
require('./chunk-4J7EWWDE.cjs');
|
|
7
|
+
require('./chunk-43FWSHY7.cjs');
|
|
8
|
+
require('./chunk-LHEMJ6IS.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.getGenerateAction =
|
|
11
|
+
exports.getGenerateAction = _chunkCXLHG65Fcjs.getGenerateAction;
|
package/dist/generate.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getGenerateAction
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-E7JPIYDH.js";
|
|
4
|
+
import "./chunk-3WMJUUN6.js";
|
|
5
|
+
import "./chunk-JI46OGEO.js";
|
|
6
|
+
import "./chunk-2J7OIEFZ.js";
|
|
7
|
+
import "./chunk-LUXIIKNH.js";
|
|
8
|
+
import "./chunk-3KEFAE5M.js";
|
|
9
9
|
export {
|
|
10
10
|
getGenerateAction
|
|
11
11
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var _chunkCXLHG65Fcjs = require('./chunk-CXLHG65F.cjs');
|
|
4
|
+
require('./chunk-3EPBXHMO.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkSWEAUQFPcjs = require('./chunk-SWEAUQFP.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkD7AD543Ccjs = require('./chunk-D7AD543C.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
16
|
-
require('./chunk-
|
|
15
|
+
var _chunk4J7EWWDEcjs = require('./chunk-4J7EWWDE.cjs');
|
|
16
|
+
require('./chunk-43FWSHY7.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkLHEMJ6IScjs = require('./chunk-LHEMJ6IS.cjs');
|
|
21
21
|
|
|
22
22
|
// src/index.ts
|
|
23
|
-
|
|
23
|
+
_chunkLHEMJ6IScjs.init_cjs_shims.call(void 0, );
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
@@ -29,4 +29,4 @@ _chunkJB2ST5LEcjs.init_cjs_shims.call(void 0, );
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
exports.generateDeclaration =
|
|
32
|
+
exports.generateDeclaration = _chunkSWEAUQFPcjs.generateDeclaration; exports.generateDeclarationFile = _chunkSWEAUQFPcjs.generateDeclarationFile; exports.generateJsonSchemaFile = _chunkD7AD543Ccjs.generateJsonSchemaFile; exports.generateMarkdown = _chunk4J7EWWDEcjs.generateMarkdown; exports.generateMarkdownFile = _chunk4J7EWWDEcjs.generateMarkdownFile; exports.getGenerateAction = _chunkCXLHG65Fcjs.getGenerateAction; exports.getOutputFile = _chunkLHEMJ6IScjs.getOutputFile;
|
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getGenerateAction
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-E7JPIYDH.js";
|
|
4
|
+
import "./chunk-BJ6SVM2E.js";
|
|
5
5
|
import {
|
|
6
6
|
generateDeclaration,
|
|
7
7
|
generateDeclarationFile
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-3WMJUUN6.js";
|
|
9
9
|
import {
|
|
10
10
|
generateJsonSchemaFile
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-JI46OGEO.js";
|
|
12
12
|
import {
|
|
13
13
|
generateMarkdown,
|
|
14
14
|
generateMarkdownFile
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-2J7OIEFZ.js";
|
|
16
|
+
import "./chunk-LUXIIKNH.js";
|
|
17
17
|
import {
|
|
18
18
|
getOutputFile,
|
|
19
19
|
init_esm_shims
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-3KEFAE5M.js";
|
|
21
21
|
|
|
22
22
|
// src/index.ts
|
|
23
23
|
init_esm_shims();
|
package/dist/utilities.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkLHEMJ6IScjs = require('./chunk-LHEMJ6IS.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
exports.getOutputFile =
|
|
6
|
+
exports.getOutputFile = _chunkLHEMJ6IScjs.getOutputFile;
|
package/dist/utilities.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/untyped",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `untyped` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
},
|
|
198
198
|
"publishConfig": { "access": "public" },
|
|
199
199
|
"sideEffects": false,
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "58a105ac718cd01f1a5a8f6f36c8644001627597"
|
|
201
201
|
}
|