@temperlang/std 0.0.4 → 0.0.6

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/config.js CHANGED
@@ -1,33 +1,26 @@
1
1
  /** @type {string} */
2
- export const name = "temper-std";
3
- ;
2
+ export const name = "std";
4
3
  /** @type {string} */
5
- export const version = "0.0.4";
6
- ;
4
+ export const version = "0.0.6";
7
5
  /** @type {string} */
8
6
  export const authors = "Temper Contributors";
9
- ;
10
7
  /** @type {string} */
11
8
  export const description = "Optional support library provided with Temper";
12
- ;
13
9
  /** @type {string} */
14
10
  export const homepage = "https://temperlang.dev/";
15
- ;
16
11
  /** @type {string} */
17
12
  export const license = "Apache-2.0";
18
- ;
19
13
  /** @type {string} */
20
- export const repository = "https://github.com/temper-lang/temper";
21
- ;
14
+ export const repository = "https://github.com/temperlang/temper";
15
+ /** @type {string} */
16
+ export const pyName = "temper-std";
22
17
  /** @type {string} */
23
18
  export const javaGroup = "dev.temperlang";
24
- ;
19
+ /** @type {string} */
20
+ export const javaArtifact = "temper-std";
25
21
  /** @type {string} */
26
22
  export const javaPackage = "temper.std";
27
- ;
23
+ /** @type {string} */
24
+ export const javaDependencies = "org.junit.jupiter:junit-jupiter:5.9.2";
28
25
  /** @type {string} */
29
26
  export const jsName = "@temperlang/std";
