@metarouter/ajs-starter-kit 1.0.80 → 1.0.81-alpha.1

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.
@@ -1 +1 @@
1
- "814eff5000dc4ff9d79d89b8e52d8587"
1
+ "4622d0d68979ba2f2f44da432e1549e4"
@@ -1,10 +1,10 @@
1
1
  {
2
- "isDraft": true,
3
- "isBeta": false,
2
+ "isDraft": false,
3
+ "isBeta": true,
4
4
  "friendlyName": "Snowflake",
5
- "description": "Snowflake is a fully-managed service that’s simple to use but can power a near-unlimited number of concurrent workloads.",
5
+ "description": "Snowflake is a cloud-based data storage and analytics service that provides rapid, easy-to-work-with access to extensive amounts of data.",
6
6
  "logo": "https://cdn.metarouter.io/logo.svg",
7
- "color": "#29b5e8",
7
+ "color": "#c6fbff",
8
8
  "eventSource": {
9
9
  "isAndroidApp": true,
10
10
  "isIosApp": true,
@@ -23,6 +23,10 @@
23
23
  {
24
24
  "date": "2023-12-13T00:00:00.000Z",
25
25
  "note": "Marked as unstable version: 0.1.0"
26
+ },
27
+ {
28
+ "date": "2023-02-07T00:00:00.000Z",
29
+ "note": "Marked as beta"
26
30
  }
27
31
  ]
28
32
  }
@@ -1 +1 @@
1
- "f16c24c256a8b248553c8ae3bd5d5384"
1
+ "2790fcda652871fe5f3d8cbb532b920d"
@@ -1,3 +1,11 @@
1
1
  {
2
- "version": "0.1.0"
2
+ "version": "0.1.0",
3
+ "default": {
4
+ "expressions": [
5
+ {
6
+ "body": "return input",
7
+ "lang": "lua"
8
+ }
9
+ ]
10
+ }
3
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.80",
3
+ "version": "1.0.81-alpha.1",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {