@explorins/pers-sdk 1.2.0 → 1.2.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorins/pers-sdk",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Platform-agnostic SDK for PERS (Phygital Experience Rewards System) - Production Defaults",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -99,7 +99,7 @@
99
99
  "test:watch": "jest --watch",
100
100
  "lint": "eslint src/**/*.ts",
101
101
  "prepublishOnly": "npm run clean && npm run build",
102
- "publish": "npm publish"
102
+ "publish-version": "npm publish"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@rollup/plugin-typescript": "^11.1.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorins/pers-sdk",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Platform-agnostic SDK for PERS (Phygital Experience Rewards System) - Production Defaults",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -99,7 +99,7 @@
99
99
  "test:watch": "jest --watch",
100
100
  "lint": "eslint src/**/*.ts",
101
101
  "prepublishOnly": "npm run clean && npm run build",
102
- "publish": "npm publish"
102
+ "publish-version": "npm publish"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@rollup/plugin-typescript": "^11.1.6",