@datarailsshared/dr_renderer 1.2.265 → 1.2.266

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,8 +1,7 @@
1
- # Javascript Node CircleCI 2.0 configuration file
2
- #
3
- # Check {{ '/2.0/language-javascript/' | docs_url }} for more details
4
- #
5
- version: 2
1
+ version: 2.1
2
+
3
+ orbs:
4
+ datarails-cicd-orb: datarails/datarails-cicd-orb@dev:primary
6
5
 
7
6
  defaults: &defaults
8
7
  working_directory: ~/repo
@@ -40,6 +39,11 @@ jobs:
40
39
  - run:
41
40
  name: Publish package
42
41
  command: npm publish . --access=public
42
+ - datarails-cicd-orb/add-ssh-id:
43
+ private_key_env_var: bitbucket_deploy_private_encoded
44
+ public_key_env_var: bitbucket_deploy_pub_encoded
45
+ is_public_key_encoded: true
46
+ is_private_key_encoded: true
43
47
  - run:
44
48
  name: prepare git tag
45
49
  command: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.2.265",
3
+ "version": "1.2.266",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",