30
- ;
31
- /** @type {void} */
32
- const return_369 = void 0;
33
- export default return_369;
package/config.js.map CHANGED
@@ -1 +1 @@
1
- { "version": 3, "file": "OUTPUT_ROOT/temper-std/js/config.js", "sources": [ "std/config.temper.md" ], "sourcesContent": [ "# Temper Standard Library\n\nThis library holds code that we distribute with Temper but which can be broken\nout from core builtins and also implemented primarily in the Temper language.\n\n export let name = \u0022temper-std\u0022;\n export let version = \u00220.0.4\u0022;\n\n## Metadata\n\n export let authors = \u0022Temper Contributors\u0022;\n export let description = \u0022Optional support library provided with Temper\u0022;\n export let homepage = \u0022https://temperlang.dev/\u0022;\n export let license = \u0022Apache-2.0\u0022;\n export let repository = \u0022https://github.com/temper-lang/temper\u0022;\n\n## Imports\n\nWe might break these out into separate libraries in the future.\n\n import(\u0022./regex.temper.md\u0022);\n import(\u0022./testing.temper.md\u0022);\n\n## Java\n\nWe've chosen to use `temper` as a package prefix for official Temper packages,\nbut to conform to Maven standards, we use a reverse owned domain name for the\ngroup ID.\n\n export let javaGroup = \u0022dev.temperlang\u0022;\n export let javaPackage = \u0022temper.std\u0022;\n\n## JS\n\n export let jsName = \u0022@temperlang/std\u0022;\n" ], "names": [ "name", "version", "authors", "description", "homepage", "license", "repository", "javaGroup", "javaPackage", "jsName", "return" ], "mappings": "AAKe;AAAI,MAAA,AAAR,MAAI,CAAAA,IAAI,EAAG,aAAY;AAAA;AACnB;AAAO,MAAA,AAAX,MAAI,CAAAC,OAAO,EAAG,QAAO;AAAA;AAIjB;AAAO,MAAA,AAAX,MAAI,CAAAC,OAAO,EAAG,sBAAqB;AAAA;AAC/B;AAAW,MAAA,AAAf,MAAI,CAAAC,WAAW,EAAG,gDAA+C;AAAA;AAC7D;AAAQ,MAAA,AAAZ,MAAI,CAAAC,QAAQ,EAAG,0BAAyB;AAAA;AACpC;AAAO,MAAA,AAAX,MAAI,CAAAC,OAAO,EAAG,aAAY;AAAA;AACtB;AAAU,MAAA,AAAd,MAAI,CAAAC,UAAU,EAAG,wCAAuC;AAAA;AAepD;AAAS,MAAA,AAAb,MAAI,CAAAC,SAAS,EAAG,iBAAgB;AAAA;AAC5B;AAAW,MAAA,AAAf,MAAI,CAAAC,WAAW,EAAG,aAAY;AAAA;AAI1B;AAAM,MAAA,AAAV,MAAI,CAAAC,MAAM,EAAG,kBAAiB;AAAA,CAAA;AA7BrC;AAAA,MAAAC,UAAA,EA6BqC,OAAA,AA7BrC;AA6BsC,eAAAA,UAAA" }
1
+ { "version": 3, "file": "OUTPUT_ROOT/js/std/config.js", "sources": [ "std/config.temper.md" ], "sourcesContent": [ "# Temper Standard Library\n\nThis library holds code that we distribute with Temper but which can be broken\nout from core builtins and also implemented primarily in the Temper language.\n\n export let name = \u0022std\u0022;\n export let version = \u00220.0.6\u0022;\n\n## Metadata\n\n export let authors = \u0022Temper Contributors\u0022;\n export let description = \u0022Optional support library provided with Temper\u0022;\n export let homepage = \u0022https://temperlang.dev/\u0022;\n export let license = \u0022Apache-2.0\u0022;\n export let repository = \u0022https://github.com/temperlang/temper\u0022;\n\n## Imports\n\nWe might break these out into separate libraries in the future.\n\n import(\u0022./regex.temper.md\u0022);\n import(\u0022./testing.temper.md\u0022);\n import(\u0022./temporal.temper.md\u0022);\n\n## Python\n\nWe use the name below on [pypi][std-on-pypi].\n\n export let pyName = \u0022temper-std\u0022;\n\n## Java\n\nWe've chosen to use `temper` as a package prefix for official Temper packages,\nbut to conform to Maven standards, we use a reverse owned domain name for the\ngroup ID on [Maven][std-on-maven].\n\n export let javaGroup = \u0022dev.temperlang\u0022;\n export let javaArtifact = \u0022temper-std\u0022;\n export let javaPackage = \u0022temper.std\u0022;\n\nAnd as long as the `testing` module is part of `std`, we need junit as a core\ndependency of `std`, so its internals can use it. For now, usage is done via\nspecialized connected methods.\n\n export let javaDependencies = \u0022org.junit.jupiter:junit-jupiter:5.9.2\u0022;\n\n## JS\n\nWe use the name below on [npm][std-on-npm].\n\n export let jsName = \u0022@temperlang/std\u0022;\n\n\n[std-on-pypi]: https://pypi.org/project/temper-std/\n[std-on-maven]: https://central.sonatype.com/artifact/dev.temperlang/temper-std/\n[std-on-npm]: https://www.npmjs.com/package/@temperlang/std\n" ], "names": [ "name", "version", "authors", "description", "homepage", "license", "repository", "pyName", "javaGroup", "javaArtifact", "javaPackage", "javaDependencies", "jsName" ], "mappings": "AAKe;AAAI,MAAA,AAAR,MAAI,CAAAA,IAAI,EAAG,MAAK;AACZ;AAAO,MAAA,AAAX,MAAI,CAAAC,OAAO,EAAG,QAAO;AAIjB;AAAO,MAAA,AAAX,MAAI,CAAAC,OAAO,EAAG,sBAAqB;AAC/B;AAAW,MAAA,AAAf,MAAI,CAAAC,WAAW,EAAG,gDAA+C;AAC7D;AAAQ,MAAA,AAAZ,MAAI,CAAAC,QAAQ,EAAG,0BAAyB;AACpC;AAAO,MAAA,AAAX,MAAI,CAAAC,OAAO,EAAG,aAAY;AACtB;AAAU,MAAA,AAAd,MAAI,CAAAC,UAAU,EAAG,uCAAsC;AAcnD;AAAM,MAAA,AAAV,MAAI,CAAAC,MAAM,EAAG,aAAY;AAQrB;AAAS,MAAA,AAAb,MAAI,CAAAC,SAAS,EAAG,iBAAgB;AAC5B;AAAY,MAAA,AAAhB,MAAI,CAAAC,YAAY,EAAG,aAAY;AAC3B;AAAW,MAAA,AAAf,MAAI,CAAAC,WAAW,EAAG,aAAY;AAM1B;AAAgB,MAAA,AAApB,MAAI,CAAAC,gBAAgB,EAAG,wCAAuC;AAM1D;AAAM,MAAA,AAAV,MAAI,CAAAC,MAAM,EAAG,kBAAiB" }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@temperlang/std",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "author": "Temper Contributors",
5
5
  "description": "Optional support library provided with Temper",
6
6
  "homepage": "https://temperlang.dev/",
7
7
  "license": "Apache-2.0",
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@temperlang/core": "0.0.4"
10
+ "@temperlang/core": "0.0.6"
11
11
  }
12
12
  }