@perceptimagery/dita-configurator-staging 0.1.5003 → 0.1.5004

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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -111,7 +111,7 @@ var __publicField = (obj, key, value) => {
111
111
  host: "https://api.sprie.io"
112
112
  };
113
113
  const config = Object.freeze(Config$1);
114
- const version = "0.1.5003";
114
+ const version = "0.1.5004";
115
115
  class APIServiceFactory {
116
116
  constructor(fetcher) {
117
117
  __publicField(this, "isAuthenticated");
@@ -40961,7 +40961,7 @@ var __publicField = (obj, key, value) => {
40961
40961
  if (frameId && lensId) {
40962
40962
  window.open(
40963
40963
  "https://dita.com/cart/" + frameId + ":1," + lensId + ":1",
40964
- "_blank"
40964
+ "_self"
40965
40965
  );
40966
40966
  } else {
40967
40967
  console.log(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perceptimagery/dita-configurator-staging",
3
- "version": "0.1.5003",
3
+ "version": "0.1.5004",
4
4
  "author": "Abhishek Deb <abhishek@perceptimagery.com>",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",