@pioneer-platform/tokens 0.0.2 → 0.1.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/CHANGELOG.md ADDED
@@ -0,0 +1,20 @@
1
+ # @pioneer-platform/tokens
2
+
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Automated patch version bump for all packages
8
+ - Updated dependencies
9
+ - @pioneer-platform/loggerdog@8.4.1
10
+
11
+ ## 0.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - Release: minor version bump for all packages
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @pioneer-platform/loggerdog@8.4.0
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@pioneer-platform/tokens",
3
- "version": "0.0.2",
3
+ "version": "0.1.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
7
- "npm": "npm i",
8
- "test": "npm run build && node __tests__/test-module.js",
7
+ "npm": "pnpm i",
8
+ "test": "pnpm run build && node __tests__/test-module.js",
9
9
  "lint": "prettier --write '**/**/*.ts'",
10
10
  "start": "nodemon --watch 'src/**/*.ts' --exec ts-node __tests__node",
11
11
  "build": "tsc -p .",
12
- "prepublish": "npm run build",
13
- "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
12
+ "prepublish": "pnpm run build",
13
+ "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
14
14
  },
15
15
  "dependencies": {
16
16
  "@coinmasters/tokens": "^3.7.28",
17
17
  "@coinmasters/types": "^4.7.28",
18
18
  "@noble/hashes": "^1.4.0",
19
- "@pioneer-platform/loggerdog": "^8.3.1",
19
+ "@pioneer-platform/loggerdog": "^8.4.1",
20
20
  "@types/node": "^18.15.11",
21
21
  "ts-node": "^8.10.2",
22
- "typescript": "^5.0.2"
22
+ "typescript": "^5.0.4"
23
23
  },
24
- "gitHead": "e4a7114f00103ee48533c369dba4a02021ddcbe4"
25
- }
24
+ "gitHead": "aeae28273014ab69b42f22abec159c6693a56c40"
25
+ }