@appsemble/types 0.20.30 → 0.20.31

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 (3) hide show
  1. package/README.md +4 -4
  2. package/index.d.ts +4 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.20.30/config/assets/logo.svg) Appsemble Types
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.20.31/config/assets/logo.svg) Appsemble Types
2
2
 
3
3
  > Reusable TypeScript types
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@appsemble/types)](https://www.npmjs.com/package/@appsemble/types)
6
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.20.30/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.20.30)
7
- [![Code coverage](https://codecov.io/gl/appsemble/appsemble/branch/0.20.30/graph/badge.svg)](https://codecov.io/gl/appsemble/appsemble)
6
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.20.31/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.20.31)
7
+ [![Code coverage](https://codecov.io/gl/appsemble/appsemble/branch/0.20.31/graph/badge.svg)](https://codecov.io/gl/appsemble/appsemble)
8
8
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
9
9
 
10
10
  ## Installation
@@ -21,5 +21,5 @@ not guaranteed.
21
21
 
22
22
  ## License
23
23
 
24
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.20.30/LICENSE.md) ©
24
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.20.31/LICENSE.md) ©
25
25
  [Appsemble](https://appsemble.com)
package/index.d.ts CHANGED
@@ -254,6 +254,10 @@ export interface Remappers {
254
254
  * Adds to a date.
255
255
  */
256
256
  'date.add': string;
257
+ /**
258
+ * Format a date to an iso8601 / rfc3339 compatible string.
259
+ */
260
+ 'date.format': null;
257
261
  /**
258
262
  * Compare all computed remapper values against each other.
259
263
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appsemble/types",
3
- "version": "0.20.30",
3
+ "version": "0.20.31",
4
4
  "description": "TypeScript definitions reused within Appsemble internally",
5
5
  "keywords": [
6
6
  "app",