pareto 0.53.0 → 0.54.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/auto.pareto/$.data.ts +2 -2
- package/auto.pareto/auto.dependencies/index.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +3 -3
- package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +136 -136
- package/auto.pareto/glossaries/auto.pareto.data.ts +111 -111
- package/auto.pareto/modules/cosmos2pareto/api.data.ts +3 -3
- package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +2 -2
- package/auto.pareto/modules/fountain_pen/api.data.ts +3 -3
- package/auto.pareto/modules/fountain_pen/glossary.data.ts +2 -2
- package/auto.pareto/modules/pareto2typescript/api.data.ts +3 -3
- package/auto.pareto/modules/pareto2typescript/glossary.data.ts +2 -2
- package/package.json +4 -4
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/
|
|
5
|
+
import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "lib-pareto-typescript-project/dist/modules/
|
|
7
|
+
import * as g_project from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
|
-
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/
|
|
10
|
+
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
|
|
11
11
|
|
|
12
12
|
export const $: g_project.D.API<pd.SourceLocation> = api(
|
|
13
13
|
glos,
|
|
@@ -2,9 +2,9 @@ import * as pd from 'pareto-core-data'
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
|
|
5
|
-
} from "lib-pareto-typescript-project/dist/modules/
|
|
5
|
+
} from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
6
6
|
|
|
7
|
-
import * as g_glossary from "lib-pareto-typescript-project/dist/modules/
|
|
7
|
+
import * as g_glossary from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as d_pareto } from "../../glossaries/auto.pareto.data"
|
|
10
10
|
import { $ as d_cosmos } from "../../glossaries/auto.cosmos_type_system.data"
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/
|
|
5
|
+
import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "lib-pareto-typescript-project/dist/modules/
|
|
7
|
+
import * as g_project from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
|
-
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/
|
|
10
|
+
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
|
|
11
11
|
|
|
12
12
|
export const $: g_project.D.API<pd.SourceLocation> = api(
|
|
13
13
|
glos,
|
|
@@ -2,9 +2,9 @@ import * as pd from 'pareto-core-data'
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
|
|
5
|
-
} from "lib-pareto-typescript-project/dist/modules/
|
|
5
|
+
} from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
6
6
|
|
|
7
|
-
import * as g_glossary from "lib-pareto-typescript-project/dist/modules/
|
|
7
|
+
import * as g_glossary from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
8
|
const d = pd.d
|
|
9
9
|
|
|
10
10
|
export const $: g_glossary.D.Glossary<pd.SourceLocation> = {
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
import * as pd from 'pareto-core-data'
|
|
4
4
|
|
|
5
|
-
import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/
|
|
5
|
+
import { algorithm, algref, api } from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
6
6
|
|
|
7
|
-
import * as g_project from "lib-pareto-typescript-project/dist/modules/
|
|
7
|
+
import * as g_project from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
8
|
|
|
9
9
|
import { $ as glos } from "./glossary.data"
|
|
10
|
-
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/
|
|
10
|
+
import { glossary, group, member, number, type } from 'lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands'
|
|
11
11
|
|
|
12
12
|
export const $: g_project.D.API<pd.SourceLocation> = api(
|
|
13
13
|
glos,
|
|
@@ -2,9 +2,9 @@ import * as pd from 'pareto-core-data'
|
|
|
2
2
|
|
|
3
3
|
import {
|
|
4
4
|
array, data, dictionary, externalTypeReference, glossaryParameter, group, member, null_, parametrizedType, ref, sfunction, string, taggedUnion, type, typeParameter, typeReference
|
|
5
|
-
} from "lib-pareto-typescript-project/dist/modules/
|
|
5
|
+
} from "lib-pareto-typescript-project/dist/modules/cosmos_type_system/shorthands"
|
|
6
6
|
|
|
7
|
-
import * as g_glossary from "lib-pareto-typescript-project/dist/modules/
|
|
7
|
+
import * as g_glossary from "lib-pareto-typescript-project/dist/modules/cosmos_type_system"
|
|
8
8
|
const d = pd.d
|
|
9
9
|
|
|
10
10
|
import { $ as d_pareto } from "../../glossaries/auto.pareto.data"
|
package/package.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"pareto-core-alg": "^0.2.1",
|
|
7
7
|
"pareto-core-data": "^0.7.2",
|
|
8
8
|
"pareto-core-dev": "^0.9.1",
|
|
9
|
-
"pareto-standard-impure-library": "^0.
|
|
10
|
-
"res-typescript": "^0.
|
|
9
|
+
"pareto-standard-impure-library": "^0.10.0",
|
|
10
|
+
"res-typescript": "^0.36.0"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
13
|
"auto.dist",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"main": "auto.dist/index.js",
|
|
21
21
|
"types": "auto.dist/index.d.ts",
|
|
22
22
|
"name": "pareto",
|
|
23
|
-
"version": "0.
|
|
24
|
-
"content-fingerprint": "
|
|
23
|
+
"version": "0.54.0",
|
|
24
|
+
"content-fingerprint": "9bc53ff84fbbe682b7fbba9b28005e592bd83718"
|
|
25
25
|
}
|