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.
Files changed (49) hide show
  1. package/auto.pareto/$.data.ts +2 -2
  2. package/auto.pareto/auto.dependencies/index.ts +2 -2
  3. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +3 -3
  4. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +4 -4
  5. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +3 -3
  6. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +4 -4
  7. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +3 -3
  8. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +4 -4
  9. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +3 -3
  10. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +4 -4
  11. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +3 -3
  12. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +4 -4
  13. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +3 -3
  14. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +4 -4
  15. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +3 -3
  16. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +4 -4
  17. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +3 -3
  18. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +4 -4
  19. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +3 -3
  20. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +4 -4
  21. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +3 -3
  22. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +4 -4
  23. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +3 -3
  24. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +4 -4
  25. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +3 -3
  26. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +4 -4
  27. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +3 -3
  28. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +4 -4
  29. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +3 -3
  30. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +4 -4
  31. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +3 -3
  32. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +4 -4
  33. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +3 -3
  34. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +4 -4
  35. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +3 -3
  36. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +3 -3
  37. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +4 -4
  38. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +3 -3
  39. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +4 -4
  40. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +3 -3
  41. package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +136 -136
  42. package/auto.pareto/glossaries/auto.pareto.data.ts +111 -111
  43. package/auto.pareto/modules/cosmos2pareto/api.data.ts +3 -3
  44. package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +2 -2
  45. package/auto.pareto/modules/fountain_pen/api.data.ts +3 -3
  46. package/auto.pareto/modules/fountain_pen/glossary.data.ts +2 -2
  47. package/auto.pareto/modules/pareto2typescript/api.data.ts +3 -3
  48. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +2 -2
  49. 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/pareto_type_system/shorthands"
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/pareto_type_system"
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/pareto_type_system/shorthands'
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/pareto_type_system/shorthands"
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/pareto_type_system"
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/pareto_type_system/shorthands"
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/pareto_type_system"
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/pareto_type_system/shorthands'
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/pareto_type_system/shorthands"
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/pareto_type_system"
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/pareto_type_system/shorthands"
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/pareto_type_system"
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/pareto_type_system/shorthands'
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/pareto_type_system/shorthands"
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/pareto_type_system"
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.9.0",
10
- "res-typescript": "^0.35.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.53.0",
24
- "content-fingerprint": "f0cfff41ca462f243f4dc8e27f328a2d23fb751a"
23
+ "version": "0.54.0",
24
+ "content-fingerprint": "9bc53ff84fbbe682b7fbba9b28005e592bd83718"
25
25
  }