@descope/angular-sdk 0.0.0-next-a4c70ed4-20231227 → 0.0.0-next-33691177-20231227

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.
@@ -35,6 +35,7 @@ jobs:
35
35
  - name: Install dependencies
36
36
  run: npm ci
37
37
  - name: Publish to NPM Package Registry
38
- run: npm publish --access=public --tag next
38
+ run: |
39
+ npm publish --access=public --tag next
39
40
  env:
40
41
  NODE_AUTH_TOKEN: ${{ secrets.CI_NPM_REGISTRY }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/angular-sdk",
3
- "version": "0.0.0-next-a4c70ed4-20231227",
3
+ "version": "0.0.0-next-33691177-20231227",
4
4
  "license": "MIT",
5
5
  "engines": {
6
6
  "node": "^16.14.0 || >=18.10.0",
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "angular-sdk",
3
- "version": "0.0.1",
2
+ "name": "@descope/angular-sdk",
3
+ "version": "0.0.1-alpha1",
4
4
  "engines": {
5
5
  "node": "^16.14.0 || ^18.10.0",
6
6
  "npm": ">= 8.1.0"
@@ -1,3 +1,3 @@
1
1
  export const environment = {
2
- buildVersion: '0.0.0-next-a4c70ed4-20231227'
2
+ buildVersion: '0.0.0-next-33691177-20231227'
3
3
  };