@flourish/sdk 3.17.0 → 3.17.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.
package/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,7 @@
1
- # 3.17.0
1
+ # 3.17.1
2
+ * Update version of @flourish/interpreter
2
3
 
4
+ # 3.17.0
3
5
  * Allow published visualisations to be cloned into the SDK
4
6
 
5
7
  # 3.16.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flourish/sdk",
3
- "version": "3.17.0",
3
+ "version": "3.17.1",
4
4
  "description": "The Flourish SDK",
5
5
  "module": "src/index.js",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "repository": "kiln/flourish-sdk",
18
18
  "dependencies": {
19
- "@flourish/interpreter": "^6.0.3",
19
+ "@flourish/interpreter": "^6.0.4",
20
20
  "@flourish/semver": "^1.0.1",
21
21
  "@flourish/transform-data": "^2.1.0",
22
22
  "@handlebars/allow-prototype-access": "^1.0.3",
@@ -1,36 +0,0 @@
1
- {
2
- "decisions": {
3
- "1002401|npm-audit-resolver>yargs-unparser>yargs>string-width>strip-ansi>ansi-regex": {
4
- "decision": "ignore",
5
- "madeAt": 1637059117447,
6
- "expiresAt": 1637663913365
7
- },
8
- "1002401|npm-audit-resolver>yargs-unparser>yargs>cliui>string-width>strip-ansi>ansi-regex": {
9
- "decision": "ignore",
10
- "madeAt": 1637059117447,
11
- "expiresAt": 1637663913365
12
- },
13
- "1002401|npm-audit-resolver>yargs-unparser>yargs>cliui>wrap-ansi>string-width>strip-ansi>ansi-regex": {
14
- "decision": "ignore",
15
- "madeAt": 1637059117447,
16
- "expiresAt": 1637663913365
17
- },
18
- "1004946|npm-audit-resolver>yargs-unparser>yargs>string-width>strip-ansi>ansi-regex": {
19
- "decision": "ignore",
20
- "madeAt": 1639560165214,
21
- "expiresAt": 1642152161687
22
- },
23
- "1004946|npm-audit-resolver>yargs-unparser>yargs>cliui>string-width>strip-ansi>ansi-regex": {
24
- "decision": "ignore",
25
- "madeAt": 1639560165214,
26
- "expiresAt": 1642152161687
27
- },
28
- "1004946|npm-audit-resolver>yargs-unparser>yargs>cliui>wrap-ansi>string-width>strip-ansi>ansi-regex": {
29
- "decision": "ignore",
30
- "madeAt": 1639560165214,
31
- "expiresAt": 1642152161687
32
- }
33
- },
34
- "rules": {},
35
- "version": 1
36
- }